-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.12.6
Tatu Saloranta edited this page May 26, 2022
·
12 revisions
Patch version of 2.12, released on December 15, 2021. Following fixes are included.
- #713: Incorrect parsing of single-quoted surrounded String values containing double quotes
-
#3280: Can not deserialize json to enum value with Object-/Array-valued input,
@JsonCreator
-
#3305: ObjectMapper serializes
CharSequence
subtypes as POJO instead of as String (JDK 15+) -
#3328: Possible DoS if using JDK serialization to serialize
JsonNode
-
#302:
IllegalArgumentException
inIonParser.getEmbeddedObject()
- #490: Problem when using defaultUseWrapper(false) in combination with polymorphic types