Skip to content

Commit 0d4e8ad

Browse files
authored
Upgrade to Elasticsearch 8.11.2.
Original Pull Request #2809
1 parent a9bacd2 commit 0d4e8ad

File tree

4 files changed

+21
-18
lines changed

4 files changed

+21
-18
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<springdata.commons>3.2.2-SNAPSHOT</springdata.commons>
2222

2323
<!-- version of the ElasticsearchClient -->
24-
<elasticsearch-java>8.11.1</elasticsearch-java>
24+
<elasticsearch-java>8.11.2</elasticsearch-java>
2525

2626
<blockhound-junit>1.0.8.RELEASE</blockhound-junit>
2727
<hoverfly>0.14.4</hoverfly>

src/main/antora/modules/ROOT/pages/elasticsearch/elasticsearch-new.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[[new-features]]
22
= What's new
33

4+
[[new-features.5-2-2]]
5+
== New in Spring Data Elasticsearch 5.2.2
6+
* Upgrade to Elasticsearch 8.11.2
7+
48
[[new-features.5-2-0]]
59
== New in Spring Data Elasticsearch 5.2
610

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
[[preface.versions]]
22
= Versions
33

4-
The following table shows the Elasticsearch versions that are used by Spring Data release trains and version of Spring Data Elasticsearch included in that, as well as the Spring Boot versions referring to that particular Spring Data release train.
5-
The Elasticsearch version given shows with which client libraries Spring Data Elasticsearch was built and tested.
4+
The following table shows the Elasticsearch and Spring versions that are used by Spring Data release trains and the version of Spring Data Elasticsearch included in that.
65

7-
[cols="^,^,^,^,^",options="header"]
6+
[cols="^,^,^,^",options="header"]
87
|===
9-
| Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework | Spring Boot
10-
| 2023.1 (Vaughan) | 5.2.x | 8.11.1 | 6.1.x | 3.2.x
11-
| 2023.0 (Ullmann) | 5.1.x | 8.7.1 | 6.0.x | 3.1.x
12-
| 2022.0 (Turing) | 5.0.xfootnote:oom[Out of maintenance] | 8.5.3 | 6.0.x | 3.0.x
13-
| 2021.2 (Raj) | 4.4.xfootnote:oom[] | 7.17.3 | 5.3.x | 2.7.x
14-
| 2021.1 (Q) | 4.3.xfootnote:oom[] | 7.15.2 | 5.3.x | 2.6.x
15-
| 2021.0 (Pascal) | 4.2.xfootnote:oom[] | 7.12.0 | 5.3.x | 2.5.x
16-
| 2020.0 (Ockham) | 4.1.xfootnote:oom[] | 7.9.3 | 5.3.2 | 2.4.x
17-
| Neumann | 4.0.xfootnote:oom[] | 7.6.2 | 5.2.12 |2.3.x
18-
| Moore | 3.2.xfootnote:oom[] |6.8.12 | 5.2.12| 2.2.x
19-
| Lovelace | 3.1.xfootnote:oom[] | 6.2.2 | 5.1.19 |2.1.x
20-
| Kay | 3.0.xfootnote:oom[] | 5.5.0 | 5.0.13 | 2.0.x
21-
| Ingalls | 2.1.xfootnote:oom[] | 2.4.0 | 4.3.25 | 1.5.x
8+
| Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework
9+
| 2023.1 (Vaughan) | 5.2.x | 8.11.2 | 6.1.x
10+
| 2023.0 (Ullmann) | 5.1.x | 8.7.1 | 6.0.x
11+
| 2022.0 (Turing) | 5.0.xfootnote:oom[Out of maintenance] | 8.5.3 | 6.0.x
12+
| 2021.2 (Raj) | 4.4.xfootnote:oom[] | 7.17.3 | 5.3.x
13+
| 2021.1 (Q) | 4.3.xfootnote:oom[] | 7.15.2 | 5.3.x
14+
| 2021.0 (Pascal) | 4.2.xfootnote:oom[] | 7.12.0 | 5.3.x
15+
| 2020.0 (Ockham) | 4.1.xfootnote:oom[] | 7.9.3 | 5.3.2
16+
| Neumann | 4.0.xfootnote:oom[] | 7.6.2 | 5.2.12
17+
| Moore | 3.2.xfootnote:oom[] |6.8.12 | 5.2.12
18+
| Lovelace | 3.1.xfootnote:oom[] | 6.2.2 | 5.1.19
19+
| Kay | 3.0.xfootnote:oom[] | 5.5.0 | 5.0.13
20+
| Ingalls | 2.1.xfootnote:oom[] | 2.4.0 | 4.3.25
2221
|===
2322

2423
Support for upcoming versions of Elasticsearch is being tracked and general compatibility should be given assuming the usage of the xref:elasticsearch/template.adoc[ElasticsearchOperations interface].

src/test/resources/testcontainers-elasticsearch.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
#
1717
sde.testcontainers.image-name=docker.elastic.co/elasticsearch/elasticsearch
18-
sde.testcontainers.image-version=8.11.1
18+
sde.testcontainers.image-version=8.11.2
1919
#
2020
#
2121
# needed as we do a DELETE /* at the end of the tests, will be required from 8.0 on, produces a warning since 7.13

0 commit comments

Comments
 (0)