Skip to content

Jackson Release 2.17.1

Tatu Saloranta edited this page Mar 27, 2024 · 24 revisions

Patch version of 2.17, open for development as of mid-March 2024.

Following fixes will be included in this patch release.

Changes, core

  • #1241: Fix NumberInput.looksLikeValidNumber() implementation
  • #4428: ByteBuddy scope went beyond test in version 2.17.0
  • #4435: Cannot deserialize value of type java.math.BigDecimal from String ".05": not a valid representation

Changes, datatypes

  • #306: Only DateTimeFormatter.ISO_OFFSET_DATE_TIME accepted by ZonedDateTimeKeyDeserializer

Changes, JVM Languages

  • #776: Delete Duration conversion that was no longer needed.
  • #779: Errors no longer occur when processing Record types defined in Java.

Changes, other

  • #90: USE_BIG_DECIMAL_FOR_FLOATS feature not working when using JSON.treeFrom()
Clone this wiki locally