Skip to content

Commit 50f5527

Browse files
committed
Update release notes wrt #1025
1 parent 4ab4308 commit 50f5527

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Contributors:
1818
# 2.20.0 (not yet released)
1919

2020
WrongWrong (@k163377)
21+
* #1025: Deprecate MissingKotlinParameterException and replace with new exception
2122
* #1020: Fixed old StrictNullChecks to throw exceptions similar to those thrown by new StrictNullChecks
2223
* #1018: Use MethodHandle in processing related to value class
2324
* #969: Cleanup of deprecated contents

release-notes/VERSION-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Co-maintainers:
1717
------------------------------------------------------------------------
1818

1919
2.20.0 (not yet released)
20+
#1025: When a null is entered for a non-null parameter, the KotlinInvalidNullException is now thrown instead of the
21+
deprecated MissingKotlinParameterException.
22+
The new exception is a subclass of InvalidNullException.
23+
See the comment below for information contained in this exception.
24+
https://github.com/FasterXML/jackson-module-kotlin/issues/617#issuecomment-3124423585
2025
#1020: Exceptions thrown by the old StrictNullChecks are now the similar to the new StrictNullChecks.
2126
This means that the old StrictNullChecks will no longer throw MissingKotlinParameterException.
2227
See PR for what is thrown and how error messages change.

0 commit comments

Comments
 (0)