[ANNOUNCEMENT] - spring-elasticsearch 7.0 released

The spring-elasticsearch team is pleased to announce the spring-elasticsearch-7.0 release!

Spring factories for Elasticsearch

Usage

Add this library to you project:

<dependency>
    <groupId>fr.pilato.spring</groupId>
    <artifactId>spring-elasticsearch</artifactId>
    <version>7.0</version>
</dependency>

New features

  • #312: Add support for _aliases.json . Thanks to dadoonet.
  • #307: Add support for ingest pipelines . Thanks to dadoonet.
  • #304: Add index templates and component templates support . Thanks to dadoonet.
  • #159: Use docker fabric8 maven plugin for IT . Thanks to dadoonet.

Changes

  • #310: Bump elasticsearch-rest-high-level-client from 7.13.1 to 7.13.2 . Thanks to dependabot[bot].
  • #306: Set forceTemplate to true by default . Thanks to dadoonet.
  • #303: Switch from Travis to Github Actions . Thanks to dadoonet.
  • #291: Bump spring.version from 5.3.5 to 5.3.6 . Thanks to dependabot-preview[bot].
  • #290: Bump jackson.version from 2.12.2 to 2.12.3 . Thanks to dependabot-preview[bot].
  • #289: Bump docker-maven-plugin from 0.34.1 to 0.35.0 . Thanks to dependabot-preview[bot].
  • #286: Bump log4j.version from 2.14.0 to 2.14.1 . Thanks to dependabot-preview[bot].
  • #280: Bump junit.version from 5.7.0 to 5.7.1 . Thanks to dependabot-preview[bot].
  • #262: Bump commons-io from 2.7 to 2.8.0 . Thanks to dependabot-preview[bot].
  • #259: Bump maven-resources-plugin from 3.1.0 to 3.2.0 . Thanks to dependabot-preview[bot].
  • #253: Bump maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M5 . Thanks to dependabot-preview[bot].
  • #252: Bump maven-failsafe-plugin from 3.0.0-M4 to 3.0.0-M5 . Thanks to dependabot-preview[bot].
  • #251: Bump surefire-api from 3.0.0-M4 to 3.0.0-M5 . Thanks to dependabot-preview[bot].
  • #237: Bump maven-javadoc-plugin from 3.1.1 to 3.2.0 . Thanks to dependabot-preview[bot].
  • #236: Bump maven-dependency-plugin from 3.1.1 to 3.1.2 . Thanks to dependabot-preview[bot].
  • #226: Bump elasticsearch-beyonder from 7.0 to 7.5 . Thanks to dependabot-preview[bot].
  • #222: Bump maven-source-plugin from 3.2.0 to 3.2.1 . Thanks to dependabot-preview[bot].
  • #220: Bump slf4j-api from 1.7.29 to 1.7.30 . Thanks to dependabot-preview[bot].
  • #216: Bump maven-enforcer-plugin from 3.0.0-M2 to 3.0.0-M3 . Thanks to dependabot-preview[bot].
  • #210: Bump maven-jar-plugin from 3.1.2 to 3.2.0 . Thanks to dependabot-preview[bot].
  • #197: Bump cglib from 3.2.12 to 3.3.0 . Thanks to dependabot-preview[bot].
  • #181: Bump maven-compiler-plugin from 3.8.0 to 3.8.1 . Thanks to dependabot-preview[bot].
  • #175: Bump maven-help-plugin from 3.1.1 to 3.2.0 . Thanks to dependabot-preview[bot].
  • #172: Bump maven-scm-plugin from 1.11.1 to 1.11.2 . Thanks to dependabot-preview[bot].

And more... See 7.0 Milestone · GitHub

For a manual installation, you can download the spring-elasticsearch-7.0 here.

Have fun!
-spring-elasticsearch team

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.