-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.14.1
Tatu Saloranta edited this page Nov 21, 2022
·
6 revisions
Patch version of 2.14, released on November 21st, 2022.
Following fixes are included in this patch release.
-
#3655:
Enum
values can not be read from single-element array even withDeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS
-
#3665:
ObjectMapper
default heap consumption increased significantly from 2.13.x to 2.14.0
-
#352: Disabling
CsvParser.Feature.FAIL_ON_MISSING_HEADER_COLUMNS
has no effect
- #342: Possible performance improvement on jdk9+ for Smile decoding
- #27: Deserializing a JSON Merge Patch fails when the input is not a JSON object