-
Notifications
You must be signed in to change notification settings - Fork 164
7102969: currency.properties supercede not working correctly #660
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
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 5b97474.
8157138: Error while fetching currency instance by Currency.getInstance(currencycode)
👋 Welcome back sgehwolf! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issues from the original commit. |
/issue remove JDK-8149452 |
@jerboaa |
@gnu-andrew Could you please review this? Thanks! |
@jerboaa 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 issue a |
/touch |
@jerboaa The pull request is being re-evaluated and the inactivity timeout has been reset. |
This is a backport of JDK-7102969 and JDK-8157138 both of which were done as a single patch in JDK 9 (and also included JDK-8149452 which isn't part of this backport because it changes CLDR related things which I think are too risky to backport and only applying those hunks fails the newly added test for it). The reason why I propose to backport this is:
I've mostly applied hunks manually and omitted the test for JDK-8149452 and the related
jdk/make/src/classes/build/tools/cldrconverter/CLDRConverter.java
changes.Since this also fixes JDK-8353433, the change to the
CurrencyData.properties
has been revered (see separate commit). Backports of JDK-7102969 and JDK-8157138 fix thejava/util/Currency/ValidateISO4217.java
test as well.Testing:
jdk/test/java/util/Currency/
testsThoughts? Please review! Thanks in advance.
Progress
Issues
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/660/head:pull/660
$ git checkout pull/660
Update a local copy of the PR:
$ git checkout pull/660
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/660/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 660
View PR using the GUI difftool:
$ git pr show -t 660
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/660.diff
Using Webrev
Link to Webrev Comment