-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.9.2
Tatu Saloranta edited this page Sep 29, 2017
·
13 revisions
Patch version of 2.9, released on [NOT YET RELEASED].
Following fixes are included.
-
#1705: Non-generic interface method hides type resolution info from generic base class
- NOTE: was assumed to be fixed in
2.9.1
, but due to a mistake wasn't.
- NOTE: was assumed to be fixed in
-
#1767: Allow
DeserializationProblemHandler
to respond to primitive types -
#1768: Improve
TypeFactory.constructFromCanonical()
to work withjava.lang.reflect.Type.getTypeName()
format -
#1771: Pass missing argument for string formatting in
ObjectMapper