-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.22
Tatu Saloranta edited this page Apr 7, 2026
·
9 revisions
Jackson Version 2.22 is under development as of January 18, 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 2.x).
It will likely NOT be designated as Long-Term-Support (LTS) since 2.21 is a LTS.
No release yet.
Same as Jackson 2.20, SDK 26
Same as Jackson 2.21; mostly Java 8, with some modules requiring later JDKs:
-
jackson-datatype-hibernate: JDK 17 for some modules (Hibernate 7) -
jackson-jakarta-providers: JDK 11
Same as Jackson 2.21?
No changes.
None.
Maintenance (bug fixes).
-
#339: Add
OptBooleanvalued property "order" in@JsonIncludeProperties -
#342: Add
@JsonTypeInfo.writeTypeIdForDefaultImplto allow skipping writing of type id for values of default type -
#344: Improve
Localehandling inJsonFormat.Value
...
-
#3064:
@JsonPropertyOrder(alphabetic=true)is ignored in case indices are defined for@JsonProperty-- addMapperFeature.SORT_PROPERTIES_BY_INDEX -
#3884: Add
ObjectNode.put(JsonPointer, JsonNode)method
-
#601: Reader should allow separating plain
nullValueand quoted value"nullValue"
-
#157: Add support for Guava
ImmutableIntArray/ImmutableDoubleArray