-
CSR
-
Resolution: Approved
-
P3
-
None
-
behavioral
-
low
-
-
Java API
-
JDK
Summary
Update CLDR to Version 45.0
Problem
To keep up with the latest CLDR locale data in the JDK.
Solution
Incorporate the CLDR version 45 locale data
Specification
Add a row in the CLDR version vs. JDK version table in java.util.spi.LocaleServiceProvider
class description as:
--- a/src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java
+++ b/src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java
@@ -159,6 +159,8 @@
* <th scope="col">CLDR version</th></tr>
* </thead>
* <tbody>
+ * <tr><th scope="row" style="text-align:left">JDK 23</th>
+ * <td>CLDR 45</td></tr>
* <tr><th scope="row" style="text-align:left">JDK 22</th>
* <td>CLDR 44</td></tr>
* <tr><th scope="row" style="text-align:left">JDK 21</th>
- csr of
-
JDK-8319990 Update CLDR to Version 45.0
- Resolved