-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.16.1
Tatu Saloranta edited this page Dec 2, 2023
·
18 revisions
Possible patch version of 2.16, open for development as of November 2023.
Following fixes will be included in this patch release.
-
#1141: NPE in
Version.equals()if snapshot-infonull
-
#4200:
JsonSetter(contentNulls = FAIL)is ignored in delegating@JsonCreatorargument -
#4216: Primitive array deserializer not being captured by
DeserializerModifier -
#4219:
JsonNode.findValues()andfindParents()missing expected values in 2.16.0
-
#616: Fix mismatch in
setNextIsUnwrapped(boolean)inXmlBeanSerializerBase#serializeFieldsFiltered()