-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 3.1.3
Tatu Saloranta edited this page Apr 24, 2026
·
11 revisions
Patch version of 3.1, under development as of April 2026.
Following fixes will be included in this patch release.
-
#1602:
UTF8DataInputJsonParserneeds to enforceStreamReadConstraints.maxNameLengthlimit
-
#5898:
DoubleDeserializerrejects "+INF"/"+Infinity" despite accepting "INF"/"Infinity" and "-INF"/"-Infinity" -
#5911: Deserialization failed with
@JsonUnwrappedand@JsonAlias - #5918: Creator properties always come first in 3.x
-
#5923: Deserialization behavior change with Records,
@JsonCreatorand@JsonValue -
#5925: Pass dynamic serializer for
Iterablecontent filtering -
#5931: Fix
AtomicLongDeserializervalue truncation on coerced values -
#5941: Jackson 3
MapperBuilder.addModule()is not recursive wrt declared Module dependencies
- #343: Deserialization Failed when an unknown property is added in JSON when using Afterburner Module