-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.21.4
Tatu Saloranta edited this page May 26, 2026
·
25 revisions
Patch version of 2.21, under development as of May 2026.
Following fixes will be included in this patch release.
- #1611: Apply number-length validator on streaming integer path of async parser
-
#5931: Fix
AtomicLongDeserializervalue truncation on coerced values -
#5950: Improve
UUIDeserializererror handling -
#5951: Improve
InetSocketAddressdeserialization -
#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 -
#5988:
PolymorphicTypeValidatorneeds to validate generic type parameters too -
#5993:
UPPER_SNAKE_CASE/LOWER_CASENamingStrategyImplsfold case using JVM default locale (Turkish-I bug)
-
#693: Incomplete number length validation in Avro decoder (for
BigDecimal)
- #691: Add parameterized tests covering all ASCII-optimization exit paths in CBORParser
- #679: Validate integer length for hex/octal/binary radix literals
- #863: Fix to support Woodstox 7.2.0 (but no dep version bump)