Skip to content

Commit

Permalink
Fixed #3241
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 30, 2024
1 parent 3f55434 commit 24b4f6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,10 @@ João Guerra (joca-bt@github)
(2.11.1)
* Reported #3227: Content `null` handling not working for root values
(2.13.0)
* Reported #3690: Incorrect target type for arrays when disabling coercion
* Reported #3241: `constructorDetector` seems to invalidate `defaultSetterInfo`
for nullability
(2.18.0)
* Reported #3690: Incorrect target type for arrays when disabling coercion
(2.15.0)
* Reported #3924: Incorrect target type when disabling coercion, trying to deserialize
String from Array/Object
Expand Down
3 changes: 3 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Project: jackson-databind

2.18.0 (not yet released)

#3241: `constructorDetector` seems to invalidate `defaultSetterInfo`
for nullability
(reported by @joca-bt)
#4119: Exception when deserialization uses a record with a constructor
property with `access=READ_ONLY`
(reported by @Mochis)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.failing;
package com.fasterxml.jackson.databind.deser.creators;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
Expand Down

0 comments on commit 24b4f6b

Please sign in to comment.