File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ Contributors:
17
17
18
18
# 2 .19.0 (not yet released)
19
19
20
+ WrongWrong (@k163377 )
21
+ * #937 : Added type match check to read functions
22
+
20
23
Tatu Saloranta (@cowtowncoder )
21
24
* #889 : Upgrade kotlin dep to 1.9.25 (from 1.9.24)
22
25
Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ Co-maintainers:
16
16
= == Releases == =
17
17
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18
18
19
+ 2.19 .0 (not yet released )
20
+
21
+ #937 : For `readValue ` and other shorthands for `ObjectMapper ` deserialization methods ,
22
+ type consistency checks have been added .
23
+ A `RuntimeJsonMappingException ` will be thrown in case of inconsistency .
24
+ This fixes a problem that broke `Kotlin ` null safety by reading null as a value even if the type parameter was specified as non - null .
25
+ It also checks for custom errors in ObjectMapper that cause a different value to be read than the specified type parameter .
26
+
19
27
2.19 .0 - rc2 (07 - Apr - 2025 )
20
28
21
29
#929 : Added consideration of `JsonProperty.isRequired` added in `2.19` in `hasRequiredMarker` processing.
You can’t perform that action at this time.
0 commit comments