-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.18.8
Tatu Saloranta edited this page Jun 16, 2026
·
23 revisions
Patch version of 2.18, released on May 28, 2026.
Following fixes are included in this patch release.
- #1611: Apply number-length validator on streaming integer path of async parser
-
#5950: Improve
UUIDDeserializererror handling -
#5951: Improve
InetSocketAddressdeserialization [CVE-2026-54514] -
#5969:
@JsonViewby-passed for some "setterless" creator properties [CVE-2026-54517] -
#5971:
@JsonViewby-passed for unwrapped creator parameters [CVE-2026-54518] -
#5974:
@JsonIgnoreon Record property ignored withPropertyNamingStrategy -
#5981:
BasicPolymorphicTypeValidatorsettingallowIfSubTypeIsArray()should validate element type [CVE-2026-54513] -
#5988:
PolymorphicTypeValidatorneeds to validate generic type parameters too [CVE-2026-54512] -
#5993:
UPPER_SNAKE_CASE/LOWER_CASENamingStrategyImplsfold case using JVM default locale (Turkish-I bug)
-
#696: Incomplete number length validation in Ion decoder (for
BigDecimaland/orBigInteger)
- #679: Validate integer length for hex/octal/binary radix literals
- #863: Fix to support Woodstox 7.2.0 (but no dep version bump)