Skip to content

Commit 9ab6356

Browse files
committed
Update release notes wrt #3724 mega-patch for Records
1 parent 5b0bc35 commit 9ab6356

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,3 +1538,16 @@ Philippe Marschall (marschall@github)
15381538
Hervé Boutemy (hboutemy@github)
15391539
* Contributed fix for #3680: Timestamp in classes inside jar showing 02/01/1980
15401540
(2.15.0)
1541+
1542+
Sim Yih Tsern (yihtsern@github)
1543+
* Contributed fix for #2974: Null coercion with `@JsonSetter` does not work with `java.lang.Record`
1544+
(2.15.0)
1545+
* Contributed fix for #2992: Properties naming strategy do not work with Record
1546+
(2.15.0)
1547+
* Contributed fix for #3180: Support `@JsonCreator` annotation on record classes
1548+
(2.15.0)
1549+
* Contributed fix for #3297: `@JsonDeserialize(converter = ...)` does not work with Records
1550+
(2.15.0)
1551+
* Contributed fix for #3342: `JsonTypeInfo.As.EXTERNAL_PROPERTY` does not work with record wrappers
1552+
(2.15.0)
1553+

release-notes/VERSION-2.x

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Project: jackson-databind
66

77
2.15.0 (not yet released)
88

9+
#2974: Null coercion with `@JsonSetter` does not work with `java.lang.Record`
10+
(fix contributed by Sim Y-T)
11+
#2992: Properties naming strategy do not work with Record
12+
(fix contributed by Sim Y-T)
13+
#3180: Support `@JsonCreator` annotation on record classes
14+
(fix contributed by Sim Y-T)
15+
#3297: `@JsonDeserialize(converter = ...)` does not work with Records
16+
(fix contributed by Sim Y-T)
17+
#3342: `JsonTypeInfo.As.EXTERNAL_PROPERTY` does not work with record wrappers
18+
(fix contributed by Sim Y-T)
919
#3654: Infer `@JsonCreator(mode = Mode.DELEGATING)` from use of `@JsonValue`)
1020
#3676: Allow use of `@JsonCreator(mode = Mode.PROPERTIES)` creator for POJOs
1121
with"empty String" coercion

0 commit comments

Comments
 (0)