this post was submitted on 18 Jun 2023
2 points (100.0% liked)

Java

1367 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 1 year ago
MODERATORS
 

Interested in what folks use. I stick to temurin unless guaranteed to deploy in AWS then I use corretto.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago

Seconded. Really, anything but the oracle JDK.

[–] [email protected] 1 points 1 year ago

I like temurin, but for docker base images, I use Corretto as Amazon is much better about keeping it patched than the standard Temurin base image.