-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.3.4
Tatu Saloranta edited this page Jul 16, 2014
·
10 revisions
Patch version has not yet been released.
Following is the list of changes in 2.3 branch, to be included in this patch release.
-
#459:
BeanDeserializerBuilder
copy constructor not copying_injectables
- #462: Annotation-provided Deserializers are not contextualized inside CreatorProperties
-
#8: Error in creating Avro Schema for
java.util.Date
(and related) type.
- #38: Extra column delimiter added when column is escaped and follows empty column
-
#41:
CvsParser.getText()
not working for field name (causing failures for "untyped" deserialization)
- [#18]((../../jackson-dataformat-smile/issues/18): Shared keys can cause unescaped write of
BYTE_MARKER_END_OF_CONTENT
- #42: Polymorphic deserialization involving Guava Optional is broken