File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1598,6 +1598,9 @@ Sim Yih Tsern (yihtsern@github)
1598
1598
* Contributed fix for #3897: 2.15.0 breaks deserialization when POJO/Record only has a
1599
1599
single field and is marked `Access.WRITE_ONLY`
1600
1600
(2.15.1)
1601
+ * Contributed fux fix #3968: Records with additional constructors failed to deserialize
1602
+ (2.15.3)
1603
+
1601
1604
1602
1605
Ajay Siwach (Siwach16@github)
1603
1606
* 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.3 (not yet released)
8
+
9
+ #3968 : Records with additional constructors failed to deserialize
10
+ (fix contributed by Sim Y-T)
11
+
7
12
2.15.2 (30 -May-2023 )
8
13
9
14
#3938 : Record setter not included from interface (2.15 regression)
You can’t perform that action at this time.
0 commit comments