-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8269415: [11u] Remove ea from DEFAULT_PROMOTED_VERSION_PRE in OpenJDK 11u #72
Conversation
👋 Welcome back clanger! A progress list of the required criteria for merging this PR into |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure this is the right move. 11.0.13 (which corresponds to the jdk11u-dev tree) is "Early Access" for all intents and purposes at this time. It should be removed for the -ga
tag only and then added back if you'd ask me.
At least that's how I understood Andrew's suggestion on the mailing list.
Well, my motivation for this change is mainly consistency. For instance in 16u you also find 'DEFAULT_PROMOTED_VERSION_PRE=', without it being changed back and forth in its history. We have never changed such type of release data in the source code so far and I think it's neither feasible nor the right thing to do, given that we use tags for releases. I'm inclined to read this value like 'ea' designates the major release to be still in development. After all, this property is only used in Oracle CI builds so far. |
Could be. I now also realize that it's the default for PROMOTED builds, which I suspect will never be EA for update releases.
In the bug you say:
This implies to me that we are going to maintain this to be correct going forward. Go from |
I've updated the bug. Please check whether the description is concise now. |
@RealCLanger This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 3 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
/integrate |
Going to push as commit 52cbf2f.
Your commit was automatically rebased without conflicts. |
@RealCLanger Pushed as commit 52cbf2f. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Implement suggested parameter correction as per https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2021-February/005045.html
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/72/head:pull/72
$ git checkout pull/72
Update a local copy of the PR:
$ git checkout pull/72
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/72/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 72
View PR using the GUI difftool:
$ git pr show -t 72
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/72.diff