-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.10.4
Tatu Saloranta edited this page Apr 14, 2020
·
13 revisions
Patch version of 2.10, not yet releasde.
Following fixes will be included.
#605: Handle case when system property access is restricted
#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
- #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
- #16: Null being deserialized as null literal instead of JsonValue.NULL