Concurrent access to Maven internals involving active component collections is
not thread-safe
----------------------------------------------------------------------------------------------
Key: MNG-4544
URL: http://jira.codehaus.org/browse/MNG-4544
Project: Maven 2 & 3
Issue Type: Bug
Components: Embedding
Affects Versions: 3.0-alpha-6
Reporter: Benjamin Bentmann
For instance
{noformat}
java.lang.NullPointerException
at
org.codehaus.plexus.component.collections.ComponentMap.get(ComponentMap.java:68)
at
org.apache.maven.repository.legacy.LegacyRepositorySystem.createArtifactRepository(LegacyRepositorySystem.java:703)
at
org.apache.maven.repository.legacy.LegacyRepositorySystem.createRepository(LegacyRepositorySystem.java:696)
at
org.apache.maven.repository.legacy.LegacyRepositorySystem.createLocalRepository(LegacyRepositorySystem.java:228)
{noformat}
This is a consequence of PLX-448.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira