The recommended version of Java for Cassandra 2.0 was Java 7. But which version is recommended or required for Cassandra 3 (specifically, version 3.5)?
Some information suggests that Java 7 or Java 8 are required; that is, that Java 7 is still OK:
- The Cassandra Wiki says:
Cassandra requires the most stable version of Java 7 or 8
- The change log for Cassandra 3.5 does not mention changing the required JRE. It does have a change (CASSANDRA-7028) to "Allow compilation in java 8". But allow is not the same as require.