[jdk17u-dev] RFR: 8293834: Update CLDR data following tzdata 2022c update
Andrew John Hughes
andrew at openjdk.org
Tue Nov 8 16:56:38 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.
Ping?
> Lgtm.
Thanks Paul. Flagged for approval.
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/752
More information about the jdk-updates-dev
mailing list