-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.18.5
Tatu Saloranta edited this page Oct 28, 2025
·
13 revisions
Patch version of 2.18, released October 27, 2025.
Following fixes are included in this patch release.
(note: entries from 2.18.4.1 micro-patch are included here too)
-
#1433:
JsonParser#getNumberType()throwsJsonParseExceptionwhen the current token is non-numeric instead of returning null -
#1446: Invalid package reference to "java.lang.foreign" from
com.fasterxml.jackson.core:jackson-core(fromFastDoubleParser) [Android]
No changes
- #599: Unable to deserialize stringref-enabled CBOR with ignored properties
-
#623: Upgrade
ion-javadep to 1.11.11 (from 1.11.10)
-
#185:
ACCEPT_SINGLE_VALUE_AS_ARRAYdoesn't work on GuavaImmutableList
-
#372:
java.util.Optionaldeserialization fails when usingTypeFactory.defaultInstancefor creatingJavaTypeforOptional<?>