We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78177ac commit 9e17f3aCopy full SHA for 9e17f3a
release-notes/VERSION
@@ -10,6 +10,12 @@ Versions: 3.x (for earlier see VERSION-2.x)
10
#5350: Add `DeserializationFeature.USE_NULL_FOR_MISSING_REFERENCE_VALUES` for
11
selecting `null` vs "empty/absent" value when deserializing missing `Optional` value
12
13
+3.0.2 (not yet released)
14
+
15
+#5372: Wrong setter is used when deserializing from `InputStream` (or `byte[]`)
16
+ (NOTE: actual fix via jackson-core#1491)
17
+ (reported by @quaff)
18
19
3.0.1 (21-Oct-2025)
20
21
#5335: JsonMapper to deserialize `Optional.empty()` instead of `null`
0 commit comments