Skip to content

Jackson Release 2.5.3

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

Patch version of [2.5](Jackson Release 2.5). Not yet released (as of April 2015).

Changes, core

  • #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)(../../jackson-databind/issues/761): Builder deserializer: in-compatible type exception when return type is super type

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
Clone this wiki locally