Skip to content

Jackson Release 2.4.5

Tatu Saloranta edited this page Jan 14, 2015 · 8 revisions

Patch version of [2.4](Jackson Release 2.4), released on January 13th, 2015. May be the last release version of 2.4.x branch, since 2.5.0 was released before this release; and since 2.3 will be a long-running branch (due to compatibility reasons). 2.4.x on the other hand may be retired after (or around time) 2.5.1 is released.

Changes, core

  • #635: Reduce cachability of Map deserializers, to avoid problems with per-property config changes
  • #656: defaultImpl configuration is ignored for WRAPPER_OBJECT

Changes, data formats

  • #30: YamlFactory.writeValue(File, Object) busted

Changes, data types

  • #58: FluentIterable serialization doesn't work for Bean properties
  • #5: binary nodes not supported during deserialization

Changes, other modules

  • #48: Problem passing custom JsonSerializer, causing an NPE
Clone this wiki locally