Skip to content

Jackson Release 2.14.1

Tatu Saloranta edited this page Nov 20, 2022 · 6 revisions

Patch version of 2.14, under development as of November 2022.

Following fixes will be included in this patch release.

Changes, core

  • #3655: Enum values can not be read from single-element array even with DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS

Changes, data formats

CSV

  • #352: Disabling CsvParser.Feature.FAIL_ON_MISSING_HEADER_COLUMNS has no effect

Changes, datatypes

  • #27: Deserializing a JSON Merge Patch fails when the input is not a JSON object
Clone this wiki locally