-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.3.4
Tatu Saloranta edited this page Jul 17, 2014
·
10 revisions
Patch version released on 17-Jul-2014. Following changes are included.
-
#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) - #47: UTF-8 BOM handling not working (reported by andrealexandre@github)
-
#18: Shared keys can cause unescaped write of
BYTE_MARKER_END_OF_CONTENT
- #42: Polymorphic deserialization involving Guava Optional is broken