RFR: 8331866: Add warnings for locale data dependence
Justin Lu
jlu at openjdk.org
Wed May 8 20:52:52 UTC 2024
On Wed, 8 May 2024 20:21:50 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> In order to enlighten users to not depend on a particular version of the locale data, putting a note into the JDK vs. CLDR version chart would be appropriate.
LGTM. Wording in the beginning of the class spec makes it clear that locale sensitive factory methods are dependent on the LSP. By now adding wording that the CLDR data changes, it should hopefully help to reduce the expectation from users of consistent data between releases for these locale sensitive methods.
-------------
Marked as reviewed by jlu (Committer).
PR Review: https://git.openjdk.org/jdk/pull/19145#pullrequestreview-2046636580
More information about the core-libs-dev
mailing list