[jdk24u] RFR: 8356096: ISO 4217 Amendment 179 Update
Weibing Xiao
wxiao at openjdk.org
Tue May 20 13:52:08 UTC 2025
ISO 4217 Amendment 179 Update.
Add "XAD" new currency and updated data version to be 179.
It is not a clean backport due to below conflicts, some of test changes were not brought into ValidateISO4217.java. The rest of changes are not having the conflicts.
/*
* @test
* @bug 4691089 4819436 4942982 5104960 6544471 6627549 7066203 7195759
* 8039317 8074350 8074351 8145952 8187946 8193552 8202026 8204269
* 8208746 8209775 8264792 8274658 8283277 8296239 8321480 8334653
<<<<<<< HEAD
=======
* 8354343 8354344 8356096
>>>>>>> 0cb355ee921 (8356096: ISO 4217 Amendment 179 Update)
* @summary Validate ISO 4217 data for Currency class.
* @modules java.base/java.util:open
* jdk.localedata
* @run junit ValidateISO4217
*/
-------------
Commit messages:
- Backport 0cb355ee921183423c8ffc44491f428c49c62c28
Changes: https://git.openjdk.org/jdk24u/pull/222/files
Webrev: https://webrevs.openjdk.org/?repo=jdk24u&pr=222&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8356096
Stats: 11 lines in 4 files changed: 3 ins; 0 del; 8 mod
Patch: https://git.openjdk.org/jdk24u/pull/222.diff
Fetch: git fetch https://git.openjdk.org/jdk24u.git pull/222/head:pull/222
PR: https://git.openjdk.org/jdk24u/pull/222
More information about the jdk-updates-dev
mailing list