Conversion from String to Locale.ROOT is not working
Description
The improvement has introduced a regression in LocaleTypeDescriptor.
The Locale.ROOT is stored as an empty String in the database (see LocaleTypeDescriptor#toString) but the current behavior of the LocaleTypeDescriptor#fromString is to return a null Locale if the input String is empty.
The improvement has introduced a regression in
LocaleTypeDescriptor
.The
Locale.ROOT
is stored as an empty String in the database (seeLocaleTypeDescriptor#toString
) but the current behavior of theLocaleTypeDescriptor#fromString
is to return a null Locale if the input String is empty.