Skip to content

Jackson Release 2.5.3

Tatu Saloranta edited this page Apr 24, 2015 · 17 revisions

Patch version of [2.5](Jackson Release 2.5). Was released on 24-Apr-2015.

Changes, core

  • #191: Longest collision chain in symbol table now exceeds maximum, for single-quoted-character symbols
  • #731: XmlAdapter result marshaling error in case of ValueType == Object.class
  • #742: Allow deserialization of null Object Id (missing already allowed)
  • #744: Custom deserializer with parent object update failing
  • #745: EnumDeserializer.deserializerForCreator() fails when used to deserialize a Map key
  • #761: Builder deserializer: in-compatible type exception when return type is super type
  • #766: Fix Infinite recursion (StackOverflowError) when serializing a SOAP object

Changes, datatypes

  • #21: ClassNotFoundException in OSGi

Changes, data formats

  • #75: Support escapes at beginning of the file

Changes, other modules

  • #202: Getter is not detected correctly when method name is identical to variable name
  • #40: XmlElementRef ignored if inside XmlElementWrapper
Clone this wiki locally