8331866: Add warnings for locale data dependence

Reviewed-by: jlu, srl, joehw
This commit is contained in:
Naoto Sato 2024-05-10 16:10:40 +00:00
parent d215bc4647
commit 65abf24fde

View File

@ -152,6 +152,11 @@ import java.util.Locale;
* supported by the Java runtime environment. The following table lists the
* version of CLDR used in each JDK release. Unless otherwise specified, all
* update releases in a given JDK release family use the same CLDR version.
* Note that the CLDR locale data are subject to change. Users should not assume
* that the locale data remain the same across CLDR versions. Otherwise, unexpected
* incompatible behaviors may occur, such as an exception on parsing a date.
* Refer to <a href="https://cldr.unicode.org/index/downloads">CLDR Releases</a>
* for the deltas between their releases.
* <table class="striped">
* <caption style="display:none">JDK releases and supported CLDR versions</caption>
* <thead>