FasterXML / FasterXML/jackson-datatype-jsr353
Deserialization of `JsonObject` from `null` broken since 2.10.4
Open
- Dominant language
- Java
- Stars
- 20
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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 `JsonValue.NULL` is not a `JsonObject`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.