Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JDK compatibility matrix to COMPATIBILITY.md #713

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading