Skip to content

Commit 19f5284

Browse files
committed
Docs: Clarify we only support java 8
For versions before 6.2, Elasticsearch only supports Java 8. Closes #31219
1 parent ca78ca3 commit 19f5284

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/reference/setup/install/deb.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The latest stable version of Elasticsearch can be found on the
99
link:/downloads/elasticsearch[Download Elasticsearch] page. Other versions can
1010
be found on the link:/downloads/past-releases[Past Releases page].
1111

12-
NOTE: Elasticsearch requires Java 8 or later. Use the
12+
NOTE: Elasticsearch requires Java 8. Use the
1313
http://www.oracle.com/technetwork/java/javase/downloads/index.html[official Oracle distribution]
1414
or an open-source distribution such as http://openjdk.java.net[OpenJDK].
1515

docs/reference/setup/install/rpm.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The latest stable version of Elasticsearch can be found on the
1313
link:/downloads/elasticsearch[Download Elasticsearch] page. Other versions can
1414
be found on the link:/downloads/past-releases[Past Releases page].
1515

16-
NOTE: Elasticsearch requires Java 8 or later. Use the
16+
NOTE: Elasticsearch requires Java 8. Use the
1717
http://www.oracle.com/technetwork/java/javase/downloads/index.html[official Oracle distribution]
1818
or an open-source distribution such as http://openjdk.java.net[OpenJDK].
1919

docs/reference/setup/install/windows.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ link:/downloads/elasticsearch[Download Elasticsearch] page.
1515
Other versions can be found on the
1616
link:/downloads/past-releases[Past Releases page].
1717

18-
NOTE: Elasticsearch requires Java 8 or later. Use the
18+
NOTE: Elasticsearch requires Java 8. Use the
1919
http://www.oracle.com/technetwork/java/javase/downloads/index.html[official Oracle distribution]
2020
or an open-source distribution such as http://openjdk.java.net[OpenJDK].
2121

docs/reference/setup/install/zip-targz.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ link:/downloads/elasticsearch[Download Elasticsearch] page.
1010
Other versions can be found on the
1111
link:/downloads/past-releases[Past Releases page].
1212

13-
NOTE: Elasticsearch requires Java 8 or later. Use the
13+
NOTE: Elasticsearch requires Java 8. Use the
1414
http://www.oracle.com/technetwork/java/javase/downloads/index.html[official Oracle distribution]
1515
or an open-source distribution such as http://openjdk.java.net[OpenJDK].
1616

@@ -195,4 +195,4 @@ directory so that you do not delete important data later on.
195195
|=======================================================================
196196

197197

198-
include::next-steps.asciidoc[]
198+
include::next-steps.asciidoc[]

docs/reference/setup/install/zip-windows.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ link:/downloads/elasticsearch[Download Elasticsearch] page.
1414
Other versions can be found on the
1515
link:/downloads/past-releases[Past Releases page].
1616

17-
NOTE: Elasticsearch requires Java 8 or later. Use the
17+
NOTE: Elasticsearch requires Java 8. Use the
1818
http://www.oracle.com/technetwork/java/javase/downloads/index.html[official Oracle distribution]
1919
or an open-source distribution such as http://openjdk.java.net[OpenJDK].
2020

@@ -266,4 +266,4 @@ directory so that you do not delete important data later on.
266266

267267
|=======================================================================
268268

269-
include::next-steps.asciidoc[]
269+
include::next-steps.asciidoc[]

0 commit comments

Comments
 (0)