Skip to content

Jackson Release 2.6.2

Tatu Saloranta edited this page Sep 9, 2015 · 20 revisions

Patch version of [2.6](Jackson Release 2.6), not yet released (as of September 9, 2015)

Changes, core

  • #213: Parser is sometimes wrong when using CANONICALIZE_FIELD_NAMES
  • #216: ArrayIndexOutOfBoundsException when repeatedly serializing to a byte array
  • #894: When using withFactory on ObjectMapper, the created Factory has a TypeParser which still has the original TypeFactory
  • #899: Problem serializing ObjectReader (and possibly ObjectMapper)

Changes, data formats

  • #13: Bug in boundary checking in CBORParser
  • #26: Bug in boundary checking in SmileParser

Changes, other modules

  • #47: JaxbAnnotationIntrospector does not pick up 'required' property of @XmlAttribute
Clone this wiki locally