-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 3.3
Tatu Saloranta edited this page Jul 24, 2026
·
13 revisions
Jackson Version 3.3 is under development as of June, 2026.
This wiki page gives a list of links to all changes (with brief descriptions) that will be included.
Version is under development (under branch 3.x).
It will likely not be designated as Long-Term-Support (LTS) since 3.1 is an LTS.
No release yet.
Up to SDK 34 for all components (Jackson 3.2 had SDK 26 for jackson-core, 34 for jackson-databind).
Verified by "Animal Sniffer" plug-in.
Same as Jackson 3.2; Java 17.
Minimum supported Kotlin has been upgraded to 2.2.
No changes.
None
Issues with at least 5 thumbs-ups that were resolved in this version:
None so far
No separate 3.x versions released, uses jackson-annotations 2.22.
None so far
-
#1127:
@JsonTypeInfowithEXTERNAL_PROPERTYdoesn't handle arrays of polymorphic types -
#1803:
TreeTraversingParsershould allow passing of parent context -
#4762:
@JsonValueignores annotations on annotated field (particularly@JsonInclude) -
#6068: 3.x
ObjectMapper.convertValue()stop throwingjava.lang.IllegalArgumentException -
#6113: Fix
DOMSerializerto support polymorphic serialization
-
#699: Add ability to modify columns in
CsvSchema.Builderby name
-
#873: Fix handling of
@JsonApplyView -
#878: Re-apply entity/DTD hardening after JDK deserialization of
XmlFactory -
#879: Use
Locale.ROOTfor case folding inCaseInsensitiveNameSet -
#882: Translate base64 name-decode errors to
StreamReadException
- #85: Update Hibernate version to 7.4.1.Final