Skip to content

Catch InputCoercionException thrown by Jackson parser (#57287) #57330

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

Merged
merged 2 commits 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

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 75868ea into elastic:7.x May 29, 2020
iverase added a commit to iverase/elasticsearch that referenced this pull request May 29, 2020
…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 added a commit to iverase/elasticsearch that referenced this pull request May 29, 2020
…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 added a commit that referenced this pull request May 29, 2020
… (#57334)

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 added a commit that referenced this pull request May 29, 2020
… (#57335)

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 deleted the backportInputCoercionException 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