Skip to content

Jackson Release 2.12.3

Tatu Saloranta edited this page Mar 26, 2021 · 11 revisions

Patch version of 2.12, under development

Following fixes will be included in this patch release.

Changes, core

No changes since 2.12.2

No changes since 2.12.2

Changes, data formats

CBOR

  • #259: Failed to handle case of alleged String with length of Integer.MAX_VALUE
  • #261: CBORParser need to validate zero-length byte[] for BigInteger

Smile

  • #257: Uncaught validation problem wrt Smile "BigDecimal" type
  • #258: ArrayIndexOutOfBoundsException for malformed Smile header
  • #260: Allocate byte[] lazily for longer Smile binary data payloads
  • #263: Handle invalid chunked-binary-format length gracefully

Changes, other modules

Java 8 date/time

  • #207: Fail to serialize TemporalAdjuster type with 2.12
Clone this wiki locally