Skip to content
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

AbstractJackson2HttpMessageConverter handles JsonMappingException #24499

Closed
wants to merge 1 commit into from

Conversation

Romster
Copy link

@Romster Romster commented Feb 10, 2020

JsonMappingException is treated as HttpMessageConversionException to keep the same behavior for new exceptions introduced in jackson-databind 2.10
Fixes issue 24455

JsonMappingException is treated as HttpMessageConversionException to keep the same behavior for new exceptions introduced in jackson-databind 2.10
Fixes issue 24455
@jhoeller
Copy link
Contributor

I've handled this a bit differently, specifically treating MismatchedInputException before we go into any other JsonMappingException, also applying it to our reactive Jackson encoder/decoder. Thanks for the PR, in any case!

@jhoeller jhoeller closed this Feb 12, 2020
@rstoyanchev rstoyanchev removed the status: waiting-for-triage An issue we've not yet triaged or decided on label Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants