Skip to content

Commit 58ec8e8

Browse files
committed
docs update 8.x -> 9.x
1 parent f7dfe2d commit 58ec8e8

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ is required for that. Elasticsearch language clients are only backwards
4242
compatible with default distributions and without guarantees made.
4343

4444
| Elasticsearch Version | Elasticsearch-Java Branch | Supported |
45-
| --------------------- | ------------------------- | --------- |
45+
|-----------------------|---------------------------|-----------|
4646
| main | main | |
47-
| 8.x | 8.x | 8.x |
48-
| 7.x | 7.x | 7.17 |
47+
| 9.x | 9.x | 9.x |
48+
| 8.x | 8.x | 8.17 |
4949

5050
## Usage
5151

docs/docset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ toc:
1212
- toc: release-notes
1313
subs:
1414
es: "Elasticsearch"
15-
version: "9.0.0"
15+
version: "9.0.1"
1616
# Not used by docs-builder, but present in `% :::{include-bloc}` preprocessing directives (see IncludeExpander.java)
1717
doc-tests-src: "../../java-client/src/test/java/co/elastic/clients/documentation"

docs/reference/breaking-changes-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Along with these bug fixes, the API specification is constantly refined, more pr
2626

2727
## Breaking changes in major releases [_breaking_changes_in_major_releases]
2828

29-
Major releases (e.g. 7.x → 8.x) can include larger refactorings of the API specification and the framework underlying the Java API Client. These refactorings are considered carefully and done only when they unlock new important features or new developments.
29+
Major releases (e.g. 8.x → 9.x) can include larger refactorings of the API specification and the framework underlying the Java API Client. These refactorings are considered carefully and done only when they unlock new important features or new developments.
3030

3131

3232
## Elasticsearch API stability guarantees [_elasticsearch_api_stability_guarantees]
@@ -35,4 +35,4 @@ All Elasticsearch APIs have stability indicators, which imply potential changes.
3535

3636
## Breaking changes by release
3737

38-
For more information, refer to the [](../release-notes/index.md).
38+
For more information, refer to the [](../release-notes/index.md).

java-client/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ signing {
175175
}
176176

177177
dependencies {
178-
// Compile and test with the last 8.x version to make sure transition scenarios where
179-
// the Java API client coexists with a 8.x HLRC work fine
180178
val elasticsearchVersion = "9.0.0"
181179
val jacksonVersion = "2.18.3"
182180
val openTelemetryVersion = "1.29.0"

0 commit comments

Comments
 (0)