-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.7.2
Tatu Saloranta edited this page Mar 4, 2021
·
10 revisions
Patch version of 2.7, released February 27th, 2016.
-
#1115: Problems with deprecated
TypeFactory.constructType(type, ctxt)
methods ifctxt
isnull
- #1124: JsonAnyGetter ignores JsonSerialize(contentUsing=...)
- #1128: UnrecognizedPropertyException in 2.7.1 for properties that work with version 2.6.5
- #1129: When applying type modifiers, don't ignore container types.
-
#1130: NPE in
StdDateFormat
hashCode and equals -
#1134: Jackson 2.7 doesn't work with jdk6 due to use of
Collections.emptyIterator()
-
#22:
CBORGenerator.copyCurrentStructure()
andcopyCurrentEvent()
do not copy tags
- #34: Deserialize error "Invalid type marker byte" for 'long' field names (57 characters or longer)
- #86: NoClassDefFoundError: org/hibernate/bytecode/internal/javassist/FieldHandler with hibernate 5.1
-
#81: Add key deserializers for
Duration
andPeriod
classes