elharo opened a new pull request, #2011: URL: https://github.com/apache/maven-resolver/pull/2011
Fixes #1999 Changes: - **DefaultArtifactResolverTest**: Replace `e.printStackTrace()` with `throw new RuntimeException(e)` so tests properly fail on IO errors instead of silently printing - **DefaultSessionDataTest**: Remove redundant `t.printStackTrace()` — error already captured in AtomicReference and asserted - **DefaultRepositoryCacheTest**: Same as DefaultSessionDataTest - **DependencyCollectorDelegate**: Use local counter fields instead of `result.getExceptions().size()` / `result.getCycles().size()` for thread safety during concurrent collection -- 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]
