janusgraph icon indicating copy to clipboard operation
janusgraph copied to clipboard

Drop support for Java 8

Open FlorianHockmann opened this issue 2 years ago • 0 comments

Java 8 is already EOL since April 2022, but at least still receives security updates until 2030. Source Since our general policy is to not support versions that are already EOL, we should also follow this for the Java versions. But this is of course a breaking change and we should not do this earlier than the first major release after 1.0.0 as we only add official support for Java 11 in that release.

Follow-ups after dropping support for Java 8:

FlorianHockmann avatar Feb 06 '23 14:02 FlorianHockmann