Reputation: 23
Java 15 uses version 37 of CLDR(Common Locale Data Repository), as for Java 17 - it uses the latest (v39). Is there any way I can set java to use the latest cldr version without needing to upgrade the java version, e.g replacing the CLDR version bundled with the JDK? I can't manually setup CLDR data in my project as the internal java classes (java.time.*) use the CLDR version associated with the java version. Any suggestions are welcomed, thanks.
Upvotes: 1
Views: 213