Change Locale
handling to use static methods toLanguageTag()
and forLanguageTag
#1982
Labels
3.x
Issues to be only tackled for Jackson 3.x, not 2.x
(note: follow up for #1948)
It seems that static methods of
Locale
:toLanguageTag()
(for serialization)forLanguageTag(String)
(for deserialization)would work better than existing logic, so let's see if we can use those.
Since this is potentially breaking change, regarding backwards compatibility, it can not go in a patch version (2.9.x), but needs to go in 3.0.
The text was updated successfully, but these errors were encountered: