Skip to content

Jackson Release 2.12.2

Tatu Saloranta edited this page Jan 28, 2021 · 35 revisions

Patch version of 2.12, under development as of January 2021.

Following fixes will be included.

Changes, core

  • #3022: Property ignorals cause BeanDeserializer to forget how to read from arrays (not copying _arrayDelegateDeserializer)
  • #3025: UntypedObjectDeserializer` mixes multiple unwrapped collections

Changes, data formats

  • #445: XmlMapper/UntypedObjectDeserializer mixes multiple unwrapped collections

Changes, datatypes

  • #202: Unable to deserialize YearMonth when running as java9 module, added with @JsonDeserialize annotation

Clone this wiki locally