Oracle JDK8 Now Requires a Login
oracle.com
Oracle JDK8 Now Requires a Login
1–9 of 9 posts
Re: Oracle JDK8 Now Requires a Login
#2People had enough time to adapt and experiment
Re: Oracle JDK8 Now Requires a Login
#3Re: Oracle JDK8 Now Requires a Login
#4Re: Oracle JDK8 Now Requires a Login
#5Oracle JDK 8 is EOL (without support subscription, just like Windows XP) and has been for some time. If you need Java 8 (which you shouldn't, just like you shouldn't need Windows XP) grab an AdoptOpenJDK version of Java 8 which is still supported. But seriously...get off Java 8....
I'm all for staying current, within reason, but if I'm running Ubuntu in production, I'm gonna want to get my software as part of that distribution. As recently as March 25th, that meant my options were Java 8 or Java 10.
1: http://changelogs.ubuntu.com/changelogs/pool/main/o/openjdk-...
Re: Oracle JDK8 Now Requires a Login
#6Why bother? Move to newer JDK.. the 8 is a dead train now and Jigsaw is since more than a year out. People had enough time to adapt and experiment
Re: Oracle JDK8 Now Requires a Login
#7Why bother? Move to newer JDK.. the 8 is a dead train now and Jigsaw is since more than a year out. People had enough time to adapt and experiment
Ubuntu LTS users have had the option to install Java 11 for exactly 24 days today. The maintainers' choice to package Java 10 as "openjdk-11" and leave it that way for as long as they did was a mess, to be sure, but let's not pretend like this is the fault of people clinging to old software out of stubbornness. Staying on Java 8 has not been an uncommon position, especially after it became completely clear that while…
Re: Oracle JDK8 Now Requires a Login
#8Why bother? Move to newer JDK.. the 8 is a dead train now and Jigsaw is since more than a year out. People had enough time to adapt and experiment
Re: Oracle JDK8 Now Requires a Login
#9Earlier quoted context omitted.
Ubuntu LTS users have had the option to install Java 11 for exactly 24 days today. The maintainers' choice to package Java 10 as "openjdk-11" and leave it that way for as long as they did was a mess, to be sure, but let's not pretend like this is the fault of people clinging to old software out of stubbornness. Staying on Java 8 has not been an uncommon position, especially after it became completely clear that while…
For someone out of the loop what is the relation of OpenJDK 10 vs OpenJDK 11 being available in relation to Oracle JDK 8?
This left Ubuntu in an awkward position with their 18.04 LTS release. Java 8 was at that point 4 years old and heading towards EOL, Java 10 had just been released but would only have 6 months of support, and Java 11 wasn't to be released until September. The compromise they came up with was to ship a package called "openjdk-11" which actually contained Java 10, with plans to update it to Java 11 when that was released, in the hopes that the two would be relatively similar. It ended up taking around 6 months to finish testing 11 after its release, so it ended up being March 2019, nearly a year after the release of 18.04, that they finally put Java 11 in their Java 11 package.
I'm not sure this answers your question, but that was the recent Java release timeline and how Ubuntu chose to deal with it.