FasterXML / FasterXML/jackson-datatype-jsr353

Deserialization of `JsonObject` from `null` broken since 2.10.4

Open
#18 9 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.