Skip to content

Commit

Permalink
Doc: Add bundled JDK info (#12369)
Browse files Browse the repository at this point in the history
Document options and impacts of bundled JDK
  • Loading branch information
karenzone authored Nov 5, 2020
1 parent 1723dc5 commit 6bb2bd6
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions docs/static/jvm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,25 @@
* Java 11
* Java 14

See the https://www.elastic.co/support/matrix#matrix_jvm[Elastic Support Matrix]
for the official word on supported versions across releases.

Use the
http://www.oracle.com/technetwork/java/javase/downloads/index.html[official
Oracle distribution] or an open-source distribution, such as
http://openjdk.java.net/[OpenJDK].
See the https://www.elastic.co/support/matrix#matrix_jvm[Elastic Support Matrix]
for the official word on supported versions across releases.

.Bundled JDK
[NOTE]
=====
{ls} offers architecture-specific
https://staging-website.elastic.co/downloads/logstash[downloads] that include
AdoptOpenJDK 11, the latest long term support (LTS) release of JDK.
Use the JAVA_HOME environment variable if you want to use a JDK other than the
version that is bundled.
If you have the JAVA_HOME environment variable set to use a custom JDK, Logstash
will continue to use the JDK version you have specified, even after you upgrade.
=====

[float]
[[check-jvm]]
Expand Down

0 comments on commit 6bb2bd6

Please sign in to comment.