-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 3.0.3
Tatu Saloranta edited this page Nov 23, 2025
·
10 revisions
Patch version of 3.0, under development as of Nov, 2025.
Following fixes will be included in this patch release.
-
#1418:
TokenFilter#includeEmptyArray()causes an error in some cases where an object element is filtered
-
#5393:
@JsonAnyGetterproperty gets included in generated schema -
#5398:
@JsonProperty.value+@JsonIgnoreon setter does not work anymore since 2.18.4 -
#5401: Regression with
@JsonCreatorthat returnsnullfor empty strings -
#5407: Jackson 3
JsonNode#required(java.lang.String)throwsJsonNodeExceptiondifferent from JavaDoc -
#5414:
NullPointerExceptioninAnnotatedMember.annotations()when no annotations are present - #5416: Annotations on an interface that's part of a JDK proxy are not honored with Jackson 3
-
#10: Missing
nullwrites when writingObject[]values
-
#154: YAML file with no content throws
MismatchedInputExceptionwhen binding to Object type (POJO etc)