-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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.
-
#635: Reduce cachability of
Map
deserializers, to avoid problems with per-property config changes -
#656:
defaultImpl
configuration is ignored forWRAPPER_OBJECT
-
#30:
YamlFactory.writeValue(File, Object)
busted
-
#58:
FluentIterable
serialization doesn't work for Bean properties
- #5: binary nodes not supported during deserialization
-
#48: Problem passing custom
JsonSerializer
, causing an NPE