Skip to content

spring-elasticsearch 7.1

Latest
Compare
Choose a tag to compare

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

  • #338: Bump elasticsearch-beyonder from 7.13.2 to 7.15 and add support for index lifecycle policies . Thanks to dependabot[bot].
  • #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].
  • #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].

Full Changelog: https://github.com/dadoonet/spring-elasticsearch/commits/spring-elasticsearch-7.1

For a manual installation, you can download the spring-elasticsearch-7.1 here: https://repo1.maven.org/maven2/fr/pilato/spring/spring-elasticsearch/7.1/

Have fun!
-spring-elasticsearch team