elharo opened a new pull request, #2000: URL: https://github.com/apache/maven-resolver/pull/2000
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 - **Booter**: Use `System.err.println` for a user-friendly error message instead of raw stack trace -- 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]
