-
-
Notifications
You must be signed in to change notification settings - Fork 179
Regression from StrictNullChecks to NewStrictNullChecks #976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@DavidRigglemanININ This is closed because it is not an issue caused by |
Thanks for the quick response. So most likely it'll be fixed in 2.19.1 when databind gets released? |
I have submitted a fix and if all goes well, it will be released in |
Search before asking
Describe the bug
There appears to be a regression from StrictNullChecks to NewStrictNullChecks where null values are now allowed in lists if the null value was a result of a type conversion failure (such as a List where a string was passed that is not parseable as an Int)
To Reproduce
Expected behavior
An exception is thrown rather a null value inserted that will lead to a runtime NPE at a later point
Versions
Kotlin:
Jackson-module-kotlin: 2.19.0
Jackson-databind: 2.19.0
Additional context
No response
The text was updated successfully, but these errors were encountered: