Accelerating the JDK release cadence
Mario Torre
neugens at redhat.com
Wed Sep 6 15:39:32 UTC 2017
On Wed, Sep 6, 2017 at 4:49 PM, <mark.reinhold at oracle.com> wrote:
> Over on my blog today I've argued that Java needs to move forward faster.
> To achieve that I've proposed that the Java SE Platform and the JDK shift
> from the historical feature-driven release model to a strict, time-based
> model with a new feature release every six months, update releases every
> quarter, and a long-term support release every three years:
>
> https://mreinhold.org/blog/forward-faster
>
> Here are some initial thoughts on how we might implement this proposal
> here in the OpenJDK Community. Comments and questions about both the
> proposal and its implementation are welcome on this list.
>
> Rather than create a brand new "JDK $N" Release Project every six months,
> I suggest that we create a single long-running "JDK" Release Project to
> host the main-line code base and produce the feature releases. Similarly,
> let's create a single long-running "JDK Updates" Project to produce the
> update releases, for the most recent feature release and the current
> long-term support release.
>
> Two long-running Projects will save some administrative overhead, and also
> eliminate the confusion that regularly arises when someone is a Committer
> to JDK $N but not JDK $N + 1. (We could consider just one long-running
> Project, but two makes more sense since since the two types of releases
> will have different policies, content, schedules, and leadership.)
>
> The new JDK Project will run a bit differently than the past "JDK $N"
> Projects:
>
> - The main development line will always be open but fixes, enhancements,
> and features will be merged only when they're nearly finished. The
> main line will be Feature Complete [1] at all times.
>
> - We'll fork the main line into a release-stabilization branch three
> months before the GA date of the next feature release. That branch
> will immediately be in Rampdown Phase 1 [2], enter Rampdown Phase 2
> [3] a month later, and then enter the Release Candidate phase [4] a
> month after that. (Whether the branch is another repository or an
> actual Mercurial branch is a detail we can figure out later.)
>
> - We'll continue to use the JEP Process [5] for new features and other
> significant changes. The bar to target a JEP to a specific release
> will, however, be higher since the work must be Feature Complete in
> order to go in. Owners of large or risky features will be strongly
> encouraged to split such features up into smaller and safer parts, to
> integrate earlier in the release cycle, and to publish separate lines
> of early-access builds prior to integration.
>
> The JDK Updates Project will run in much the same way as the past "JDK $N"
> Updates Projects, though update releases will be strictly limited to fixes
> of security issues, regressions, and bugs in newer features.
>
> Related to this proposal, we at Oracle intend to make a few changes in
> what we do:
>
> - Starting with JDK 9 we'll ship OpenJDK builds under the GPL [6], to
> make it easier for developers to deploy Java applications to cloud
> environments. We'll initially publish OpenJDK builds for Linux/x64,
> followed later by builds for macOS/x64 and Windows/x64.
>
> - We'll continue to ship proprietary "Oracle JDK" builds, which include
> "commercial features" [7] such as Java Flight Recorder and Mission
> Control [8], under a click-through binary-code license [9]. Oracle
> will continue to offer paid support for these builds.
>
> - After JDK 9 we'll open-source the commercial features in order to
> make the OpenJDK builds more attractive to developers and to reduce
> the differences between those builds and the Oracle JDK. This will
> take some time, but the ultimate goal is to make OpenJDK and Oracle
> JDK builds completely interchangeable.
>
> - Finally, for the long term we'll work with other OpenJDK contributors
> to establish an open build-and-test infrastructure. This will make
> it easier to publish early-access builds for features in development,
> and eventually make it possible for the OpenJDK Community itself to
> publish authoritative builds of the JDK.
>
> So ... that's a lot of proposed change, and there are (obviously!) many
> details to work out. Comments? Questions?
This is fantastic news Mark, together with the recent Security group,
I really like where this is all going, thanks to you and all the
involved people to really pushing to the openness!
I'm curious about the model and how it will practically work out, i.e
"a new feature release every six months, update releases every
quarter, and a long-term support release every three years". Does it
means that the long-term support is the equivalent of today
jdk7jdk8/jdk9 etc.. while the other will be basically just development
version in between with various degree of stability? Or is it the goal
that every version will be production ready?
Another question is about open sourcing the commercial features. Wow,
this is really awesome, kudos! Is that "limited" to the bits that are
inside the JDK or are you planning to open source mission control as a
whole too?
Btw, thanks a lot for releasing the builds and EA binaries under an
open license, this came out a few times during our talks at FOSDEM and
I'm glad you listened to this feedback.
It's exciting times waiting ahead of us.
Cheers,
Mario
More information about the discuss
mailing list