Amazon Corretto 18 is now generally available
aws.amazon.com
Amazon Corretto 18 is now generally available
1–10 of 105 posts
Re: Amazon Corretto 18 is now generally available
#2I'm not sure how I never heard about this before now. Is anyone out there using this over other JDKs?
Re: Amazon Corretto 18 is now generally available
#3"Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)." I'm not sure how I never heard about this before now. Is anyone out there using this over other JDKs?
That said, it depends a bit which OS you are on. The Linux distros have gotten a lot better with their OpenJDK support in their package managers. So if I am using a bistro with the OpenJDK version I want, I will use that now.
Re: Amazon Corretto 18 is now generally available
#4"Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)." I'm not sure how I never heard about this before now. Is anyone out there using this over other JDKs?
Re: Amazon Corretto 18 is now generally available
#5Re: Amazon Corretto 18 is now generally available
#6https://www.theregister.com/2022/03/22/oracle_starts_to_incl...
If you're not familiar with O, or wondering why an innocuous statement like the above strikes fear into people, it's not about just licensing Java. It's about their extortionate tactics and how they try to catch you in gray areas due to ambiguous wording in their terms and conditions, and demand fees for violating them.
Re: Amazon Corretto 18 is now generally available
#7Re: Amazon Corretto 18 is now generally available
#8FAQ: https://aws.amazon.com/corretto/faqs/
Downloads: https://docs.aws.amazon.com/corretto/latest/corretto-18-ug/d...
Q: How is Corretto different from OpenJDK?
A: Corretto is a distribution of Open JDK with patches included by Amazon that are not yet integrated in the corresponding OpenJDK update projects. We focus on patches that improve performance or stability in OpenJDK, chosen based on Amazon's observations running large services.
Q: What kinds of patches does Amazon intend to include in Corretto?
A: Patches will include security fixes, performance enhancements (e.g., speeding up frequently-used functions), garbage collection scheduling, and preventing out-of-memory situations, as well as improved monitoring, reporting, and thread management.
Re: Amazon Corretto 18 is now generally available
#9"Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)." I'm not sure how I never heard about this before now. Is anyone out there using this over other JDKs?
Re: Amazon Corretto 18 is now generally available
#10"Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)." I'm not sure how I never heard about this before now. Is anyone out there using this over other JDKs?
The reason is that we host on AWS Elastic Beanstalk, and this is the Java distribution that is supplied by default on Elastic Beanstalk's Java-based images.
Amazon Corretto is, for us, unremarkable, in a very positive way. Unremarkable in that we never encounter problems with it.