-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.7.9
Tatu Saloranta edited this page Jan 10, 2017
·
14 revisions
Patch version of [2.7](Jackson Release 2.7), not yet released (as of Nov 2016).
Following fixes will be included.
- #1392: Custom UnmodifiableSetMixin Fails in Jackson 2.7+ but works in Jackson 2.6
- #1411: MapSerializer._orderEntries should check for null keys
- #1432: Off by 1 bug in PropertyValueBuffer
-
#1439: NPE when using with filter id, serializing
java.util.Map
types -
#1456:
TypeFactory
type resolution broken in 2.7 for generic types when usingconstructType
with context - #1476: Wrong constructor picked up when deserializing object
- #80: Fix UTF8Writer when used in same thread
Changes, Jackson jr
-
#49:
ArrayIndexOutOfBoundsException
when parsing large Map
-
#63: Error in type resolution of reference type (
Optional
)