From 86a83e471cf939749dc27e0e95aeb4d0ce18d2d0 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Tue, 30 Jul 2024 11:30:39 -0400 Subject: [PATCH] OpenJDK Update (July 2024 Patch releases) Signed-off-by: Andriy Redko --- _install-and-configure/install-opensearch/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_install-and-configure/install-opensearch/index.md b/_install-and-configure/install-opensearch/index.md index 541321bcdd..62a57701e1 100644 --- a/_install-and-configure/install-opensearch/index.md +++ b/_install-and-configure/install-opensearch/index.md @@ -42,9 +42,9 @@ The OpenSearch distribution for Linux ships with a compatible [Adoptium JDK](htt OpenSearch Version | Compatible Java Versions | Bundled Java Version :---------- | :-------- | :----------- 1.0--1.2.x | 11, 15 | 15.0.1+9 -1.3.x | 8, 11, 14 | 11.0.23+9 +1.3.x | 8, 11, 14 | 11.0.24+8 2.0.0--2.11.x | 11, 17 | 17.0.2+8 -2.12.0 | 11, 17, 21 | 21.0.3+9 +2.12.0+ | 11, 17, 21 | 21.0.4+7 To use a different Java installation, set the `OPENSEARCH_JAVA_HOME` or `JAVA_HOME` environment variable to the Java install location. For example: ```bash