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.
v
Isn’t 8 end of life since ages ago? :)
yeah basically, you can pay for support from oracle to 2030
No! Why do people keep saying the non-sense that Java 8 is end of life? The times when Oracle dictated when a Java version is end of life are long gone, Oracle is just one of many distribution providers. The latest Temurin 8 Hotfix for example was released one week ago and it will be maintained at least until November 2026.