Skip to content

Jackson Release 2.6.5

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

Patch version of 2.6, released January 19, 2016.

Changes, core

  • #1052: Don't generate a spurious NullNode after parsing an embedded object
  • #1061: Problem with Object Id and Type Id as Wrapper Object
  • #1073: Add try-catch around java.sql type serializers

Changes, dataformats

  • #15: CBORParser.getNumberType() returns DOUBLE even if the generator has been fed with a float
  • #93: CSV mapper does not support Views or filtering correctly for serialization
  • #96: SortedBy only apply to headers and actual data
  • #100: trim spaces: don't trim/strip separator character
  • #30: Problem decoding "empty" Map key (String with length 0) with nextFieldName()
  • #177: Failure to deserialize unwrapped list where entry has empty content, attribute(s)

Changes, datatypes

  • #70: Infinite recursion due to @JsonIgnoreProperties not passed to property
Clone this wiki locally