Skip to content

Commit

Permalink
8302512: Update IANA Language Subtag Registry to Version 2023-02-14
Browse files Browse the repository at this point in the history
Reviewed-by: naoto
  • Loading branch information
Justin Lu authored and naotoj committed Feb 23, 2023
1 parent 6397cb6 commit f612dcf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
File-Date: 2022-08-08
File-Date: 2023-02-14
%%
Type: language
Subtag: aa
Expand Down Expand Up @@ -26378,6 +26378,7 @@ Type: language
Subtag: nrf
Description: Jèrriais
Description: Guernésiais
Description: Sercquiais
Added: 2015-02-12
%%
Type: language
Expand Down Expand Up @@ -46013,6 +46014,11 @@ Description: Clipperton Island
Added: 2009-07-29
%%
Type: region
Subtag: CQ
Description: Sark
Added: 2023-02-07
%%
Type: region
Subtag: CR
Description: Costa Rica
Added: 2005-10-16
Expand Down
6 changes: 3 additions & 3 deletions test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -24,9 +24,9 @@
/*
* @test
* @bug 8040211 8191404 8203872 8222980 8225435 8241082 8242010 8247432
* 8258795 8267038
* 8258795 8267038 8287180 8302512
* @summary Checks the IANA language subtag registry data update
* (LSR Revision: 2022-08-08) with Locale and Locale.LanguageRange
* (LSR Revision: 2023-02-14) with Locale and Locale.LanguageRange
* class methods.
* @run main LanguageSubtagRegistryTest
*/
Expand Down

3 comments on commit f612dcf

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin
Copy link
Member

@GoeLin GoeLin commented on f612dcf Apr 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on f612dcf Apr 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin the backport was successfully created on the branch backport-GoeLin-f612dcfe in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit f612dcfe from the openjdk/jdk repository.

The commit being backported was authored by Justin Lu on 23 Feb 2023 and was reviewed by Naoto Sato.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev:

$ git fetch https://github.com/openjdk-bots/jdk17u-dev.git backport-GoeLin-f612dcfe:backport-GoeLin-f612dcfe
$ git checkout backport-GoeLin-f612dcfe
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev.git backport-GoeLin-f612dcfe

Please sign in to comment.