-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.17.2
Tatu Saloranta edited this page Jun 21, 2024
·
17 revisions
Patch version of 2.17, is the next patch to be released from 2.17 branch.
Following fixes will be included in this patch release.
-
#1308: Relax validation by
NumberInput.looksLikeValidNumber()to allow trailing dot (like3.)
-
#4561: Issues using
jackson-databind2.17.1 with Reactor (wrtDeserializerCacheandReentrantLock) - #4575: StdDelegatingSerializer does not consider a Converter that may return null for a non-null input
-
#4577: Cannot deserialize value of type
java.math.BigDecimalfrom String "3." (not a valid representation)
-
#497: Failed copy():
IonValueMapperdoes not override copy() -
#501: Upgrade
ion-javadependency to 1.11.8
-
#657: Nesting depth in
XmlReadContextis not incremented/decremented on JsonToken.START_OBJECT/JsonToken.END_OBJECT
-
#46: Invalid module info for
jakarta-jsonp