gnodet commented on issue #12472: URL: https://github.com/apache/maven/issues/12472#issuecomment-5462619961
The core deadlock fix is already present on `maven-4.0.x` (commit 0c8d2b4040, backported from PR #12446). The cross-thread deadlock in `AbstractRequestCache.requests()` was resolved by adding `CachingSupplier.complete()` with `notifyAll()` coordination and a `ThreadLocal` re-entrancy guard. Can this issue be closed? -- 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]
