-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.21.3
Tatu Saloranta edited this page Apr 19, 2026
·
14 revisions
Patch version of 2.21, under development as of April 2026.
Following fixes will be included in this patch release.
None
- #5840: Jackson 2.21 throws Conflicting property-based creators if both default (0-arg) and multi-arg constructor annotated
-
#5870:
EnumMapandEnumSetproperties ignore@JsonDeserialize(contentConverter) -
#5891:
EnumMapDeserializer._deserializeUsingProperties()corrupts parser state after skipping unknown enum keys -
#5898:
DoubleDeserializerrejects "+INF"/"+Infinity" despite accepting "INF"/"Infinity" and "-INF"/"-Infinity" -
#5923: Deserialization behavior change with Records,
@JsonCreatorand@JsonValue
-
#686:
CBORParser._finishLongTextAsciireturns negative length whenTextBuffersegment > I/O buffer, leaving non-ASCII byte unconsumed
-
#339:
@JsonViewdeserialization filtering is broken whenBlackbirdModuleis registered