File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -1583,16 +1583,18 @@ Hervé Boutemy (hboutemy@github)
1583
1583
(2.15.0)
1584
1584
1585
1585
Sim Yih Tsern (yihtsern@github)
1586
- * Contributed fix for #2974: Null coercion with `@JsonSetter` does not work with `java.lang.Record`
1586
+ * Contributed fix for #2974: Null coercion with `@JsonSetter` does not work with `java.lang.Record`
1587
1587
(2.15.0)
1588
- * Contributed fix for #2992: Properties naming strategy do not work with Record
1588
+ * Contributed fix for #2992: Properties naming strategy do not work with Record
1589
1589
(2.15.0)
1590
- * Contributed fix for #3180: Support `@JsonCreator` annotation on record classes
1590
+ * Contributed fix for #3180: Support `@JsonCreator` annotation on record classes
1591
1591
(2.15.0)
1592
- * Contributed fix for #3297: `@JsonDeserialize(converter = ...)` does not work with Records
1592
+ * Contributed fix for #3297: `@JsonDeserialize(converter = ...)` does not work with Records
1593
1593
(2.15.0)
1594
- * Contributed fix for #3342: `JsonTypeInfo.As.EXTERNAL_PROPERTY` does not work with record wrappers
1594
+ * Contributed fix for #3342: `JsonTypeInfo.As.EXTERNAL_PROPERTY` does not work with record wrappers
1595
1595
(2.15.0)
1596
+ * Contributed fix for #3894: Only avoid Records fields detection for deserialization
1597
+ (2.15.1)
1596
1598
1597
1599
Ajay Siwach (Siwach16@github)
1598
1600
* Contributed #3637: Add enum features into `@JsonFormat.Feature`
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Project: jackson-databind
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.15.1 (not yet released)
8
+
9
+ #3894 : Only avoid Records fields detection for deserialization
10
+ (contributed by Sim Y-T)
11
+
7
12
2.15.0 (23 -Apr-2023 )
8
13
9
14
#2536 : Add `EnumFeature.READ_ENUM_KEYS_USING_INDEX` to work with
You can’t perform that action at this time.
0 commit comments