-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.9.4
Tatu Saloranta edited this page Jan 4, 2018
·
22 revisions
Patch version of 2.9, not yet released.
Following fixes are included.
- #414: Base64 MIME variant does not ignore white space chars as per RFC2045
-
#1729: Integer bounds verification when calling
TokenBuffer.getIntValue()
-
#1854: NPE deserializing collection with
@JsonCreator
andACCEPT_CASE_INSENSITIVE_PROPERTIES
- #1855: Blacklist for more serialization gadgets (dbcp/tomcat, spring)
- #1868: Class name handling for JDK unmodifiable Collection types changed
- #62: (yaml) SnakeYAML base64Coder is not OSGI exported
-
#38: (afterburner) Handle
DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES
correctly