Skip to content

Jackson Release 2.11.4

Tatu Saloranta edited this page Dec 5, 2020 · 10 revisions

Patch version of 2.11, being developed as of December 2020.

Following fixes will be included.

Changes, core

  • #647: Fix NPE in writeNumber(String) method of UTF8JsonGenerator, WriterBasedJsonGenerator
  • #2894: Fix type resolution for static methods (regression in 2.11.3)
  • #2944: @JsonCreator on constructor not compatible with @JsonIdentityInfo, PropertyGenerator

Changes, data formats

CBOR

  • #186: Eager allocation of byte buffer can cause java.lang.OutOfMemoryError exception
Clone this wiki locally