Skip to content

Jackson Release 2.6.1

uberstud87 edited this page Aug 3, 2015 · 17 revisions

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

Changes, core

  • #207: ArrayIndexOutOfBoundsException in ByteQuadsCanonicalizer
  • #873: add missing OSGi import
  • #881: BeanDeserializerBase having issues with non-CreatorProperty properties.

Changes, JAX-RS

  • #71: add missing OSGi import (for json)

Changes, datatypes

Java8 Date (aka JSR-310)

  • #34: Allow direct instantiation of standards deserializers, with explicit DateTimeFormatter to use, to allow for registering custom-formatter variants
  • #35: LocalTimeDeserializer does not use configured formatter
  • #37: Cannot parse Javascript date using LocalDateDeserializer
  • #70: Default DateTime parser format is stricter than previous versions, causing incompatibility
Clone this wiki locally