-
-
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-databind
2.17.1 with Reactor (wrtDeserializerCache
andReentrantLock
) - #4575: StdDelegatingSerializer does not consider a Converter that may return null for a non-null input
-
#4577: Cannot deserialize value of type
java.math.BigDecimal
from String "3." (not a valid representation)
-
#497: Failed copy():
IonValueMapper
does not override copy() -
#501: Upgrade
ion-java
dependency to 1.11.8
-
#46: Invalid module info for
jakarta-jsonp