-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.15.4
Tatu Saloranta edited this page Feb 15, 2024
·
13 revisions
Possible patch version of 2.15, released on December 15, 2023. It may be the last full patch release for 2.15 branch.
Following fixes are included in this patch release.
-
#1146:
JsonParserDelegatemissing overrides forcanParseAsync(),getNonBlockingInputFeeder() - #1161: NPE in "FastDoubleParser", method "JavaBigDecimalParser.parseBigDecimal()"
-
#1172:
@JsonViewdoesn'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:
@JsonIgnorePropertieswith@JsonTypeInfo(include = JsonTypeInfo.As.EXTERNAL_PROPERTY)does not work -
#4303:
ObjectReaderis not serializable if it's configured for polymorphism -
#4378:
TextNode.equals()throwsNullPointerExceptionwhenTextNodeconstructed withnull
- Upgrade `org.json:json`` dependency to 20231013 (from 20230227)
-
#122: PCollections module info (
module-info.class) incorrect