Skip to content

Commit 24b4f6b

Browse files
committed
Fixed #3241
1 parent 3f55434 commit 24b4f6b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

release-notes/CREDITS-2.x

+4-1
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,10 @@ João Guerra (joca-bt@github)
10521052
(2.11.1)
10531053
* Reported #3227: Content `null` handling not working for root values
10541054
(2.13.0)
1055-
* Reported #3690: Incorrect target type for arrays when disabling coercion
1055+
* Reported #3241: `constructorDetector` seems to invalidate `defaultSetterInfo`
1056+
for nullability
1057+
(2.18.0)
1058+
* Reported #3690: Incorrect target type for arrays when disabling coercion
10561059
(2.15.0)
10571060
* Reported #3924: Incorrect target type when disabling coercion, trying to deserialize
10581061
String from Array/Object

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Project: jackson-databind
66

77
2.18.0 (not yet released)
88

9+
#3241: `constructorDetector` seems to invalidate `defaultSetterInfo`
10+
for nullability
11+
(reported by @joca-bt)
912
#4119: Exception when deserialization uses a record with a constructor
1013
property with `access=READ_ONLY`
1114
(reported by @Mochis)

src/test/java/com/fasterxml/jackson/failing/ConstructorDetector3241Test.java renamed to src/test/java/com/fasterxml/jackson/databind/deser/creators/ConstructorDetector3241Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.fasterxml.jackson.failing;
1+
package com.fasterxml.jackson.databind.deser.creators;
22

33
import java.lang.annotation.ElementType;
44
import java.lang.annotation.Retention;

0 commit comments

Comments
 (0)