Skip to content

Jackson Release 2.10.1

Tatu Saloranta edited this page Sep 30, 2019 · 23 revisions

Patch version of 2.10, not yet released.

Following fixes will be included.

Changes, core

  • #2457: Extended enum values are not handled as enums when used as Map keys
  • #2473: Array index missing in path of JsonMappingException for Collection<String>, with custom deserializer
  • #2475: StringCollectionSerializer calls JsonGenerator.setCurrentValue(value), which messes up current value for sibling properties

Clone this wiki locally