-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 3.1.5
Tatu Saloranta edited this page Jul 8, 2026
·
17 revisions
Patch version of 3.1, released on July 7, 2026.
Following fixes are included in this patch release.
-
#1616:
JsonParserSequenceread methods no longer use Parsers beyond the first
-
#6040: Inconsistency in current token on invalid type coercion for
List<String> -
#6048: Apply content converters for String collection values (
StringCollectionDeserializer) -
#6055: Honor
@JsonViewfor external-type-id (EXTERNAL_PROPERTY) properties [GHSA-mhm7-754m-9p8w] -
#6058: Do not allow DNS resolution when deserializing
InetAddress -
#6060:
@JsonViewby-passed for@JsonUnwrappedField/Setter properties [CVE-2026-59889]
-
#700:
META-INF/services/tools.jackson.databind.ObjectMapperreferences wrong class name (...databind.CBORMapper/...databind.SmileMapper)
-
#134 :
oneoffields and some repeated fields incorrectly decoded for proto3 schemas
-
#700:
META-INF/services/tools.jackson.databind.ObjectMapperreferences wrong class name (...databind.CBORMapper/...databind.SmileMapper)
-
#696:
TomlMapperwritesNaN/Infinityas bare tokens, producing TOML it cannot read back