Update bundled JDK version (January 2024 Patch releases) (#6250)
* Update bundled JDK version (January 2024 Patch releases) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> * Address code review comments Signed-off-by: Andriy Redko <andriy.redko@aiven.io> * Address linter errors Signed-off-by: Andriy Redko <andriy.redko@aiven.io> --------- Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
This commit is contained in:
parent
82607e4442
commit
d767d15986
|
@ -39,9 +39,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
|
||||
|
|
Loading…
Reference in New Issue