Skip to content

Commit 51d738d

Browse files
committed
Merge branch '2.19' into 2.20
2 parents 4b145a6 + 3cca4bb commit 51d738d

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
@@ -975,6 +975,13 @@ No changes since 2.13.2.1 but fixed Gradle Module Metadata ("module.json")
975975
via `AsNull`
976976
- Add `mvnw` wrapper
977977
978+
2.12.7.2 (02-May-2024)
979+
980+
#3275: JDK 16 Illegal reflective access for `Throwable.setCause()` with
981+
`PropertyNamingStrategy.UPPER_CAMEL_CASE`
982+
(reported by Jason H)
983+
(fix suggested by gsinghlulu@github)
984+
978985
2.12.7.1 (12-Oct-2022)
979986
980987
#3582: Add check in `BeanDeserializer._deserializeFromArray()` to prevent
@@ -994,7 +1001,7 @@ No changes since 2.13.2.1 but fixed Gradle Module Metadata ("module.json")
9941001
#3305: ObjectMapper serializes `CharSequence` subtypes as POJO instead of
9951002
as String (JDK 15+)
9961003
(reported by stevenupton@github; fix suggested by Sergey C)
997-
#3328: Possible DoS if using JDK serialization to serialize JsonNode
1004+
#3328: Possible DoS if using JDK serialization to serialize JsonNode [CVE-2021-46877]
9981005
9991006
2.12.5 (27-Aug-2021)
10001007

0 commit comments

Comments
 (0)