-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.13.1
Tatu Saloranta edited this page Dec 19, 2021
·
15 revisions
Patch version of 2.13, released 19-Dec-2021.
Following fixes are included in this patch release.
- #721: Incorrect parsing of single-quoted surrounded String values containing double quotes
-
#3006: Argument type mismatch for
enumwith@JsonCreatorthat takes String, gets JSON Number -
#3299: Do not automatically trim trailing whitespace from
java.util.regex.Patternvalues -
#3305: ObjectMapper serializes
CharSequencesubtypes as POJO instead of as String (JDK 15+) -
#3308:
ObjectMapper.valueToTree()fails whenDeserializationFeature.FAIL_ON_TRAILING_TOKENSis enabled - #3328: Possible DoS issue
- #288: Caching conflict when creating CSV schemas with different views for the same POJO
-
#302:
IllegalArgumentExceptioninIonParser.getEmbeddedObject()
- #493: SequenceWriter returns NPE when trying XML serialization