Details
-
Task
-
Resolution: Fixed
-
Major
-
7.2-rc-1
-
None
Description
Jackson Core: https://github.com/FasterXML/jackson-core/blob/jackson-core-2.6.2/release-notes/VERSION
#213: Parser is sometimes wrong when using CANONICALIZE_FIELD_NAMES (reported by ichernev@github) #216: ArrayIndexOutOfBoundsException: 128 when repeatedly serializing to a byte array (reported by geekbeast@github)
Jackson Databind: https://github.com/FasterXML/jackson-databind/blob/jackson-databind-2.6.2/release-notes/VERSION
#894: When using withFactory on ObjectMapper, the created Factory has a TypeParser which still has the original Factory (reported by lufe66@github) #899: Problem serializing `ObjectReader` (and possibly `ObjectMapper`) #913: ObjectMapper.copy does not preserve MappingJsonFactory features (reported, fixed by Daniel W) #922: ObjectMapper.copy() does not preserve _registeredModuleTypes #928: Problem deserializing External Type Id if type id comes before POJO