-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.6.1
Tatu Saloranta edited this page Mar 4, 2021
·
17 revisions
Patch version of 2.6, released Aug 9, 2015.
-
#207:
ArrayIndexOutOfBoundsException
inByteQuadsCanonicalizer
- #873: add missing OSGi import
- #881: BeanDeserializerBase having issues with non-CreatorProperty properties.
-
#884: ArrayIndexOutOfBoundException in 2.6.0 for
BeanPropertyMap
-
#889: Configuring
ObjectMapper
'sDateFormat
changesTimeZone
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
)
- #87: Serialization of single Float or Double value leads to incorrect CSV when schema is used
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
Parameter names (java 8)
- #24: Remove override of json creator mode