-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.11.2
Tatu Saloranta edited this page Jul 18, 2020
·
13 revisions
Patch version of 2.11, not yet released (June 2020).
Following fixes will be included.
-
#2783: Parser/Generator features not set when using
ObjectMapper.createParser()
,createGenerator()
- #2785: Polymorphic subtypes not registering on copied ObjectMapper (2.11.1)
-
#2789: Failure to read
AnnotatedField
value in Jackson 2.11 -
#2796:
TypeFactory.constructType()
does not takeTypeBindings
correctly
-
#97:
@JsonUnwrapped
fails for HibernateProxy instances