Skip to content

Commit a9d2aaa

Browse files
committed
Polishing.
Signed-off-by: Peter-Josef Meisch <[email protected]>
1 parent 158f5fc commit a9d2aaa

File tree

7 files changed

+321
-264
lines changed

7 files changed

+321
-264
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*** xref:migration-guides/migration-guide-5.2-5.3.adoc[]
1313
*** xref:migration-guides/migration-guide-5.3-5.4.adoc[]
1414
*** xref:migration-guides/migration-guide-5.4-5.5.adoc[]
15+
*** xref:migration-guides/migration-guide-5.5-6.0.adoc[]
1516
1617
1718
* xref:elasticsearch.adoc[]

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

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

4+
[[new-features.6-0-0]]
5+
== New in Spring Data Elasticsearch 6.6
6+
7+
* Upgarde to Spring 7
8+
* Switch to jspecify nullability annotations
9+
* Upgrade to Elasticsearch 9.0.1
10+
11+
412
[[new-features.5-5-0]]
513
== New in Spring Data Elasticsearch 5.5
614

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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-
| 2025.1 (in development) | 6.0.x | 8.18.1 | 7.0.x
9+
| 2025.1 (in development) | 6.0.x | 9.0.1 | 7.0.x
1010
| 2025.0 | 5.5.x | 8.18.1 | 6.2.x
1111
| 2024.1 | 5.4.x | 8.15.5 | 6.1.x
1212
| 2024.0 | 5.3.xfootnote:oom[Out of maintenance] | 8.13.4 | 6.1.x
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[[elasticsearch-migration-guide-5.5-6.0]]
2+
= Upgrading from 5.5.x to 6.0.x
3+
4+
This section describes breaking changes from version 5.5.x to 6.0.x and how removed features can be replaced by new introduced features.
5+
6+
[[elasticsearch-migration-guide-5.5-6.0.breaking-changes]]
7+
== Breaking Changes
8+
9+
[[elasticsearch-migration-guide-5.5-6.0.deprecations]]
10+
== Deprecations
11+
12+
13+
=== Removals
14+
15+
The `org.springframework.data.elasticsearch.core.query.ScriptType` enum has been removed. To distinguish between an inline and a stored script set the appropriate values in the `org.springframework.data.elasticsearch.core.query.ScriptData` record.
16+
17+
These methods have been removed because the Elasticsearch Client 9 does not support them anymore:
18+
```
19+
org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient.unfreeze(UnfreezeRequest)
20+
org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient.unfreeze(Function<UnfreezeRequest.Builder, ObjectBuilder<UnfreezeRequest>>)
21+
```

0 commit comments

Comments
 (0)