RandomDevOpsDude@programming.dev to Java@programming.devEnglish · 1 year agoWhich Version of JDK Should I Use?whichjdk.comexternal-linkmessage-square6fedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1external-linkWhich Version of JDK Should I Use?whichjdk.comRandomDevOpsDude@programming.dev to Java@programming.devEnglish · 1 year agomessage-square6fedilinkfile-text
Interested in what folks use. I stick to temurin unless guaranteed to deploy in AWS then I use corretto.
minus-squarepohart@lemmyrs.orglinkfedilinkEnglisharrow-up1·1 year agoI 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.
minus-squarefabian@programming.devlinkfedilinkEnglisharrow-up1·1 year agoSeconded. Really, anything but the oracle JDK.
minus-squareVipsu@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoI’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.
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.
Seconded. Really, anything but the oracle JDK.
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.