-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
3.xIssues to be only tackled for Jackson 3.x, not 2.xIssues to be only tackled for Jackson 3.x, not 2.x
Description
Describe your Issue
(note: follow-up to #4378 which is for 2.x)
We should not allow constructing JsonNode
s around null
, except for explicit NullNode
: attempts to do so should throw a JacksonException
(DatabindException
subtype).
This should be checked for:
TextNode
BigIntegerNode
DecimalNode
BinaryNode
There may also be cases where we decide null
is appropriate content.
One such type is POJONode
.
Metadata
Metadata
Assignees
Labels
3.xIssues to be only tackled for Jackson 3.x, not 2.xIssues to be only tackled for Jackson 3.x, not 2.x