-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.10.4
Tatu Saloranta edited this page May 4, 2020
·
13 revisions
Patch version of 2.10, released May 3rd, 2020.
Following fixes are included.
#605: Handle case when system property access is restricted
#609: (partial fix) FilteringGeneratorDelegate
does not handle writeString(Reader, int)
#2679: ObjectMapper.readValue("123", Void.TYPE)
throws "should never occur"
-
#179:
JavaPropsMapper
doesn't close the .properties file properly after reading -
#184:
jackson-databind
should not be optional/provided dependency
- #202: Parsing a protobuf message doesn't properly skip unknown fields
- Upgrade Woodstox dependency to 6.2.0 (minor improvement to MSV shading)
-
#182: Negative numbers not quoted correctly wrt
ALWAYS_QUOTE_NUMBERS_AS_STRINGS
- #187: Update to SnakeYAML to 1.26 (from 1.24) to address CVE-2017-18640
-
#113:
ObjectMapper.setDefaultLeniency()
is causingNullPointerException
inJacksonJodaDateFormat
- #16: Null being deserialized as null literal instead of JsonValue.NULL