File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1595,6 +1595,9 @@ Sim Yih Tsern (yihtsern@github)
1595
1595
(2.15.0)
1596
1596
* Contributed fix for #3894: Only avoid Records fields detection for deserialization
1597
1597
(2.15.1)
1598
+ * Contributed fix for #3897: 2.15.0 breaks deserialization when POJO/Record only has a
1599
+ single field and is marked `Access.WRITE_ONLY`
1600
+ (2.15.1)
1598
1601
1599
1602
Ajay Siwach (Siwach16@github)
1600
1603
* Contributed #3637: Add enum features into `@JsonFormat.Feature`
@@ -1628,4 +1631,9 @@ Matteo Bertozzi (matteobertozzi@github)
1628
1631
* Reported #3895: 2.15.0 breaking behaviour change for records and Getter Visibility
1629
1632
(2.15.1)
1630
1633
1634
+ Antti Lampinen (arlampin@github)
1635
+ * Reported #3897: 2.15.0 breaks deserialization when POJO/Record only has a single field
1636
+ and is marked `Access.WRITE_ONLY`
1637
+ (2.15.1)
1638
+
1631
1639
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ Project: jackson-databind
10
10
(contributed by Sim Y-T)
11
11
#3895 : 2.15.0 breaking behaviour change for records and Getter Visibility
12
12
(reported by Matteo B)
13
+ #3897 : 2.15.0 breaks deserialization when POJO/Record only has a single field
14
+ and is marked `Access.WRITE_ONLY`
15
+ (reported by Antti L)
16
+ (fix contributed by Sim Y-T)
13
17
#3913 : Issue with deserialization when there are unexpected properties (due
14
18
to null `StreamReadConstraints`)
15
19
(reported by @sbertault)
You can’t perform that action at this time.
0 commit comments