Describe your Issue
(note: follow-up to #4378 which is for 2.x)
We should not allow constructing JsonNodes 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.