Live data from Hacker News

Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK

aws.amazon.com

51–60 of 147 posts

Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK

#51
post #7

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.

Oracle's offering involves paying Oracle money and getting regular phone calls from the Oracle sales department, which I have heard described in colourful ways.

Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK

#52

At 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.

Oracle always has proprietary parts in the JDK and that was no problem for people.

Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK

#53
post #29
post #15

> 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.

Everybody loves a good TLA!

Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK

#54
post #3

I 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?

James Gosling, says that Amazon uses Corretto in production...which is OpenJDK. So most of AWS/Amazon uses that.

Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK

#55
post #26

Surely Amazon Corretto is just going to fracture the Java ecosystem?

It's already split between Java8 laggards and Java11. Spark for example hasn't been able to upgrade to Java9 due to their use of some Unsafe stuff. Hadoop just upgraded from 7 to 8 last year.

Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK

#56
post #49

This 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.

To be fair I trust Amazon just about as much as I trust Oracle.

Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK

#57
post #26

Surely Amazon Corretto is just going to fracture the Java ecosystem?

You can get Open JDK from any of the following places on them intarweb tubes, and they don't seem to fracture the ecosystem. Linux is available from many places, it may seem fractured, yet Linux seems to be taking over the world. Even Microsoft now "loves" Linux.

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://jdk.java.net/11/

https://developers.redhat.com/products/openjdk/download/

https://github.com/SAP/SapMachine

https://bell-sw.com/java.html

Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK

#58
post #49

This 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.

Amazon is moving their own systems off Oracle; I don't see anything in those stories about Amazon ending AWS customers' Oracle deployments.

Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK

#59

I don't really "get" software licensing but are they bound to GPL because OpenJDK is GPL? Does anyone make a more permissive JDK?

Yes, but it's really GPLv2 with the classpath exception [1] which makes it similar to the LGPLv2. Amazon's OpenJDK still has to be GPL. However, software using the OpenJDK can be licensed however you want (because of the classpath exception) [2].

[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

#60
post #6

The repo is on Github: https://github.com/corretto

Cool thanks for posting that link. Quickly looking through the commits. It looks like it was forked off the official JDK 8 a few months ago. Since then, Amazon has been busy with mostly backporting fixes from later versions of the JDK.

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.

Post reply on HN