Skip to content

Jackson Release 2.7.9

Tatu Saloranta edited this page Nov 17, 2016 · 14 revisions

Patch version of [2.7](Jackson Release 2.7), not yet released (as of Nov 2016).

Following fixes will be included.

Changes, core

  • #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 using constructType with context

Changes, Jackson jr

  • #49: ArrayIndexOutOfBoundsException when parsing large Map

Changes, other

  • #63: Error in type resolution of reference type (Optional)
Clone this wiki locally