Skip to content

Jackson Release 2.4.6

Tatu Saloranta edited this page Mar 27, 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.

Micro-releases

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 @JsonUnwrapped via JSON Schema module
  • #707: Error in getting string representation of an ObjectNode with a float number value
  • #735: @JsonDeserialize on Map with contentUsing custom deserializer overwrites default behavior (for other Map instances)

Changes, core

  • #184: WRITE_NUMBERS_AS_STRINGS disables WRITE_BIGDECIMAL_AS_PLAIN
  • Fixes from 2.4.5.1 -- #706, #707, #735 -- see above.
Clone this wiki locally