From da30a292d8052e844e5c837040fa5664a3e3a9de Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Mon, 6 Nov 2023 09:15:49 -0500 Subject: [PATCH] Add JDK compatibility matrix to COMPATIBILITY.md Signed-off-by: Andriy Redko --- COMPATIBILITY.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index d528d976aa..f439c8060e 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -1,4 +1,5 @@ - [Compatibility with OpenSearch](#compatibility-with-opensearch) +- [Compatibility with JDK](#compatibility-with-jdk) - [Upgrading](#upgrading) ## Compatibility with OpenSearch @@ -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