jackson-datatype-jsr353 icon indicating copy to clipboard operation
jackson-datatype-jsr353 copied to clipboard

(DEPRECATED) -- moved under `jackson-datatypes-misc` https://github.com/FasterXML/jackson-datatypes-misc/

Results 1 jackson-datatype-jsr353 issues
Sort by recently updated
recently updated
newest added

Commit c9e71ed6c60745d7565355b1de01329c2d02b623 broke the deserialization of `JsonObject` parameters. Before this change missing properties were passed a `null` to constructors. Now `JsonValue.NULL` is passed which causes `IllegalArgumentExceptions` during reflective instantiation because...