File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -1538,3 +1538,16 @@ Philippe Marschall (marschall@github)
1538
1538
Hervé Boutemy (hboutemy@github)
1539
1539
* Contributed fix for #3680: Timestamp in classes inside jar showing 02/01/1980
1540
1540
(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
+
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ Project: jackson-databind
6
6
7
7
2.15.0 (not yet released)
8
8
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)
9
19
#3654 : Infer `@JsonCreator(mode = Mode.DELEGATING)` from use of `@JsonValue`)
10
20
#3676 : Allow use of `@JsonCreator(mode = Mode.PROPERTIES)` creator for POJOs
11
21
with" empty String" coercion
You can’t perform that action at this time.
0 commit comments