[jdk17u-dev] RFR: 8293834: Update CLDR data following tzdata 2022c update

Andrew John Hughes andrew at openjdk.org
Wed Sep 28 15:58:42 UTC 2022


Moving this here from https://github.com/openjdk/jdk17u/pull/355 as I guess this missed review before freeze. Do we need more people actively monitoring 17u during the rampdown period?

This patch updates the CLDR data following the tzdata bump in JDK-8292579.

This will be handled in trunk by a larger update to CLDRv42.

It differs from the 19u version in that we also bring in a change from the CLDR v41 update (JDK-8265315) to use "Kyiv" rather than "Kiev" as the zone description. This change is already in 19u.

The test fails with 17.0.4 (using system tzdata 2022c) as follows:

~~~
$ grep 'AssertionError' test.1663972846/jdk/JTwork/sun/util/resources/cldr/TimeZoneNamesTest.jtr 
java.lang.AssertionError: expected [Eastern European Standard Time] but found [Kyiv Standard Time]
java.lang.AssertionError: expected [heure normale d\u2019Europe de l\u2019Est] but found [Kyiv (heure standard)]
java.lang.AssertionError: expected [Osteurop\u00e4ische Normalzeit] but found [Kyiv Normalzeit]
~~~

and passes with the patched build.

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

Commit messages:
 - Encode non-ASCII characters in test
 - 8293834: Update CLDR data following tzdata 2022c update

Changes: https://git.openjdk.org/jdk17u-dev/pull/752/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=752&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8293834
  Stats: 20 lines in 2 files changed: 18 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/752.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev pull/752/head:pull/752

PR: https://git.openjdk.org/jdk17u-dev/pull/752


More information about the jdk-updates-dev mailing list