-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.11.3
Tatu Saloranta edited this page Sep 15, 2020
·
15 revisions
Patch version of 2.11, being developed as of August 2020.
Following fixes will be included.
-
#2815: Add
JsonFormat.Shapeawareness 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)
-
#2840:
ObjectMapper.activateDefaultTypingAsProperty()is not using parameterPolymorphicTypeValidator -
#2846: Problem deserialization "raw generic" fields (like
Map) in 2.11.2
- #71: (eclipse-collections) can not deserialize concrete class instance inside nested immutable eclipse-collection
-
#472:
EitherdeserializersOption[T]with value None asnull.