-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.3.5
cowtowncoder edited this page Dec 30, 2014
·
6 revisions
Patch version that has not been released, but is planned for 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.
- #152: Exception for property names longer than 256k
- #173: An exception is thrown for a valid JsonPointer expression
-
#496: Wrong result for
TextNode("false").asBoolean(true) - #543: Problems resolving self-referential generic types.
-
#656:
defaultImplconfiguration is ignored for WRAPPER_OBJECT
-
#46: Can not serialize Guava
Iterables (backported from 2.4.2)