Skip to content

Jackson Release 2.11.3

Tatu Saloranta edited this page Sep 6, 2020 · 15 revisions

Patch version of 2.11, being developed as of August 2020.

Following fixes will be included.

Changes, core

  • #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)
  • #2840: ObjectMapper.activateDefaultTypingAsProperty() is not using parameter PolymorphicTypeValidator
  • #2846: Problem deserialization "raw generic" fields (like Map) in 2.11.2

Changes, datatypes

  • #71: (eclipse-collections) can not deserialize concrete class instance inside nested immutable eclipse-collection
Clone this wiki locally