Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-1
-
Fix Version/s: 1.1
-
Component/s: WebDAV Interface
-
Labels:None
-
Environment:tomcat 5.5 windows 2000 jdk SUN 1.5 archiva SNAPSHOT
-
Number of attachments :
Description
Archiva is deployed as maven repository proxy for my company
I get ConcurrentModificationExceptions in logs, that looks from maven-side as HTTP 500.
This is related to WAGON-79.
Solving this issue requires to upgrade dependency to Wagon-2.0-SNAPSHOT. The 2.0 branch introduces some new methods on Wagon interface that requires some simple changes in archiva code, like adding delegates methods in org.apache.maven.archiva.proxy.WagonDelegate
Also upgrading to 2.0 makes some testcase fail due to the connect() method beeing deprecated and throwing
"IllegalStateException: Cannot open a connection to a null wagon repository."