Skip to content

Jackson Release 3.1.4

Tatu Saloranta edited this page May 24, 2026 · 28 revisions

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

Following fixes will be included in this patch release.

Changes, core

  • #1611: Apply number-length validator on streaming integer path of async parser
  • #5950: Improve UUIDeserializer error handling
  • #5956: Fix problem with float-to-byte range check
  • #5957: Improve java.time.Month deserialization validation by enforcing DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS check
  • #5962: Case-insensitive deserialization may use wrong @JsonIgnoreProperties
  • #5967: Renamed @JsonIgnored setters can deserialize via private fields
  • #5969: @JsonView by-passed for some "setterless" creator properties
  • #5971: @JsonView by-passed for unwrapped creator parameters
  • #5974: @JsonIgnore on Record property ignored with PropertyNamingStrategy
  • #5981: BasicPolymorphicTypeValidator setting allowIfSubTypeIsArray() should validate element type
  • #5993: UPPER_SNAKE_CASE / LOWER_CASE NamingStrategyImpls fold case using JVM default locale (Turkish-I bug)
  • #6001: Regression with custom @JsonUnwrapped deserializer from 3.0 to 3.1
  • #6011: Add MapperFeature.FIX_FIELD_NAME_UPPER_CASE_PREFIX in MapperBuilder.configureForJackson2()

Changes, data formats

  • #691: Add parameterized tests covering all ASCII-optimization exit paths in CBORParser
  • #863: Fix to support Woodstox 7.2.0 (but no dep version bump)

Clone this wiki locally