-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 3.1
Tatu Saloranta edited this page Oct 27, 2025
·
10 revisions
Jackson Version 3.1 is being developed, as of October 2025.
This wiki page gives a list of links to all changes (with brief descriptions) that will eventually be included, as well as about original plans for bigger changes (and in some cases changes to plans, postponing).
Version is under development (under branch 3.x)
No release yet.
Same as Jackson 3.0, SDK 34
Same as Jackson 3.0: JDK 17
Same as Jackson 3.0?
With databind#5350 -- addition of DeserializationFeature.USE_NULL_FOR_MISSING_REFERENCE_VALUES -- the default deserialization behavior of AtomicReference<T> changes to same as that of Optional<T>:
- If value is missing (absent) from incoming JSON AND
AtomicReferenceis passed through Constructor, "empty" value (new AtomicReference<>(null)) will be deserialized instead ofnull(as previously). - Change necessary to add configurability, improves consistency.
-
#5350: Add
DeserializationFeature.USE_NULL_FOR_MISSING_REFERENCE_VALUESfor selectingnullvs "empty/absent" value when deserializing missingOptionalvalue
-
#619: Add
isEnabled()methods for format-specific features to mappers
-
#619: Add
isEnabled()methods for format-specific features to mappers
-
#581: Add
isEnabled()methods for format-specific features to mappers
-
#619: Add
isEnabled()methods for format-specific features to mappers -
#623: (ion) Upgrade
ion-javadep to 1.11.11 (from 1.11.10)
- #598: Protobuf parser state handling wrong for implicit close (END_OBJECT)
-
#619: Add
isEnabled()methods for format-specific features to mappers
-
#581: Add
isEnabled()methods for format-specific features to mappers
-
#780: Add
isEnabled()methods for format-specific features to mappers
-
#581: Add
isEnabled()methods for format-specific features to mappers
-
-
#581: Add field-level amount representation for Joda-Money (
@JodaMoneyannotation)
-
#581: Add field-level amount representation for Joda-Money (
- #317: Update byte-buddy to latest (1.17.8) from 1.15.1
- #317: Update byte-buddy to latest (1.17.8) from 1.15.1
N/A