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
Jackson databind DeserializationConfig in 2.9 does not have a with() that has DateFormat included. This call is attempted in ObjectMapper's static initializer. This breaks anyone with more recent Spring versions.
Jackson databind DeserializationConfig in 2.9 does not have a with() that has DateFormat included. This call is attempted in ObjectMapper's static initializer. This breaks anyone with more recent Spring versions.
2.9:
http://fasterxml.github.io/jackson-databind/javadoc/2.9/com/fasterxml/jackson/databind/DeserializationConfig.html
2.8:
http://fasterxml.github.io/jackson-databind/javadoc/2.8/com/fasterxml/jackson/databind/DeserializationConfig.html