The Elasticsearch Beyonder team is pleased to announce the elasticsearch-beyonder-6.3 release!
Elasticsearch Beyonder
Elasticsearch beyonder provides automatic index, mapping, alias or template creation
when an elasticsearch client starts.
Usage
Add this library to you project:
<dependency>
<groupId>fr.pilato.elasticsearch</groupId>
<artifactId>elasticsearch-beyonder</artifactId>
<version>6.3</version>
</dependency>
New features
- #41: Fix javadoc warnings . Thanks to dadoonet.
- #30: Add start options for merge and force . Thanks to jvz.
Changes
- #38: Update to commons IO 2.6 . Thanks to dadoonet.
- #37: Update to SLF4J 1.7.25 . Thanks to dadoonet.
- #36: Update to Log4J 2.11.0 . Thanks to dadoonet.
- #35: Update to Jackson 2.9.6 . Thanks to dadoonet.
- #34: Update to elasticsearch 6.3.1 . Thanks to dadoonet.
For a manual installation, you can download the elasticsearch-beyonder-6.3 here:
https://repo1.maven.org/maven2/fr/pilato/elasticsearch/elasticsearch-beyonder/6.3/
Have fun!
-Elasticsearch Beyonder team