File tree 3 files changed +9
-1
lines changed
src/test-jdk17/java/tools/jackson/databind/jdk17
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1718,3 +1718,8 @@ Garret Wilson (garretwilson@github)
1718
1718
* Reported #4153 : Deprecated `ObjectReader.withType(Type)` has no direct
1719
1719
replacement; need `forType(Type)`
1720
1720
(2.16.0 )
1721
+
1722
+ Jan Pachol (janpacho@github)
1723
+ * Reported #4175 : Exception when deserialization of `private` record with
1724
+ default constructor
1725
+ (2.16.0 )
Original file line number Diff line number Diff line change @@ -95,6 +95,9 @@ Project: jackson-databind
95
95
(fix contributed by Jonas K)
96
96
#4159 : Add new `DefaultTyping.NON_FINAL_AND_ENUMS` to allow Default Typing for `Enum`s
97
97
(contributed by Joo-Hyuk K)
98
+ #4175 : Exception when deserialization of private record with default constructor
99
+ (reported by Jan P)
100
+ (contributed by Joo-Hyuk K)
98
101
99
102
2.15.4 (not yet released)
100
103
Original file line number Diff line number Diff line change 1
- package tools .jackson .databind .failing ;
1
+ package tools .jackson .databind .jdk17 ;
2
2
3
3
import java .util .Collections ;
4
4
You can’t perform that action at this time.
0 commit comments