Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 89519cb

Browse files
geekpetepolyfractal
authored andcommitted
Updates to java recommendations (#566)
1 parent f9bcb5d commit 89519cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

510_Deployment/30_other.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tests from Lucene often expose bugs in the JVM itself. These bugs range from
88
mild annoyances to serious segfaults, so it is best to use the latest version
99
of the JVM where possible.
1010

11-
Java 7 is strongly preferred over Java 6. Either Oracle or OpenJDK are acceptable. They are comparable in performance and stability.
11+
Java 8 is preferred over Java 7. Java 6 is no longer supported. Either Oracle or OpenJDK are acceptable. They are comparable in performance and stability.
1212

1313
If your application is written in Java and you are using the transport client
1414
or node client, make sure the JVM running your application is identical to the

0 commit comments

Comments
 (0)