ObjectNode
put methods should do null check for key
#4997
Labels
2.19
Issues planned at 2.19 or later
ObjectNode
put methods should do null check for key
#4997
Currently various
put()
(and related) methods ofObjectNode
allownull
as key -- causing potential/likely trouble if attempting to serialize such nodes. Nulls should not be allowed as keys.The text was updated successfully, but these errors were encountered: