The Elasticsearch Beyonder team is pleased to announce the elasticsearch-beyonder-6.5 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.5</version>
</dependency>
Fixed Bugs
- #43: Support resource list in executable jar . Thanks to rudibatt.
Changes
- #50: Update plugins and 3rd party versions . Thanks to dadoonet.
- #48: Update to elasticsearch 6.5.3 . Thanks to dadoonet.
- #46: Deprecate types and mapping files . Thanks to dadoonet.
- #44: Update to Elasticsearch 6.5.0 . Thanks to dadoonet.
Removed
- #49: Remove fromClasspath deprecated method . Thanks to dadoonet.
For a manual installation, you can download the elasticsearch-beyonder-6.5 here:
https://repo1.maven.org/maven2/fr/pilato/elasticsearch/elasticsearch-beyonder/6.5/
Have fun!
-Elasticsearch Beyonder team