Earlier quoted context omitted.
Lack of long-time support commitment. A lot of java users want to hear someone say "we'll push updates for any and all CVEs for the next forty-two years, and that's a promise". They may not actually install those updates, but they want to hear someone say that they will exist.
But isn't it exactly what Oracle offers? For the money, of course.
Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
51–60 of 147 posts
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#52At which point will they add their proprietary extensions? Am I the only one fearing this? I wouldn't want to depend on a business like Amazon.
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#53> Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit I really, really wish AWS would start using practical/self-explanatory names for their products.
I'll take names over alphabet soup. My EBS EC2 machines are not playing nicely with ELB (but my EFS ones are), I think it might be to do with EMR, or maybe EKS.
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#54I have not used Java in many years now, but I'm curious if anyone has anecdotal experience using OpenJDK in production? Performance vs Oracle Java, bugs/ idiosyncrasies due to internal API differences, etc?
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#55Surely Amazon Corretto is just going to fracture the Java ecosystem?
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#56This is about Amazon removing a revenue stream from Oracle. Amazon also announced a few days ago that they were removing Oracle products from AWS. Expect an article by Ben Thompson on stratechery.com in the next week.
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#57Surely Amazon Corretto is just going to fracture the Java ecosystem?
https://aws.amazon.com/fr/corretto/ https://github.com/corretto
https://adoptopenjdk.net/ https://github.com/AdoptOpenJDK
https://github.com/ojdkbuild/ojdkbuild
http://www.azul.com/downloads/zulu/
https://developers.redhat.com/products/openjdk/download/
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#58This is about Amazon removing a revenue stream from Oracle. Amazon also announced a few days ago that they were removing Oracle products from AWS. Expect an article by Ben Thompson on stratechery.com in the next week.
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#59I don't really "get" software licensing but are they bound to GPL because OpenJDK is GPL? Does anyone make a more permissive JDK?
[1]: https://openjdk.java.net/legal/gplv2+ce.html
[2]: https://softwareengineering.stackexchange.com/q/119436/69573
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#60The repo is on Github: https://github.com/corretto
It also seems they have licensed oracle's test suite. So, it is supposedly passing that.
So based on the above, this looks like they are serious about LTS and if you are using java 8, this might be a good build to rely on.