mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-05-31 09:12:11 +00:00
parent
83a586caae
commit
1e6cfade1d
2
pom.xml
2
pom.xml
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<commonslang>2.6</commonslang>
|
<commonslang>2.6</commonslang>
|
||||||
<elasticsearch>7.9.2</elasticsearch>
|
<elasticsearch>7.9.3</elasticsearch>
|
||||||
<log4j>2.13.3</log4j>
|
<log4j>2.13.3</log4j>
|
||||||
<netty>4.1.52.Final</netty>
|
<netty>4.1.52.Final</netty>
|
||||||
<springdata.commons>2.4.0-SNAPSHOT</springdata.commons>
|
<springdata.commons>2.4.0-SNAPSHOT</springdata.commons>
|
||||||
|
@ -34,7 +34,7 @@ The following table shows the Elasticsearch versions that are used by Spring Dat
|
|||||||
[cols="^,^,^,^",options="header"]
|
[cols="^,^,^,^",options="header"]
|
||||||
|===
|
|===
|
||||||
| Spring Data Release Train |Spring Data Elasticsearch |Elasticsearch | Spring Boot
|
| Spring Data Release Train |Spring Data Elasticsearch |Elasticsearch | Spring Boot
|
||||||
| 2020.0.0footnote:cdv[Currently in development] |4.1.xfootnote:cdv[]|7.9.2 |2.3.xfootnote:cdv[]
|
| 2020.0.0footnote:cdv[Currently in development] |4.1.xfootnote:cdv[]|7.9.3 |2.3.xfootnote:cdv[]
|
||||||
| Neumann | 4.0.x | 7.6.2 |2.3.x
|
| Neumann | 4.0.x | 7.6.2 |2.3.x
|
||||||
| Moore | 3.2.x |6.8.12 | 2.2.x
|
| Moore | 3.2.x |6.8.12 | 2.2.x
|
||||||
| Lovelace | 3.1.x | 6.2.2 |2.1.x
|
| Lovelace | 3.1.x | 6.2.2 |2.1.x
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
== New in Spring Data Elasticsearch 4.1
|
== New in Spring Data Elasticsearch 4.1
|
||||||
|
|
||||||
* Uses Spring 5.3.
|
* Uses Spring 5.3.
|
||||||
* Upgrade to Elasticsearch 7.9.2.
|
* Upgrade to Elasticsearch 7.9.3.
|
||||||
* Improved API for alias management.
|
* Improved API for alias management.
|
||||||
* Introduction of `ReactiveIndexOperations` for index management.
|
* Introduction of `ReactiveIndexOperations` for index management.
|
||||||
* Index templates support.
|
* Index templates support.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user