[jdk8u] Integrated: 8296715: CLDR v42 update for tzdata 2022f
Andrew John Hughes
andrew at openjdk.org
Thu Dec 22 01:01:00 UTC 2022
On Tue, 20 Dec 2022 18:45:39 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
> This is a minimal backport of the CLDR v42 update for tzdata 2022f, just containing the timezone changes. The previous definition for `America/Chihuahua`, which is superseded by the change to `America_Central` on 2022-10-30, is retained as `America_Mountain` as `Mexico_Pacific` doesn't exist in 8u's version of CLDR and the change here is to define an end to that metazone, not alter it.
>
> The other changes are omitted as follows:
>
> * The `es_419.xml` in 8u's CLDR does not contain the patterns being altered.
> * `LocaleData.cldr` does not exist in 8u
> * `LocaleDataTest.java` does not need updating as the test has not been changed, as there is no data file change (`LocaleData.cldr`)
>
> Regarding the latter two, the CLDR checks in the test were introduced as part of JDK-8008577: "Use CLDR Locale Data by Default". We obviously don't want to backport that in full, but updating LocaleDataTest.java with a CLDR data set would be useful.
>
> However, I think it's out of scope for a rampdown time critical data fix like this, as it is likely a lengthy effort to get a passing data set, needing further CLDR updates. It should be handled separately. I'll open a bug and PR for this against 8u-dev.
This pull request has now been integrated.
Changeset: 518047d8
Author: Andrew John Hughes <andrew at openjdk.org>
URL: https://git.openjdk.org/jdk8u/commit/518047d8781988191b982b33839c4b4ea9f280e1
Stats: 6 lines in 1 file changed: 2 ins; 0 del; 4 mod
8296715: CLDR v42 update for tzdata 2022f
Reviewed-by: dcherepanov, sgehwolf
Backport-of: da9de488990ff47fe06343439f2180ec1b2a3061
-------------
PR: https://git.openjdk.org/jdk8u/pull/27
More information about the jdk8u-dev
mailing list