You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "James William Dumay (JIRA)" <ji...@codehaus.org> on 2008/04/18 02:32:55 UTC

[jira] Commented: (WAGON-109) Refactor Wagon HTTP and Wagon WebDav

    [ http://jira.codehaus.org/browse/WAGON-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=131190#action_131190 ] 

James William Dumay commented on WAGON-109:
-------------------------------------------

Current dependency tree looks like this

[INFO] [dependency:tree]
[INFO] org.apache.maven.wagon:wagon-webdav:jar:1.0-rc1-SNAPSHOT
[INFO] +- org.apache.jackrabbit:jackrabbit-webdav:jar:1.4:compile
[INFO] |  +- org.apache.jackrabbit:jackrabbit-jcr-commons:jar:1.4:compile
[INFO] |  +- commons-collections:commons-collections:jar:3.1:compile
[INFO] |  \- xerces:xercesImpl:jar:2.8.1:compile
[INFO] |     \- xml-apis:xml-apis:jar:1.3.03:compile
[INFO] +- org.apache.maven.wagon:wagon-http-shared:jar:1.0-rc1-SNAPSHOT:compile
[INFO] |  \- jtidy:jtidy:jar:4aug2000r7-dev:compile
[INFO] +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] |  +- commons-logging:commons-logging:jar:1.0.4:compile
[INFO] |  \- commons-codec:commons-codec:jar:1.2:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.3.0:runtime (scope not updated to compile)
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.3.0:runtime
[INFO] |  \- log4j:log4j:jar:1.2.13:runtime
[INFO] +- org.codehaus.plexus:plexus-utils:jar:1.4.2:compile
[INFO] +- it.could:webdav:jar:0.4:test
[INFO] |  \- javax.servlet:servlet-api:jar:2.3:test
[INFO] +- org.mortbay.jetty:jetty:jar:4.2.12:test
[INFO] +- org.apache.maven.wagon:wagon-provider-api:jar:1.0-rc1-SNAPSHOT:compile
[INFO] +- org.apache.maven.wagon:wagon-provider-test:jar:1.0-rc1-SNAPSHOT:test
[INFO] |  \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:test
[INFO] |     \- classworlds:classworlds:jar:1.1-alpha-2:test
[INFO] \- junit:junit:jar:3.8.1:test

Will slf4j need shading?

> Refactor Wagon HTTP and Wagon WebDav
> ------------------------------------
>
>                 Key: WAGON-109
>                 URL: http://jira.codehaus.org/browse/WAGON-109
>             Project: wagon
>          Issue Type: Improvement
>          Components: wagon-http, wagon-webdav
>            Reporter: James William Dumay
>         Attachments: webdav-http-dav-refactor.patch, webdav-http-dav-refactor.patch, webdav-http-dav-refactor.patch
>
>
> This patch includes the following:
> * Webdav wagon is now using Jackrabbits webdav client implementation over the Apache Slide client library (now defunct)
> * Inclusion of a commons HttpClient abstract wagon for code reuse between Wagon Http and Wagon Dav.
> * Improved consistency of http parameters across Wagon HTTP and Wagon Webdav methods

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