File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 44:lucene_version_path: 7_2_0
55:branch: master
66:jdk: 1.8.0_131
7+ :jdk_major: 8
78
89//////////
910release-state can be: released | prerelease | unreleased
Original file line number Diff line number Diff line change @@ -16,20 +16,23 @@ running, including:
1616== Supported platforms
1717
1818The matrix of officially supported operating systems and JVMs is available here:
19- link:/support/matrix[Support Matrix]. Elasticsearch is tested on the listed
19+ link:/support/matrix[Support Matrix]. Elasticsearch is tested on the listed
2020platforms, but it is possible that it will work on other platforms too.
2121
2222[float]
2323[[jvm-version]]
2424== Java (JVM) Version
2525
2626Elasticsearch is built using Java, and requires at least
27- http://www.oracle.com/technetwork/java/javase/downloads/index.html[Java 8] in
28- order to run. Only Oracle's Java and the OpenJDK are supported. The same JVM
27+ http://www.oracle.com/technetwork/java/javase/downloads/index.html[Java {jdk_major}]
28+ in order to run. Only Oracle's Java and the OpenJDK are supported. The same JVM
2929version should be used on all Elasticsearch nodes and clients.
3030
31- We recommend installing Java version *{jdk} or later*. Elasticsearch will
32- refuse to start if a known-bad version of Java is used.
31+ We recommend installing Java version *{jdk} or a later version in the Java
32+ {jdk_major} release series*. We recommend using a
33+ link:/support/matrix[supported]
34+ http://www.oracle.com/technetwork/java/eol-135779.html[LTS version of Java].
35+ Elasticsearch will refuse to start if a known-bad version of Java is used.
3336
3437The version of Java that Elasticsearch will use can be configured by setting
3538the `JAVA_HOME` environment variable.
You can’t perform that action at this time.
0 commit comments