-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 3.2.1
Tatu Saloranta edited this page Jul 10, 2026
·
16 revisions
Patch version of 3.2, released on July 10, 2026.
Following fixes are included in this patch release.
None
-
#6022: Follow-up to #5369: apply content @JsonInclude in
StringCollectionSerializer.serializeWithType - #6028: Verification of unwrapped fields should mention type containing unwrapped POJO
-
#6031: Getter annotated with
@JsonIgnoreprevents@JsonAliasfrom working on@JsonCreatorparameter -
#6043:
FAIL_ON_UNKNOWN_PROPERTIEShas no effect withJsonFormat.Shape.ARRAYwhen using creator-based instantiation (such asrecord) -
#6055: Honor
@JsonViewfor external-type-id (EXTERNAL_PROPERTY) properties [GHSA-mhm7-754m-9p8w] -
#6058: Do not allow DNS resolution when deserializing
InetAddress -
#6059:
ObjectMapper.valueToTree()withbyte[]does not produceBinaryNode -
#6060:
@JsonViewby-passed for@JsonUnwrappedField/Setter properties [CVE-2026-59889] -
#6065:
SerializationFeature.APPLY_JSON_INCLUDE_FOR_CONTAINERSdoes not fully remove empty collection during serialization -
#6077:
FAIL_ON_UNEXPECTED_VIEW_PROPERTIESnot being respected with constructor-backed properties
-
#134 :
oneoffields and some repeated fields incorrectly decoded for proto3 schemas
-
#696:
TomlMapperwritesNaN/Infinityas bare tokens, producing TOML it cannot read back
-
#871: Incorrect deserialization of unwrapped
Lists from "null" input (regression due to #627)