File tree 3 files changed +8
-2
lines changed
src/test/java/com/fasterxml/jackson/databind/deser/creators
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1052,7 +1052,10 @@ João Guerra (joca-bt@github)
1052
1052
(2.11.1 )
1053
1053
* Reported #3227 : Content `null` handling not working for root values
1054
1054
(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
1056
1059
(2.15.0 )
1057
1060
* Reported #3924 : Incorrect target type when disabling coercion, trying to deserialize
1058
1061
String from Array/Object
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Project: jackson-databind
6
6
7
7
2.18.0 (not yet released)
8
8
9
+ #3241 : `constructorDetector` seems to invalidate `defaultSetterInfo`
10
+ for nullability
11
+ (reported by @joca-bt)
9
12
#4119 : Exception when deserialization uses a record with a constructor
10
13
property with `access=READ_ONLY`
11
14
(reported by @Mochis)
Original file line number Diff line number Diff line change 1
- package com .fasterxml .jackson .failing ;
1
+ package com .fasterxml .jackson .databind . deser . creators ;
2
2
3
3
import java .lang .annotation .ElementType ;
4
4
import java .lang .annotation .Retention ;
You can’t perform that action at this time.
0 commit comments