File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Contributors:
18
18
# 2 .19.0 (not yet released)
19
19
20
20
WrongWrong (@k163377 )
21
+ * #884 : Changed the base class of MissingKotlinParameterException to InvalidNullException
21
22
* #878 : Fix for #876
22
23
* #868 : Added test case for FAIL_ON_NULL_FOR_PRIMITIVES
23
24
* #866 : Upgrade to JUnit5
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ Co-maintainers:
17
17
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
18
18
19
19
2.19 .0 (not yet released )
20
+ #884 : The base class for `MissingKotlinParameterException ` has been changed to `InvalidNullException `.
21
+ If you do not catch this exception or catch `MismatchedInputException `, the behavior is unchanged .
22
+ If you are catching both `MismatchedKotlinParameterException ` and `InvalidNullException `, you must catch `MismatchedKotlinParameterException ` first .
20
23
#883 : The deprecation level has been raised to error for the `MissingKotlinParameterException` secondary constructor.
21
24
This is a problematic process that has been marked as deprecated for a very long time and will be removed in 2.20 or later .
22
25
#878 : Fixed a problem where settings like `@JsonSetter(nulls = AS_EMPTY)` were not being applied when the input was `undefined`.
You can’t perform that action at this time.
0 commit comments