Skip to content

Jackson Release 2.7.2

Tatu Saloranta edited this page Mar 4, 2021 · 10 revisions

Patch version of 2.7, released February 27th, 2016.

Changes, core

  • #1115: Problems with deprecated TypeFactory.constructType(type, ctxt) methods if ctxt is null
  • #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()

Changes, dataformats

  • #22: CBORGenerator.copyCurrentStructure() and copyCurrentEvent() do not copy tags
  • #34: Deserialize error "Invalid type marker byte" for 'long' field names (57 characters or longer)

Changes, datatypes

  • #86: NoClassDefFoundError: org/hibernate/bytecode/internal/javassist/FieldHandler with hibernate 5.1
  • #81: Add key deserializers for Duration and Period classes
Clone this wiki locally