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

Paul Hohensee phh at openjdk.org
Mon Oct 31 21:52:33 UTC 2022


On Wed, 28 Sep 2022 15:49:43 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> 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.

Lgtm.

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

Marked as reviewed by phh (Reviewer).

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


More information about the jdk-updates-dev mailing list