Skip to content

Commit bcc7f00

Browse files
committed
Merge branch '2.16'
2 parents a844552 + 98ad112 commit bcc7f00

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

release-notes/CREDITS-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -1718,3 +1718,8 @@ Garret Wilson (garretwilson@github)
17181718
* Reported #4153: Deprecated `ObjectReader.withType(Type)` has no direct
17191719
replacement; need `forType(Type)`
17201720
(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)

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ Project: jackson-databind
9595
(fix contributed by Jonas K)
9696
#4159: Add new `DefaultTyping.NON_FINAL_AND_ENUMS` to allow Default Typing for `Enum`s
9797
(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)
98101

99102
2.15.4 (not yet released)
100103

src/test-jdk17/java/tools/jackson/databind/failing/RecordPrivate4175Test.java renamed to src/test-jdk17/java/tools/jackson/databind/jdk17/RecordPrivate4175Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package tools.jackson.databind.failing;
1+
package tools.jackson.databind.jdk17;
22

33
import java.util.Collections;
44

0 commit comments

Comments
 (0)