-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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.
-
#3655:
Enum
values can not be read from single-element array even withDeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS
-
#352: Disabling
CsvParser.Feature.FAIL_ON_MISSING_HEADER_COLUMNS
has no effect
- #27: Deserializing a JSON Merge Patch fails when the input is not a JSON object