-
Notifications
You must be signed in to change notification settings - Fork 152
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
8283277: ISO 4217 Amendment 171 Update #202
8283277: ISO 4217 Amendment 171 Update #202
Conversation
👋 Welcome back dcherepanov! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
Does the FILEVERSION conflict point to another backport to do? |
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.
Lgtm, but see comment.
@dimitryc 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 41 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
yes, it points to another bug (https://bugs.openjdk.org/browse/JDK-7102969) but I'm not really sure it makes sense to port this second patch. |
Thanks for the review. Added jdk8u-fix-request label. |
Imo worth backporting JDK-7102969 because it covers 3 issues that are worth fixing. 7102969: currency.properties supercede not working correctly |
@dimitryc This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
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.
Backport looks good to me, just a few adjustments for metadata and header differences.
Looks like the bug already has approval, so can we get this integrated please? I'd like to follow it up with the remaining data updates, including the recent Croatian adoption of the Euro, and include them with the security bundle for the upcoming release.
I agree this looks worth backporting, though it's largely separate to the pending data updates which are more critical. I'll look into this for 8u372 once those are in. |
/integrate |
Going to push as commit 7ad517d.
Your commit was automatically rebased without conflicts. |
PR for the next ISO 4217 update: #224 |
Please review the currency data update (ISO 4217 Amendment 171 Update)
CurrencyData.properties - conflict in copyright year
ValidateISO4217.java - conflict in copyright year and bug id list
tablea1.txt - conflict in FILEVERSION
LocaleDataTest.java - conflict in bug id list
Testing: jdk/test/java/util/Currency and jdk/test/sun/text/resources passed
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev pull/202/head:pull/202
$ git checkout pull/202
Update a local copy of the PR:
$ git checkout pull/202
$ git pull https://git.openjdk.org/jdk8u-dev pull/202/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 202
View PR using the GUI difftool:
$ git pr show -t 202
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/202.diff