Skip to content

Commit 4d32262

Browse files
authored
Merge branch 'main' into docs-clean-up
2 parents 3ffd440 + 2ee59ee commit 4d32262

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2-
navigation_title: "Elasticsearch Java Client"
2+
navigation_title: "Breaking changes"
33
mapped_pages:
44
- https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/breaking-changes-policy.html
55
---
66

77
# Elasticsearch Java Client breaking changes [elasticsearch-java-client-breaking-changes]
8-
Before you upgrade, carefully review the Elasticsearch Java Client breaking changes and take the necessary steps to mitigate any issues.
9-
10-
To learn how to upgrade, check out <uprade docs>.
8+
Breaking changes can impact your Elastic applications, potentially disrupting normal operations. Before you upgrade, carefully review the Elasticsearch Java Client breaking changes and take the necessary steps to mitigate any issues. To learn how to upgrade, check [Upgrade](docs-content://deploy-manage/upgrade.md).
119

1210
## Breaking changes policy [elasticsearch-java-client-breaking-changes-policy]
1311
The Java API Client source code is generated from a [formal specification of the Elasticsearch API](https://github.com/elastic/elasticsearch-specification). This API specification is large, and although it is tested against hundreds of Elasticsearch test files, it may have discrepancies with the actual API that result in issues in the Java API Client.
@@ -31,7 +29,6 @@ Major releases (e.g. 7.x → 8.x) can include larger refactorings of the API spe
3129
All Elasticsearch APIs have stability indicators, which imply potential changes. If an API is `stable` only additional non-breaking changes are added. In case of `experimental` APIs, breaking changes can be introduced any time, which means that these changes, will also be reflected in the Java API Client.
3230

3331
% ## Next version [elasticsearch-java-client-versionnext-breaking-changes]
34-
% **Release date:** Month day, year
3532

3633
% ::::{dropdown} Title of breaking change
3734
% Description of the breaking change.
@@ -41,7 +38,6 @@ All Elasticsearch APIs have stability indicators, which imply potential changes.
4138
% ::::
4239

4340
% ## 9.0.0 [elasticsearch-java-client-900-breaking-changes]
44-
% **Release date:** March 25, 2025
4541

4642
% ::::{dropdown} Title of breaking change
4743
% Description of the breaking change.

docs/release-notes/deprecations.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
navigation_title: "Elasticsearch Java Client"
2+
navigation_title: "Deprecations"
33
---
44
# Elasticsearch Java Client deprecations [elasticsearch-java-client-deprecations]
5-
Review the deprecated functionality for your Elasticsearch Java Client version. While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade.
5+
Over time, certain Elastic functionality becomes outdated and is replaced or removed. To help with the transition, Elastic deprecates functionality for a period before removal, giving you time to update your applications.
66

7-
To learn how to upgrade, check out <uprade docs>.
7+
Review the deprecated functionality for Elasticsearch Java Client. While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade. To learn how to upgrade, check out [Upgrade](docs-content://deploy-manage/upgrade.md).
88

99
% ## Next version
10-
% **Release date:** Month day, year
1110

1211
% ::::{dropdown} Deprecation title
1312
% Description of the deprecation.
@@ -17,7 +16,6 @@ To learn how to upgrade, check out <uprade docs>.
1716
% ::::
1817

1918
% ## 9.0.0 [elasticsearch-java-client-900-deprecations]
20-
% **Release date:** March 25, 2025
2119

2220
% ::::{dropdown} Deprecation title
2321
% Description of the deprecation.

docs/release-notes/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
1111
% Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections.
1212

1313
% ## version.next [felasticsearch-java-client-next-release-notes]
14-
% **Release date:** Month day, year
1514

1615
% ### Features and enhancements [elasticsearch-java-client-next-features-enhancements]
1716
% *
@@ -20,7 +19,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
2019
% *
2120

2221
## 9.0.0 [elasticsearch-java-client-900-release-notes]
23-
**Release date:** March 25, 2025
2422

2523
### Features and enhancements [elasticsearch-java-client-900-features-enhancements]
2624

docs/release-notes/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
navigation_title: "Elasticsearch Java Client"
2+
navigation_title: "Known issues"
33

44
---
55

0 commit comments

Comments
 (0)