Skip to content

Jackson Release 2.3.3

Tatu Saloranta edited this page Mar 28, 2014 · 9 revisions

Patch version has not yet been released.

Here are accumulated changes so far.

Changes, core

  • #420: Remove 'final' modifier from BeanDeserializerBase.deserializeWithType
  • #422: Allow use of "True" and "False" as aliases for booleans when coercing from JSON String
  • #423: Fix CalendarSerializer to work with custom format

Changes, data formats

  • [#6] (../../jackson-dataformat-avro/issues/6): Nested Map type fields do not work
  • [#7] (../../jackson-dataformat-avro/issues/7): Add AvroGenerator.Feature.IGNORE_UNKWNOWN to allow filtering of properties that are not defined in Schema, during output

Changes, data types

Changes, other modules

Clone this wiki locally