-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.6.2
Tatu Saloranta edited this page Sep 11, 2015
·
20 revisions
Patch version of [2.6](Jackson Release 2.6), not yet released (as of September 9, 2015)
-
#213: Parser is sometimes wrong when using
CANONICALIZE_FIELD_NAMES -
#216:
ArrayIndexOutOfBoundsExceptionwhen repeatedly serializing to a byte array
-
#894: When using
withFactoryonObjectMapper, the created Factory has aTypeParserwhich still has the originalTypeFactory -
#899: Problem serializing
ObjectReader(and possiblyObjectMapper) -
#913:
ObjectMapper.copy()does not preserveMappingJsonFactoryfeatures -
#922:
ObjectMapper.copy()does not preserve_registeredModuleTypes
-
#13: Bug in boundary checking in
CBORParser
-
#26: Bug in boundary checking in
SmileParser
- #80: Relax OSGi version constraints for Guava dependency.
-
#56: Afterburner does not respect
DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS -
#57:
@JsonAppendcausesNullPointerException
-
#47:
JaxbAnnotationIntrospectordoes not pick up 'required' property of@XmlAttribute
-
#27: Object schema properties should adhere to
@JsonPropertyOrderand@XmlType(propOrder)