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
Remove Deprecated Jackson Property Naming Strategy
`PropertyNamingStrategy` is
[deprecated](FasterXML/jackson-databind#2715)
due to the possibility of class loading deadlock. This change simply
switches to the recommended `PropertyNamingStrategies` equivalent.
0 commit comments