Skip to content

Jackson Release 2.15.3

Tatu Saloranta edited this page Oct 12, 2023 · 10 revisions

Patch version of 2.15, released on October 12, 2023.

Following fixes will be included in this patch release.

Changes, core

  • #1111: Call the right filterFinishArray()/filterFinishObject() from FilteringParserDelegate
  • #3968: Records with additional constructors failed to deserialize
  • #4121: Preserve the original component type in merging to an array

Changes, dataformats

Smile

  • #384: Smile decoding issue with NonBlockingByteArrayParser, concurrency

YAML

  • #400: IllegalArgumentException when attempting to decode invalid UTF-8 surrogate by SnakeYAML
  • #406: NumberFormatException from SnakeYAML due to int overflow for corrupt YAML version
  • #426: Update to SnakeYAML 2.1

Changes, other

  • #107: Cannot deserialize byte[] from JSON null value
Clone this wiki locally