Skip to content

Commit 6bb2bd6

Browse files
authored
Doc: Add bundled JDK info (#12369)
Document options and impacts of bundled JDK
1 parent 1723dc5 commit 6bb2bd6

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/static/jvm.asciidoc

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,25 @@
88
* Java 11
99
* Java 14
1010

11-
See the https://www.elastic.co/support/matrix#matrix_jvm[Elastic Support Matrix]
12-
for the official word on supported versions across releases.
13-
1411
Use the
1512
http://www.oracle.com/technetwork/java/javase/downloads/index.html[official
1613
Oracle distribution] or an open-source distribution, such as
1714
http://openjdk.java.net/[OpenJDK].
15+
See the https://www.elastic.co/support/matrix#matrix_jvm[Elastic Support Matrix]
16+
for the official word on supported versions across releases.
17+
18+
.Bundled JDK
19+
[NOTE]
20+
=====
21+
{ls} offers architecture-specific
22+
https://staging-website.elastic.co/downloads/logstash[downloads] that include
23+
AdoptOpenJDK 11, the latest long term support (LTS) release of JDK.
24+
25+
Use the JAVA_HOME environment variable if you want to use a JDK other than the
26+
version that is bundled.
27+
If you have the JAVA_HOME environment variable set to use a custom JDK, Logstash
28+
will continue to use the JDK version you have specified, even after you upgrade.
29+
=====
1830

1931
[float]
2032
[[check-jvm]]

0 commit comments

Comments
 (0)