-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.12.1
Tatu Saloranta edited this page Dec 21, 2020
·
21 revisions
Patch version of 2.12, being developed as of December 2020.
Following fixes will be included.
- #2962: Auto-detection of constructor-based creator method skipped if there is an annotated factory-based creator method (regression from 2.11)
-
#2972:
ObjectMapper.treeToValue()
no longer invokesJsonDeserializer.getNullValue()
- #2973: DeserializationProblemHandler is not invoked when trying to deserializing String
-
#2978: Fix failing
double
JsonCreators in jackson 2.12.0 -
#2990: Breaking API change in
BasicClassIntrospector
(2.12.0)
- #282: Allow disabling native type ids in IonMapper
-
#435: After upgrade to 2.12.0, NPE when deserializing an empty element to
ArrayList
- #120: Cache formatter with offset parsed (performance improvement)
- #120: Afterburner does not support the new CoercionConfig (and same with Blackbird)
- #76: Annotation-based introspector does not include super-class fields