From 3eccde1097fbeaf239ec97ddb9c897a3693cbade Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Fri, 26 Apr 2024 10:06:45 +0200 Subject: [PATCH] Update bundled JDK version (April 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 e5d66ae560..938cb3d0a0 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.22+7 +1.3.x | 8, 11, 14 | 11.0.23+9 2.0.0--2.11.x | 11, 17 | 17.0.2+8 -2.12.0 | 11, 17, 21 | 21.0.2+13 +2.12.0 | 11, 17, 21 | 21.0.3+9 To use a different Java installation, set the `OPENSEARCH_JAVA_HOME` or `JAVA_HOME` environment variable to the Java install location. For example: ```bash