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

Andrew John Hughes andrew at openjdk.org
Thu Nov 17 19:37:32 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.

This pull request has now been integrated.

Changeset: 52103da0
Author:    Andrew John Hughes <andrew at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/52103da08c931f1a4599fa191d8f1cc6ca74d9bd
Stats:     20 lines in 2 files changed: 18 ins; 0 del; 2 mod

8293834: Update CLDR data following tzdata 2022c update

Reviewed-by: phh
Backport-of: e10231248fc100f9dfa08468ac897f60b843857f

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

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


More information about the jdk-updates-dev mailing list