See https://github.com/openjdk/jdk/pull/13434
https://mail.openjdk.org/pipermail/core-libs-dev/2023-April/104017.html
https://mail.openjdk.org/pipermail/core-libs-dev/2023-April/103910.html
String.toLowerCase and toUpperCase are Locale sensitive, but almost all their use sites intend to perform Locale-agnostic case conversions.
https://mail.openjdk.org/pipermail/core-libs-dev/2023-April/104017.html
https://mail.openjdk.org/pipermail/core-libs-dev/2023-April/103910.html
String.toLowerCase and toUpperCase are Locale sensitive, but almost all their use sites intend to perform Locale-agnostic case conversions.
- csr for
-
JDK-8305907 Deprecate String::toLowerCase() and String::toUpperCase()
-
- Draft
-
- links to
-
Review openjdk/jdk/13434