<i18n dev> RFR: 8358734: Remove JavaTimeSupplementary resource bundles

Naoto Sato naoto at openjdk.org
Mon Jun 9 19:18:51 UTC 2025


The parallel loading of JavaTimeSupplementary was a historical artifact from the introduction of JSR 310, which additionally loads resouces that had not existed before. Since the COMPAT locale provider which relied on this mechanism has been removed, and the CLDR resource bundles now include those resources by default, removing the parallel loading mechanism simplifies the implementation

-------------

Commit messages:
 - Merge branch 'master' into JDK-8358734-removing-JavaTime-supplemental
 - init

Changes: https://git.openjdk.org/jdk/pull/25699/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25699&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8358734
  Stats: 740 lines in 10 files changed: 263 ins; 439 del; 38 mod
  Patch: https://git.openjdk.org/jdk/pull/25699.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25699/head:pull/25699

PR: https://git.openjdk.org/jdk/pull/25699


More information about the i18n-dev mailing list