-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b23
-
generic
-
generic
Locale-sensitive classes, such as DateFormat, are dependent on the locale data. From time to time, those locale data changes across JDK releases which cause migration issues in applications. The root cause of those issues is mostly the assumption that locale data won't change, which is not true.
This JBS issue is to add some description to warn users not to depend on particular locale data, such as date format patterns.
This JBS issue is to add some description to warn users not to depend on particular locale data, such as date format patterns.
- csr for
-
JDK-8331965 Add warnings for locale data dependence
- Closed