-
-
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
enum
with@JsonCreator
that takes String, gets JSON Number -
#3299: Do not automatically trim trailing whitespace from
java.util.regex.Pattern
values -
#3305: ObjectMapper serializes
CharSequence
subtypes as POJO instead of as String (JDK 15+) -
#3308:
ObjectMapper.valueToTree()
fails whenDeserializationFeature.FAIL_ON_TRAILING_TOKENS
is enabled - #3328: Possible DoS issue
- #288: Caching conflict when creating CSV schemas with different views for the same POJO
-
#302:
IllegalArgumentException
inIonParser.getEmbeddedObject()
- #493: SequenceWriter returns NPE when trying XML serialization