From bd8c40f28432b3a1bf4ffed0ca3f663379c39cd9 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:36:57 -0600 Subject: [PATCH] Update bundled JDK version (January 2024 Patch releases) (#6250) (#6275) * Update bundled JDK version (January 2024 Patch releases) * Address code review comments * Address linter errors --------- (cherry picked from commit d767d1598657801cd336045efc3d0f7edbe544e0) Signed-off-by: Andriy Redko Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- _install-and-configure/install-opensearch/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_install-and-configure/install-opensearch/index.md b/_install-and-configure/install-opensearch/index.md index 1bab024d64..5b0f9b027a 100644 --- a/_install-and-configure/install-opensearch/index.md +++ b/_install-and-configure/install-opensearch/index.md @@ -38,9 +38,10 @@ 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.14.1+1 -2.0.0 | 11, 17 | 17.0.2+8 +1.0--1.2.x | 11, 15 | 15.0.1+9 +1.3.x | 8, 11, 14 | 11.0.22+7 +2.0.0--2.11.x | 11, 17 | 17.0.2+8 +2.12.0 | 11, 17, 21 | 21.0.2+13 To use a different Java installation, set the `OPENSEARCH_JAVA_HOME` or `JAVA_HOME` environment variable to the Java install location. For example: ```bash