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

fix: NoSuchMethodError closeQuietly(java.io.Closeable[]) #6377

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

jeremylong
Copy link
Owner

resolves #6373

@boring-cyborg boring-cyborg bot added the core changes to core label Jan 9, 2024
try {
jsonParser.close();
} catch (IOException ex) {
//ignore

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be at least logged at an appropriate level rather than silenced completely?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the close fails - there would be other esceptions that would be logged. The other exceptions would be more meaningful.

@jeremylong jeremylong merged commit 0d96989 into main Jan 14, 2024
6 checks passed
@jeremylong jeremylong deleted the scratch/closequietly branch January 14, 2024 10:32
@jeremylong jeremylong added this to the 9.0.9 milestone Jan 14, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core changes to core
Projects
None yet
2 participants