Skip to content

Commit

Permalink
Add JDK compatibility matrix to COMPATIBILITY.md (#713)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Nov 15, 2023
1 parent d8d7a3a commit 1d99e45
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion COMPATIBILITY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- [Compatibility with OpenSearch](#compatibility-with-opensearch)
- [Compatibility with JDK](#compatibility-with-jdk)
- [Upgrading](#upgrading)

## Compatibility with OpenSearch
Expand All @@ -8,7 +9,17 @@ The below matrix shows the compatibility of the [`opensearch-java-client`](https
| Client Version | OpenSearch Version |
|----------------|--------------------|
| 1.0.0 | 1.x |
| 2.x.0 | 1.3.13-2.10.0 |
| 2.x.0 | 1.3.13-2.10.0 |


## Compatibility with JDK

The below matrix shows the compatibility of the [`opensearch-java-client`](https://search.maven.org/artifact/org.opensearch.client/opensearch-java) with JDK versions.

| Client Version | JDK |
|----------------|--------------------|
| 1.0.0 | 8 |
| 2.x.0 | 11 / 17 / 21 |

## Upgrading

Expand Down

0 comments on commit 1d99e45

Please sign in to comment.