-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.11.3
Tatu Saloranta edited this page Oct 2, 2020
·
15 revisions
Patch version of 2.11, released October 2nd, 2020.
Following fixes are included.
- #2795: Cannot detect creator arguments of mixins for JDK types
-
#2815: Add
JsonFormat.Shape
awareness for UUID serialization (UUIDSerializer
) - #2821: Json serialization fails or a specific case that contains generics and static methods with generic parameters (2.11.1 -> 2.11.2 regression)
- #2822: Using JsonValue and JsonFormat on one field does not work as expected
-
#2840:
ObjectMapper.activateDefaultTypingAsProperty()
is not using parameterPolymorphicTypeValidator
-
#2846: Problem deserialization "raw generic" fields (like
Map
) in 2.11.2
- #219: Cache record names to avoid hitting class loader
- #217: Should quote strings with line separator under STRICT_CHECK_FOR_QUOTING mode
- #71: (eclipse-collections) can not deserialize concrete class instance inside nested immutable eclipse-collection
- #109: Fix detection of inherited default method in Java 8+ interface
-
#472:
Either
deserializersOption[T]
with value None asnull
.