Skip to content

jackson databind 2.9 includes a breaking change #137

@maladon

Description

@maladon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions