Skip to content

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.

Core components

  • #459: BeanDeserializerBuilder copy constructor not copying _injectables
  • #462: Annotation-provided Deserializers are not contextualized inside CreatorProperties

Data formats

  • #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

Datatypes

  • #42: Polymorphic deserialization involving Guava Optional is broken
Clone this wiki locally