Skip to content

Commit 3cca4bb

Browse files
committed
Merge branch '2.18' into 2.19
2 parents 08d4a39 + 57982e7 commit 3cca4bb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

release-notes/VERSION-2.x

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,13 @@ No changes since 2.13.2.1 but fixed Gradle Module Metadata ("module.json")
928928
via `AsNull`
929929
- Add `mvnw` wrapper
930930

931+
2.12.7.2 (02-May-2024)
932+
933+
#3275: JDK 16 Illegal reflective access for `Throwable.setCause()` with
934+
`PropertyNamingStrategy.UPPER_CAMEL_CASE`
935+
(reported by Jason H)
936+
(fix suggested by gsinghlulu@github)
937+
931938
2.12.7.1 (12-Oct-2022)
932939

933940
#3582: Add check in `BeanDeserializer._deserializeFromArray()` to prevent
@@ -947,7 +954,7 @@ No changes since 2.13.2.1 but fixed Gradle Module Metadata ("module.json")
947954
#3305: ObjectMapper serializes `CharSequence` subtypes as POJO instead of
948955
as String (JDK 15+)
949956
(reported by stevenupton@github; fix suggested by Sergey C)
950-
#3328: Possible DoS if using JDK serialization to serialize JsonNode
957+
#3328: Possible DoS if using JDK serialization to serialize JsonNode [CVE-2021-46877]
951958

952959
2.12.5 (27-Aug-2021)
953960

0 commit comments

Comments
 (0)