-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.15.3
Tatu Saloranta edited this page Oct 12, 2023
·
10 revisions
Patch version of 2.15, released on October 12, 2023.
Following fixes will be included in this patch release.
-
#1111: Call the right
filterFinishArray()
/filterFinishObject()
fromFilteringParserDelegate
- #3968: Records with additional constructors failed to deserialize
- #4121: Preserve the original component type in merging to an array
-
#384:
Smile
decoding issue withNonBlockingByteArrayParser
, concurrency
-
#400:
IllegalArgumentException
when attempting to decode invalid UTF-8 surrogate by SnakeYAML -
#406:
NumberFormatException
from SnakeYAML due to int overflow for corrupt YAML version - #426: Update to SnakeYAML 2.1
-
#107: Cannot deserialize
byte[]
from JSONnull
value