It was kind of nice to have Gosling announce it though.
Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
141–147 of 147 posts
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#142This is good news for Groovy developers since the Groovy project seems to have run into significant roadblocks with migrating to Java 9+. I'd recommend most other developers on the JVM rip that bandaid off now and get onto Java 11 though, because migrating is not going to get any cheaper or easier.
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#143The list of specific patches applied is here: https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/pa... Looks to be mostly or maybe entirely backports. Good to see another option out there, it will be interesting to see how many of these get folded back into openjdk8 as it transfers maintainership.
Amazon has good developers, but the JVM is quite complex and the pool of people who can work on it is pretty rare, I wonder how well they’ll be able to maintain it on their own.
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#144can i get an eli5 on why we care about this? why not contribute to openjdk? why do we need another flavor?
As of the latest version of Java, OpenJDK is equivalent to Oracle JDK, and they'll release new versions every 6 month. However, there won't be any security updates or bug fixes to OpenJDK versions from Oracle after 6 months. There's a few groups that plan on maintaining patches beyond that period, but most options involve paying someone (including Oracle). It's mostly just about enterprise distribution, rather than a…
Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#145Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#146Re: Corretto – No-cost, multiplatform, developer-preview distribution of OpenJDK
#147Earlier quoted context omitted.
Amazon has good developers, but the JVM is quite complex and the pool of people who can work on it is pretty rare, I wonder how well they’ll be able to maintain it on their own.
> Amazon has good developers, but the JVM is quite complex and the pool of people who can work on it is pretty rare, I wonder how well they’ll be able to maintain it on their own. Several old (e.g. SUN) Java devs have left Oracle in the last years, so there's that.