-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.17
Tatu Saloranta edited this page Nov 29, 2023
·
101 revisions
Jackson Version 2.17 development started in November 2023.
This wiki page gives a list of links to all changes (with brief descriptions) that will be included, as well as about original plans for bigger changes (and in some cases changes to plans, postponing).
Branch is open for development.
No release yet
Same as Jackson 2.16
-
#4195: Add
JsonNodeFeature.FAIL_ON_NAN_TO_BIG_DECIMAL_COERCIONto determine what happens onJsonNodecoercion toBigDecimalwith NaN -
#4205: Consider types in
sun.*package(s) to be JDK (platform) types for purposes of handling -
#4209: Make
BeanDeserializerModifier/BeanSerializerModifierimplementjava.io.Serializable -
#4214:
EnumSetdeserialization does not work when we activate default typing inObjectMapper