desruisseaux opened a new pull request, #11428:
URL: https://github.com/apache/maven/pull/11428

   The exception was observed in the `MCOMPILER-170` integration test of Maven 
Compiler Plugin, which launches Maven with the `-T4` option. Relevant stack 
trace was:
   
   ```
   Caused by: java.util.ConcurrentModificationException
       at java.util.HashMap.computeIfAbsent(HashMap.java:1230)
       at 
org.apache.maven.impl.DefaultDependencyResolver.moduleCache(DefaultDependencyResolver:98)
   ```
   
   This exception occurs with Maven 4.0.0-RC-4 but did not occurred with RC-4, 
I'm not sure why.


-- 
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]

Reply via email to