-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.3.5
Tatu Saloranta edited this page Jan 14, 2015
·
6 revisions
Patch version of [2.3](Jackson Release 2.3), released on January 13th, 2015.
[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 are included in this release.
- #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
-
#46: Can not serialize Guava
Iterable
s (backported from 2.4.2)