-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.21.2
Tatu Saloranta edited this page Mar 20, 2026
·
9 revisions
Patch version of 2.21, released on February 20, 2026.
Following fixes are included in this patch release.
- #1541: Unexpected Illegal surrogate character when parsing field names
-
#1570: Fail parsing from
DataInputifStreamReadConstraints.getMaxDocumentLength()set [GHSA-2m67-wjpj-xhg9]
- #5729: ISO-8601 change prevents parsing negative timestamps (dates before 1970)
-
#5814: Enum deserialization does not respect
JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_VALUESoverride
-
#615: Feature
CsvReadFeature.EMPTY_UNQUOTED_STRING_AS_NULLignored
- #1135: Compatibility with Kotlin 1.9 is provided (see kotlin#1129)