RFR: 8327242: Document supported CLDR versions in the javadoc [v2]
Justin Lu
jlu at openjdk.org
Tue Mar 12 20:08:13 UTC 2024
On Tue, 12 Mar 2024 18:50:38 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> Adding a table that maps JDK versions and corresponding CLDR releases as an implNote. A draft CSR has also been created.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>
> Reflects review comments
LGTM
src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java line 144:
> 142: * <p>
> 143: * The default value for looking up the preferred locale data providers is "CLDR",
> 144: * so specifying "CLDR" is identical to the default behavior. Applications which
Separate to this issue but, rewording as `so specifying only "CLDR"` may improve clarity here.
-------------
Marked as reviewed by jlu (Committer).
PR Review: https://git.openjdk.org/jdk/pull/18243#pullrequestreview-1932224881
PR Review Comment: https://git.openjdk.org/jdk/pull/18243#discussion_r1522025588
More information about the core-libs-dev
mailing list