Skip to content

Jackson Release 2.6.1

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

Patch version of 2.6, released Aug 9, 2015.

Changes, core

  • #207: ArrayIndexOutOfBoundsException in ByteQuadsCanonicalizer
  • #873: add missing OSGi import
  • #881: BeanDeserializerBase having issues with non-CreatorProperty properties.
  • #884: ArrayIndexOutOfBoundException in 2.6.0 for BeanPropertyMap
  • #889: Configuring ObjectMapper's DateFormat changes TimeZone configuration as well (backwards incompatible with 2.5)
  • #890: Exception deserializing a byte[] when the target type comes from an annotation

Changes, JAX-RS

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

Changes, data formats

  • #87: Serialization of single Float or Double value leads to incorrect CSV when schema is used

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

Changes, other modules

Parameter names (java 8)

  • #24: Remove override of json creator mode
Clone this wiki locally