The improvement HHH-8491 has introduced a regression in {{LocaleTypeDescriptor}}. The {{Locale.ROOT}} is stored as an empty String in the database (see {{ LocaleType LocaleTypeDescriptor#toString }}) but the current behavior of the {{LocaleTypeDescriptor #fromString }} is to return a null Locale if the input String is empty. |
|