Skip to content

Jackson Release 2.3.5

Tatu Saloranta edited this page Jan 13, 2015 · 6 revisions

Patch version that has not been released, but is planned for [2.3](Jackson Release 2.3) branch as it is still open, being the last branch for both JDK 1.5 and Scala 2.9.

Following changes will be included if and when release occurs.

Core components

  • #152: Exception for property names longer than 256k
  • #173: An exception is thrown for a valid JsonPointer expression
  • #176: JsonPointer should not consider "00" to be valid index
  • #496: Wrong result for TextNode("false").asBoolean(true)
  • #543: Problems resolving self-referential generic types.
  • #656: defaultImpl configuration is ignored for WRAPPER_OBJECT

Datatypes

  • #46: Can not serialize Guava Iterables (backported from 2.4.2)

Clone this wiki locally