You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New version of Jackson start using PropertyNamingStrategies.LOWER_CAMEL_CASE for default. Could you update the code to check for this for NoOpNamingStrategy. Below you can find suggested change:
I am not aware of any change in Jackson to force naming strategy, or change defaults.
But I assume this might be about deprecation of constants in PropertyNamingStrategy (as per FasterXML/jackson-databind#2715) and moving to use ones from PropertyNamingStrategies instead.
This change would have gone in 2.12.0.
0.9.14 is the last version refering to PropertyNamingStrategy, this change requires jackson-2.12 because of PropertyNamingStrategies, lower version will throw exceptions:
New version of Jackson start using PropertyNamingStrategies.LOWER_CAMEL_CASE for default. Could you update the code to check for this for NoOpNamingStrategy. Below you can find suggested change:
The text was updated successfully, but these errors were encountered: