-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.15.2
Tatu Saloranta edited this page May 31, 2023
·
11 revisions
Patch version of 2.15, released on May 30th, 2023.
Following fixes are included in this patch release.
-
#1019: Allow override of
StreamReadContraints
default withoverrideDefaultStreamReadConstraints()
- #1027: Extra module-info.class in 2.15.1
-
#1028: Wrong checksums in
module.json
(2.15.0, 2.15.1) -
#1032:
LICENSE
misssing from 2.15.1 jar
- #3938: Record setter not included from interface (2.15 regression)
-
#379:
logback-test.xml
in wrong place (avro/src/main/resources)
-
#675: Modified to use Converter in Sequence serialization. This change allows serialization-related annotations, such as
JsonSerialize(contentUsing = ...)
, to work onSequence
. Also fixes #674.
-
Asm
dependency updated to 9.5 (from 9.4)
-
#207: Mr Bean exposing
Asm
as Maven dependency despite shading -
Asm
dependency updated to 9.5 (from 9.4)