Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 7.2-rc-1
-
Fix Version/s: 7.3-milestone-1
-
Component/s: Dependency Upgrades
-
Labels:None
-
Documentation:N/A
-
Documentation in Release Notes:
-
Similar issues:
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