Skip to content

Commit 0b0640b

Browse files
authored
Add documentation for the new 5.2 version in main branch.
Original Pull Request #2552 Closes #2551
1 parent 5ab1c25 commit 0b0640b

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

src/main/asciidoc/preface.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ built and tested.
3737
[cols="^,^,^,^,^",options="header"]
3838
|===
3939
| Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework | Spring Boot
40+
| 2023.1 (?) | 5.2.x | 8.7.1 | 6.0.x | 3.1.x
4041
| 2023.0 (Ullmann) | 5.1.x | 8.7.0 | 6.0.x | 3.1.x
4142
| 2022.0 (Turing) | 5.0.x | 8.5.3 | 6.0.x | 3.0.x
4243
| 2021.2 (Raj) | 4.4.xfootnote:oom[Out of maintenance] | 7.17.3 | 5.3.x | 2.7.x
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[elasticsearch-migration-guide-5.1-5.2]]
2+
= Upgrading from 5.1.x to 5.2.x
3+
4+
This section describes breaking changes from version 5.1.x to 5.2.x and how removed features can be replaced by new introduced features.
5+
6+
[[elasticsearch-migration-guide-5.1-5.2.breaking-changes]]
7+
== Breaking Changes
8+
9+
10+
[[elasticsearch-migration-guide-5.1-5.2.deprecations]]
11+
== Deprecations

src/main/asciidoc/reference/elasticsearch-new.adoc

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

4+
[[new-features.5-2-0]]
5+
== New in Spring Data Elasticsearch 5.2
6+
47
[[new-features.5-1-0]]
58
== New in Spring Data Elasticsearch 5.1
69

src/main/asciidoc/reference/migration-guides.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ include::elasticsearch-migration-guide-4.3-4.4.adoc[]
1515

1616
include::elasticsearch-migration-guide-4.4-5.0.adoc[]
1717

18+
include::elasticsearch-migration-guide-5.0-5.1.adoc[]
19+
20+
include::elasticsearch-migration-guide-5.1-5.2.adoc[]
21+
1822
:leveloffset: -1

0 commit comments

Comments
 (0)