elharo opened a new issue, #1995: URL: https://github.com/apache/maven-resolver/issues/1995
**Affected version:** HEAD **File:** `maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate.java:571-598` `addException()` and `addCycle()` are `synchronized` on `Results`, but they call `result.getExceptions()` and `result.getCycles()` on a `CollectResult` that may not be thread-safe. If `CollectResult`'s internal collections are not synchronized or safely published, concurrent modifications may not be visible. Originally reported in #1944. -- 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]
