Skip to content

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.

Changes, core

  • #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 and ACCEPT_CASE_INSENSITIVE_PROPERTIES
  • #1855: Blacklist for more serialization gadgets (dbcp/tomcat, spring)
  • #1868: Class name handling for JDK unmodifiable Collection types changed

Changes, dataformats

  • #62: (yaml) SnakeYAML base64Coder is not OSGI exported

Changes, other modules

  • #38: (afterburner) Handle DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES correctly
Clone this wiki locally