Skip to content

Commit 01d2d24

Browse files
authored
Update versions documentation.
Original Pull Request spring-projects#3013 Closes spring-projects#3012
1 parent 4f159d5 commit 01d2d24

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Building the documentation builds also the project without running tests.
168168
$ ./mvnw clean install -Pantora
169169
----
170170

171-
The generated documentation is available from `target/antora/site/index.html`.
171+
The generated documentation is available from `target/site/index.html`.
172172

173173
== Examples
174174

src/main/antora/antora-playbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ content:
1717
- url: https://github.com/spring-projects/spring-data-commons
1818
# Refname matching:
1919
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
20-
branches: [ main, 3.2.x ]
20+
branches: [ main, 3.4.x, 3.3.x ]
2121
start_path: src/main/antora
2222
asciidoc:
2323
attributes:

src/main/antora/modules/ROOT/nav.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*** xref:migration-guides/migration-guide-5.1-5.2.adoc[]
1212
*** xref:migration-guides/migration-guide-5.2-5.3.adoc[]
1313
*** xref:migration-guides/migration-guide-5.3-5.4.adoc[]
14+
*** xref:migration-guides/migration-guide-5.4-5.5.adoc[]
1415
1516
1617
* xref:elasticsearch.adoc[]

src/main/antora/modules/ROOT/pages/elasticsearch/versions.adoc

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ The following table shows the Elasticsearch and Spring versions that are used by
66
[cols="^,^,^,^",options="header"]
77
|===
88
| Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework
9-
| 2024.1 (in development) | 5.3.x | 8.15.3 | 6.1.x
10-
| 2024.0 | 5.3.1 | 8.13.4 | 6.1.x
11-
| 2023.1 (Vaughan) | 5.2.x | 8.11.1 | 6.1.x
12-
| 2023.0 (Ullmann) | 5.1.x | 8.7.1 | 6.0.x
13-
| 2022.0 (Turing) | 5.0.xfootnote:oom[Out of maintenance] | 8.5.3 | 6.0.x
9+
| 2025.0 (in development) | 5.5.x | 8.15.3 | 6.2.x
10+
| 2024.1 | 5.4.x | 8.15.3 | 6.1.x
11+
| 2024.0 | 5.3.x | 8.13.4 | 6.1.x
12+
| 2023.1 (Vaughan) | 5.2.xfootnote:oom[Out of maintenance] | 8.11.1 | 6.1.x
13+
| 2023.0 (Ullmann) | 5.1.xfootnote:oom[] | 8.7.1 | 6.0.x
14+
| 2022.0 (Turing) | 5.0.xfootnote:oom[] | 8.5.3 | 6.0.x
1415
| 2021.2 (Raj) | 4.4.xfootnote:oom[] | 7.17.3 | 5.3.x
1516
| 2021.1 (Q) | 4.3.xfootnote:oom[] | 7.15.2 | 5.3.x
1617
| 2021.0 (Pascal) | 4.2.xfootnote:oom[] | 7.12.0 | 5.3.x
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[[elasticsearch-migration-guide-5.4-5.5]]
2+
= Upgrading from 5.4.x to 5.5.x
3+
4+
This section describes breaking changes from version 5.4.x to 5.5.x and how removed features can be replaced by new introduced features.
5+
6+
[[elasticsearch-migration-guide-5.4-5.5.breaking-changes]]
7+
== Breaking Changes
8+
9+
[[elasticsearch-migration-guide-5.4-5.5.deprecations]]
10+
== Deprecations
11+
12+
=== Removals

0 commit comments

Comments
 (0)