5
Which Version of JDK Should I Use?
(whichjdk.com)
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.
I use temurin, but you're really okay with anything but oracle's jdk. You want to do what you can to avoid an Oracle audit.
I still cant believe that oracle did it that bad, that people switched off the JDK just entirely
The jdk itself is fine, but the licensing terms are ridiculous. To their credit they waited to implement the terrible terms until there were multiple drop-in replacements.
I've mostly used Adoption Temurin / OpenJDK at work and they've worked fine. Other than that maybe JDK from RedHat if you do a lot of enterprise work that relies on their other products.
Seconded. Really, anything but the oracle JDK.