jiteshkhatri11 opened a new pull request, #2138: URL: https://github.com/apache/maven-resolver/pull/2138
## Description Fixes #1995. Synchronize access to the exception and dependency cycle collections in `CollectResult` to make concurrent updates thread-safe. ### Changes * Synchronize `getExceptions()` * Synchronize `addException()` * Synchronize `getCycles()` * Synchronize `addCycle()` * Add a regression test covering concurrent exception additions ### Testing * `mvn -pl maven-resolver-api test` * Tests run: 91 * Failures: 0 * Errors: 0 * Skipped: 0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
