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

[7.8] Catch InputCoercionException thrown by Jackson parser #57334

Merged
merged 1 commit into from
May 29, 2020

Conversation

iverase
Copy link
Contributor

@iverase iverase commented May 29, 2020

Jackson 2.10 library has added a new type of error that is thrown when a numeric value is out
of range. This error should be catch and handle properly in case the flag ignore_malformed
has been set to true.

backport #57287

…elastic#57330)

Jackson 2.10 library has added a new type of error that is thrown when a numeric value is out 
of range. This error should be catch and handle properly in case the flag ignore_malformed 
has been set to true.
@iverase iverase merged commit b402fc3 into elastic:7.8 May 29, 2020
@iverase iverase deleted the backport78InputCoercionException branch May 29, 2020 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant