Skip to content

Jackson Release 2.15.4

Tatu Saloranta edited this page Dec 12, 2023 · 13 revisions

Possible patch version of 2.15, open for development as of December 2023. If released is likely to be the last full patch release for 2.15 branch.

Following fixes will be included in this patch release, if released.

Changes, core

  • #1146: JsonParserDelegate missing overrides for canParseAsync(), getNonBlockingInputFeeder()
  • #1161: NPE in "FastDoubleParser", method "JavaBigDecimalParser.parseBigDecimal()"
  • #1172: @JsonView doesn't work with @JsonCreator
  • #3133: Map deserialization results in different numeric classes based on json ordering (BigDecimal / Double) when used in combination with @JsonSubTypes
  • #4185: @JsonIgnoreProperties with @JsonTypeInfo(include = JsonTypeInfo.As.EXTERNAL_PROPERTY) does not work
Clone this wiki locally