-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.14.2
PJ Fanning edited this page Jan 29, 2023
·
17 revisions
Patch version of 2.14, released January 28, 2023.
Following fixes are included in this patch release.
- #854: Backport schubfach changes from v2.15
- #882: Allow TokenFIlter to skip last elements in arrays
- #886: Avoid instance creations in fast parser code
-
#890:
FilteringGeneratorDelegate
does not create newfilterContext
iftokenFilter
is null
-
#1751:
@JsonTypeInfo
does not work if the Type Id is an Integer value -
#3063:
@JsonValue
fails for Java Record -
#3699: Allow custom
JsonNode
implementations - #3711: Enum polymorphism not working correctly with DEDUCTION
-
#3741:
StdDelegatingDeserializer
ignoresnullValue
of_delegateDeserializer
.
- #356: Fix TOML parse failure when number token hits buffer edge
-
#28: Add delegating serializers for
JsonPatch
andJsonMergePatch
-
#167:
ProviderBase
class shows contention on synchronized block usingLRUMap
_writers instance
- #12: Remove unnecessary synchronization from endpoint reader/writer caches