-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 3.1.4
Tatu Saloranta edited this page May 19, 2026
·
28 revisions
Patch version of 3.1, under development as of May 2026.
Following fixes will be included in this patch release.
None yet
-
#5950: Improve
UUIDeserializererror handling - #5956: Fix problem with float-to-byte range check
-
#5957: Improve
java.time.Monthdeserialization validation by enforcingDeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYScheck -
#5962: Case-insensitive deserialization may use wrong
@JsonIgnoreProperties -
#5967: Renamed
@JsonIgnored setters can deserialize via private fields -
#5969:
@JsonViewby-passed for some "setterless" creator properties -
#5971:
@JsonViewby-passed for unwrapped creator parameters -
#5974:
@JsonIgnoreon Record property ignored withPropertyNamingStrategy -
#5981:
BasicPolymorphicTypeValidatorsettingallowIfSubTypeIsArray()should validate element type
- #691: Add parameterized tests covering all ASCII-optimization exit paths in CBORParser
- #863: Fix to support Woodstox 7.2.0 (but no dep version bump)