Skip to content

Commit

Permalink
Update bundled JDK version (January 2024 Patch releases) (#6250) (#6275)
Browse files Browse the repository at this point in the history
* Update bundled JDK version (January 2024 Patch releases)



* Address code review comments



* Address linter errors



---------


(cherry picked from commit d767d15)

Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 42e54ec commit bd8c40f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _install-and-configure/install-opensearch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd8c40f

Please sign in to comment.