The spring-Elasticsearch team is pleased to announce the spring-Elasticsearch-7.1 release!
Spring factories for Elasticsearch
Usage
Add this library to you project:
<dependency>
<groupId>fr.pilato.spring</groupId>
<artifactId>spring-elasticsearch</artifactId>
<version>7.1</version>
</dependency>
Changes
- #363: Update Beyonder to 7.16 . Thanks to dadoonet.
- #362: Bump spring.version from 5.3.14 to 5.3.15 . Thanks to dependabot[bot].
- #361: Bump maven-compiler-plugin from 3.8.1 to 3.9.0 . Thanks to dependabot[bot].
- #360: Bump maven-jar-plugin from 3.2.0 to 3.2.2 . Thanks to dependabot[bot].
- #359: Bump spring-core from 5.3.12 to 5.3.14 . Thanks to dependabot[bot].
- #356: Bump maven-scm-plugin from 1.12.0 to 1.12.2 . Thanks to dependabot[bot].
- #355: Bump log4j.version from 2.14.1 to 2.17.1 . Thanks to dependabot[bot].
- #354: Bump Elasticsearch-rest-high-level-client from 7.15.1 to 7.16.2 . Thanks to dependabot[bot].
- #353: Bump jackson.version from 2.13.0 to 2.13.1 . Thanks to dependabot[bot].
- #352: Bump docker-maven-plugin from 0.37.0 to 0.38.1 . Thanks to dependabot[bot].
- #344: Bump junit.version from 5.8.1 to 5.8.2 . Thanks to dependabot[bot].
- #340: Bump spring.version from 5.3.11 to 5.3.12 . Thanks to dependabot[bot].
- #338: Bump Elasticsearch-beyonder from 7.13.2 to 7.15 and add support for index lifecycle policies . Thanks to dependabot[bot].
- #337: Bump Elasticsearch-rest-high-level-client from 7.13.4 to 7.15.1 . Thanks to dependabot[bot].
- #336: Bump spring.version from 5.3.10 to 5.3.11 . Thanks to dependabot[bot].
- #335: Bump jackson.version from 2.12.5 to 2.13.0 . Thanks to dependabot[bot].
- #333: Bump junit.version from 5.8.0 to 5.8.1 . Thanks to dependabot[bot].
- #331: Bump maven-scm-plugin from 1.11.3 to 1.12.0 . Thanks to dependabot[bot].
- #330: Bump spring.version from 5.3.9 to 5.3.10 . Thanks to dependabot[bot].
- #329: Bump junit.version from 5.7.2 to 5.8.0 . Thanks to dependabot[bot].
- #328: Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 . Thanks to dependabot[bot].
- #326: Bump jackson.version from 2.12.4 to 2.12.5 . Thanks to dependabot[bot].
- #325: Bump docker-maven-plugin from 0.36.1 to 0.37.0 . Thanks to dependabot[bot].
- #324: Bump maven-scm-plugin from 1.11.2 to 1.11.3 . Thanks to dependabot[bot].
- #322: Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 . Thanks to dependabot[bot].
- #321: Bump Elasticsearch-beyonder from 7.13.1 to 7.13.2 . Thanks to dependabot[bot].
- #320: Bump slf4j-api from 1.7.31 to 1.7.32 . Thanks to dependabot[bot].
- #319: Bump Elasticsearch-rest-high-level-client from 7.13.3 to 7.13.4 . Thanks to dependabot[bot].
- #318: Bump spring.version from 5.3.8 to 5.3.9 . Thanks to dependabot[bot].
- #317: Bump commons-io from 2.10.0 to 2.11.0 . Thanks to dependabot[bot].
- #316: Bump Elasticsearch-rest-high-level-client from 7.13.2 to 7.13.3 . Thanks to dependabot[bot].
- #315: Bump jackson.version from 2.12.3 to 2.12.4 . Thanks to dependabot[bot].
- #314: Bump docker-maven-plugin from 0.36.0 to 0.36.1 . Thanks to dependabot[bot].
- #313: Bump slf4j-api from 1.7.30 to 1.7.31 . Thanks to dependabot[bot].
For a manual installation, you can download the spring-Elasticsearch-7.1 here: Central Repository: fr/pilato/spring/spring-elasticsearch/7.1
Have fun!
-spring-Elasticsearch team