Skip to content

Commit 49befe6

Browse files
committed
Docs: Clarify we only support java 8
For versions before 6.2, Elasticsearch only supports Java 8. Closes #31219
1 parent 46e93d0 commit 49befe6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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: 2 additions & 2 deletions
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

@@ -505,4 +505,4 @@ be passed using the `/l` command line argument
505505
start /wait msiexec.exe /x elasticsearch-{version}.msi /qn /l uninstall.log
506506
--------------------------------------------
507507

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

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

@@ -197,4 +197,4 @@ directory so that you do not delete important data later on.
197197
|=======================================================================
198198

199199

200-
include::next-steps.asciidoc[]
200+
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

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

266266
|=======================================================================
267267

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

0 commit comments

Comments
 (0)