-
Notifications
You must be signed in to change notification settings - Fork 16
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
Handle json deserialization exception #56
Comments
|
Possible duplicate of #87 |
@maheshrajamani Are you sure this is an issue? I have test for this in all resource tests: |
I created this issue for 3 issues that was observed.
|
I was trying to test some other deserialization errors in order to see if we are covered now. I just hit that this:
deserializes the |
@ivansenic Jackson is quite permissive when target type is There are ways to configure stricter handling (added in 2.14.x) if we feel this is important to prevent, see:
(default behavior cannot be changed due to backwards-compatibility constraints) |
Change to
|
@tatu-at-datastax I merged #119. If you think we need more stricter handling please open a new issue. |
Thank you! I think we are good now (I don't see an immediate problem); will keep this in mind should there be something to make it an issue. |
Create exception mapper for JsonMappingException
The text was updated successfully, but these errors were encountered: