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

Do not wrap IOExceptions in SerdeException #944

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Do not wrap IOExceptions in SerdeException #944

merged 2 commits into from
Oct 9, 2024

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Oct 9, 2024

IOExceptions, such as stream read errors or syntax errors should be thrown as-is, as declared on the Deserializer interface.

Fixes #941

yawkat added 2 commits October 9, 2024 10:32
IOExceptions, such as stream read errors or syntax errors should be thrown as-is, as declared on the Deserializer interface.

Fixes #941
@yawkat yawkat added the type: bug Something isn't working label Oct 9, 2024
@yawkat yawkat added this to the 2.12.0 milestone Oct 9, 2024
@yawkat yawkat linked an issue Oct 9, 2024 that may be closed by this pull request
Copy link

sonarqubecloud bot commented Oct 9, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
15.4% Coverage on New Code (required ≥ 70%)

See analysis details on SonarCloud

@yawkat yawkat merged commit a72de09 into 2.12.x Oct 9, 2024
16 of 17 checks passed
@yawkat yawkat deleted the catch-io branch October 9, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

JsonSyntaxException is not thrown when provided an invalid JSON
3 participants