Hi 👋 Is there a minimum java version to use datalevin—couldn’t see it mentioned in the README?
On java 11, I’m seeing
Error compiling datalevin/compress.clj at (1:1)
[...]
Caused by java.lang.UnsupportedClassVersionError
me/lemire/integercompression/IntCompressor has been compiled by a more recent version of the Java
Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0I thought it was 11, but it appears to be 17
Updated doc/install.md
I was able to use java 11 with the second to last release, did the last release change the minimum to 17?
Apparently so.
Not intentional, but it did. It’s also about time. According to Alex Miller, the next version of Clojure is moving to 17 as well
Is this not going to break people running 11 in production?
Running test before putting things in production is an accepted practice.