Moving Java Forward Faster
mreinhold.org
Moving Java Forward Faster
1–10 of 84 posts
Re: Moving Java Forward Faster
#2* Accelerating the JDK release cadence http://mail.openjdk.java.net/pipermail/discuss/2017-Septembe...
* Faster and Easier Use and Redistribution of Java SE https://blogs.oracle.com/java-platform-group/faster-and-easi...
Oracle will also ship binary distributions of OpenJDK, and OpenJDK will become the canonical JDK distribution.
Re: Moving Java Forward Faster
#3Shouldn't those version numbers be 2018.3 and 2018.9? Have we learned nothing from the Y2K bug?
Re: Moving Java Forward Faster
#4I agree with the proposed plan, when I worked on the JVM, there was a mad dash to get features in by a certain date, otherwise you'd have to wait till the next release of Java to ship your changes.
From interacting with the service teams (L3 and above) customers prefer new features in a new version of Java, with the long release cycles, you have to ship new features in a service packs which made the service team queasy.
It also removes the stigma that Java and its ecosystem is slow compared to V8, .NET and the other platforms.
Re: Moving Java Forward Faster
#5But I digress. Faster Java & JVM updates will help Kotlin out as well moving forward. :)
Re: Moving Java Forward Faster
#6Re: Moving Java Forward Faster
#7Re: Moving Java Forward Faster
#8As long as they stay away from the lambdas and FP trainwrecks that was 8.
Re: Moving Java Forward Faster
#9> To make it clear that these are time-based releases, and to make it easy to figure out the release date of any particular release, the version strings of feature releases will be of the form $YEAR.$MONTH. Thus next year’s March release will be 18.3, and the September long-term support release will be 18.9. Shouldn't those version numbers be 2018.3 and 2018.9? Have we learned nothing from the Y2K bug?
Re: Moving Java Forward Faster
#10I'm fully in support of defined, rolling release trains. 6 months is a good start considering where they're coming from. I feel like that's still slightly too long though, and is one of the things I wish the Go team would change. The Go team's argument is that it takes time to fully test features before being able to release them, which I understand, but that's the whole point behind a multiple release train model. B…
More likely faster updates will be to Java itself, while JVM enhancements will be limited to LTS.
Pattern matching and data classes, for example, will arrive far sooner in Java than value types in the JVM.