-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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.
-
#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
CalendarSerializerto work with custom format
- [#6] (../../jackson-dataformat-avro/issues/6): Nested Map type fields do not work
- [#7] (../../jackson-dataformat-avro/issues/7): Add
AvroGenerator.Feature.IGNORE_UNKWNOWNto allow filtering of properties that are not defined in Schema, during output