Skip to content

Jackson Release 3.1.5

Tatu Saloranta edited this page Jun 27, 2026 · 7 revisions

Patch version of 3.1, under development as of June 2026.

Following fixes will be included in this patch release.

Changes, core

  • #1616: JsonParserSequence read methods no longer use Parsers beyond the first
  • #6040: Inconsistency in current token on invalid type coercion for List<String>
  • #6048: Apply content converters for String collection values (StringCollectionDeserializer)
  • #6060: @JsonView by-passed for @JsonUnwrapped Field/Setter properties

Changes, dataformats

CBOR

  • #700: META-INF/services/tools.jackson.databind.ObjectMapper references wrong class name (...databind.CBORMapper/...databind.SmileMapper`)

Smile

  • #700: META-INF/services/tools.jackson.databind.ObjectMapper references wrong class name (...databind.CBORMapper/...databind.SmileMapper`)

Clone this wiki locally