-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.4.6
Tatu Saloranta edited this page Apr 2, 2015
·
13 revisions
Patch version of [2.4](Jackson Release 2.4), not yet released (as of 26 Mar 2015).
Most likely 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 since 2.5.1 is already out.
Before 2.4.6 (but after 2.4.5), a critical fix needed to be released quickly (for #735).
As a result, version 2.4.5.1 of jackson-databind was released on March 26, 2015.
It contains following fixes:
-
#706: Add support for
@JsonUnwrappedvia JSON Schema module -
#707: Error in getting string representation of an
ObjectNodewith a float number value -
#735:
@JsonDeserializeon Map withcontentUsingcustom deserializer overwrites default behavior (for other Map instances)
-
#184:
WRITE_NUMBERS_AS_STRINGSdisablesWRITE_BIGDECIMAL_AS_PLAIN
- Fixes from
2.4.5.1--#706,#707,#735-- see above. - #744: Custom deserializer with parent object update failing