-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.19.1
Tatu Saloranta edited this page Jun 10, 2025
·
9 revisions
Patch version of 2.19, under development.
Following fixes will be included in this patch release.
- #99: Jackson BOM should not have managed dependency for third-party libraries (woodstox, stax-api)
-
#1425:
JsonPointer.head()
throwsStringIndexOutOfBoundsException
for valid JSON Pointers -
#1446: Invalid package reference to "java.lang.foreign" from
com.fasterxml.jackson.core:jackson-core
(fromFastDoubleParser
) [Android]
-
#5139: In
CollectionDeserializer
,JsonSetter.contentNulls
is sometimes ignored
- #589: AvroSchema: Does not include base class for records with subclasses
-
#185:
ACCEPT_SINGLE_VALUE_AS_ARRAY
doesn't work on GuavaImmutableList
-
#98:
JsonFormat
timezone attribute effect overwritten if pattern attribute present