-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.6.2
Tatu Saloranta edited this page Mar 4, 2021
·
20 revisions
Patch version of 2.6, released on September 15, 2015.
-
#213: Parser is sometimes wrong when using
CANONICALIZE_FIELD_NAMES
-
#216:
ArrayIndexOutOfBoundsException
when repeatedly serializing to a byte array
-
#894: When using
withFactory
onObjectMapper
, the created Factory has aTypeParser
which still has the originalTypeFactory
-
#899: Problem serializing
ObjectReader
(and possiblyObjectMapper
) -
#913:
ObjectMapper.copy()
does not preserveMappingJsonFactory
features -
#922:
ObjectMapper.copy()
does not preserve_registeredModuleTypes
- #928: Problem deserializing External Type Id if type id comes before POJO
-
#13: Bug in boundary checking in
CBORParser
-
#26: Bug in boundary checking in
SmileParser
- #52: Guava collection types do not allow null values
- #80: Relax OSGi version constraints for Guava dependency.
-
#82: Problem with polymorphic value types for
Optional
, with 2.6
-
#14: Missing
@type
when serializingOptional<Interface>
-
#71: Adjust LocalDate / LocalDateTime deserializer to support
DeserializationFeature.ADJUST_DATES_TO_CONTEXT_TIME_ZONE
-
#56: Afterburner does not respect
DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS
-
#57:
@JsonAppend
causesNullPointerException
-
#47:
JaxbAnnotationIntrospector
does not pick up 'required' property of@XmlAttribute
-
#27: Object schema properties should adhere to
@JsonPropertyOrder
and@XmlType(propOrder)