Skip to content

Gravitee.io - APIM - Elasticsearch reporter and repository

License

Notifications You must be signed in to change notification settings

gravitee-io/gravitee-common-elasticsearch

Repository files navigation

APIM Common Elasticsearch

License Releases CircleCI Join the community forum

Description

The APIM common Elasticsearch library contains interfaces and classes used by Gravitee.io APIM Elasticsearch plugins (Reporter and Repository).
An example can be found here

Testing

By default, unit tests are run with a TestContainer version of ElasticSearch 8.5.2, but sometimes it can be useful to run them against other version of ElasticSearch. To do so you can use the following commands:

  • ES 5.x: mvn clean test -Delasticsearch.version=5.6.16

  • ES 6.x: mvn clean test -Delasticsearch.version=6.8.23

  • ES 7.x: mvn clean test -Delasticsearch.version=7.17.7

  • ES 8.x: mvn clean test -Delasticsearch.version=8.5.2 (Default)