-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.12.1
Tatu Saloranta edited this page Dec 9, 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
-
#435: After upgrade to 2.12.0, NPE when deserializing an empty element to
ArrayList