On Thu, 7 Dec 2023 19:43:14 GMT, Justin Lu <j...@openjdk.org> wrote: > Please review this PR which incorporates the ISO 4217 Amendment 176 Update. > As the replacement of `ANG` to `XCG` won't occur until 2025, this change does > not need to go into JDK22. `HR` was also updated to remove the past cutover > dates. > > This update also demonstrated that `Currency::getAvailableCurrencies` may > return a future currency that should not be returned. > _GenerateCurrencyData.java_ was updated to ensure such currencies are not > added to the other currency list. > > Additionally, this change also converted a parameterized test to a normal > JUnit test, due to output overflow.
This pull request has now been integrated. Changeset: 8b24851b Author: Justin Lu <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8b24851b9d3619c41c7a6cdb9193ed26a9b732dc Stats: 43 lines in 5 files changed: 10 ins; 0 del; 33 mod 8321480: ISO 4217 Amendment 176 Update Reviewed-by: naoto ------------- PR: https://git.openjdk.org/jdk/pull/17023