What do we think about bumping min jdk to 11 for k...
# kotest-contributors
s
What do we think about bumping min jdk to 11 for kotest 6? There's a library I want to use that's only available on java 11, and you can run your tests on 11 but compile to 8 if you really want anyway.
e
Do it
Isn’t 8 end of life since ages ago? :)
s
yeah basically, you can pay for support from oracle to 2030
a
what's the library for?
in case it's relevant, Gradle 9 will require JDK 17
s
Wiremock
a
would Java 11 help with anything else?
devil's advocate: why not Java 17 instead of Java 11? For Oracle, both 8 and 11 have the same status https://endoflife.date/oracle-jdk, but 17 is still supported
s
I guess 11 is just less surface area for people to say "but we're using 11 and now it doesn't work" even though using 17 and compiling back to 11 is easy.