Skip to content

Commit 57982e7

Browse files
committed
Merge branch '2.17' into 2.18
2 parents 8840115 + bcccddf commit 57982e7

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
@@ -824,6 +824,13 @@ No changes since 2.13.2.1 but fixed Gradle Module Metadata ("module.json")
824824
via `AsNull`
825825
- Add `mvnw` wrapper
826826
827+
2.12.7.2 (02-May-2024)
828+
829+
#3275: JDK 16 Illegal reflective access for `Throwable.setCause()` with
830+
`PropertyNamingStrategy.UPPER_CAMEL_CASE`
831+
(reported by Jason H)
832+
(fix suggested by gsinghlulu@github)
833+
827834
2.12.7.1 (12-Oct-2022)
828835
829836
#3582: Add check in `BeanDeserializer._deserializeFromArray()` to prevent
@@ -843,7 +850,7 @@ No changes since 2.13.2.1 but fixed Gradle Module Metadata ("module.json")
843850
#3305: ObjectMapper serializes `CharSequence` subtypes as POJO instead of
844851
as String (JDK 15+)
845852
(reported by stevenupton@github; fix suggested by Sergey C)
846-
#3328: Possible DoS if using JDK serialization to serialize JsonNode
853+
#3328: Possible DoS if using JDK serialization to serialize JsonNode [CVE-2021-46877]
847854
848855
2.12.5 (27-Aug-2021)
849856

0 commit comments

Comments
 (0)