Skip to content

fix: Do not report java.util.ConcurrentModificationException - #116

Merged
pboos merged 1 commit into
mainfrom
fix/exclude-ConcurrentModificationException
Jun 24, 2024
Merged

fix: Do not report java.util.ConcurrentModificationException#116
pboos merged 1 commit into
mainfrom
fix/exclude-ConcurrentModificationException

Conversation

@pboos

Copy link
Copy Markdown
Contributor

The internally used library sometimes reports a violation like the following:

OpenAPI spec validation error [validation.response.body.schema.unknownError]
POST https://domain.com/v1/test
User Agent: ???
Response Status Code: 200
INFO - An error occurred during schema validation - com.google.common.util.concurrent.UncheckedExecutionException: java.util.ConcurrentModificationException.: []

As this is not a real violation, it should not be reported as such. Therefore adding it to be excluded.

@pboos
pboos requested review from a team and catarina-correiaJune 24, 2024 09:55
@pboos
pboos merged commit 4b1a5db into mainJun 24, 2024
@pboos
pboos deleted the fix/exclude-ConcurrentModificationException branch June 24, 2024 12:44
Sign up for freeto 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.

2 participants

@pboos@umbertogyg