From 6debccffbd2042e71f45fd65929c6780be3c10d9 Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Thu, 12 Nov 2020 19:06:59 +0100 Subject: [PATCH] DATAES-975 - Upgrade to Elasticsearch 7.10.0. Original PR: #553 --- pom.xml | 2 +- src/main/asciidoc/preface.adoc | 3 ++- src/main/asciidoc/reference/elasticsearch-new.adoc | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 758725aa9..777cf4bd6 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 2.6 - 7.9.3 + 7.10.0 2.13.3 4.1.52.Final 2.5.0-SNAPSHOT diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 52a0e63d4..9ab2fc15f 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -34,7 +34,8 @@ The following table shows the Elasticsearch versions that are used by Spring Dat [cols="^,^,^,^",options="header"] |=== | Spring Data Release Train |Spring Data Elasticsearch |Elasticsearch | Spring Boot -| 2020.0.0footnote:cdv[Currently in development] |4.1.xfootnote:cdv[]|7.9.3 |2.3.xfootnote:cdv[] +| 2021.0 (Pascal)footnote:cdv[Currently in development] |4.2.xfootnote:cdv[]|7.10.0 |2.4.xfootnote:cdv[] +| 2020.0 (Ockham) |4.1.x|7.9.3 |2.4.x | Neumann | 4.0.x | 7.6.2 |2.3.x | Moore | 3.2.x |6.8.12 | 2.2.x | Lovelace | 3.1.x | 6.2.2 |2.1.x diff --git a/src/main/asciidoc/reference/elasticsearch-new.adoc b/src/main/asciidoc/reference/elasticsearch-new.adoc index 47ed18ba5..288779bad 100644 --- a/src/main/asciidoc/reference/elasticsearch-new.adoc +++ b/src/main/asciidoc/reference/elasticsearch-new.adoc @@ -1,6 +1,11 @@ [[new-features]] = What's new +[[new-features.4-2-0]] +== New in Spring Data Elasticsearch 4.2 + +* Upgrade to Elasticsearch 7.10.0. + [[new-features.4-1-0]] == New in Spring Data Elasticsearch 4.1