-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.7.2
Tatu Saloranta edited this page Feb 23, 2016
·
10 revisions
Patch version of [2.7](Jackson Release 2.7), not yet released.
-
#1115: Problems with deprecated
TypeFactory.constructType(type, ctxt)
methods ifctxt
isnull
- #1129: When applying type modifiers, don't ignore container types.
-
#1134: Jackson 2.7 doesn't work with jdk6 due to use of
Collections.emptyIterator()
- #86: NoClassDefFoundError: org/hibernate/bytecode/internal/javassist/FieldHandler with hibernate 5.1
-
#81: Add key deserializers for
Duration
andPeriod
classes