You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Woonsan Ko (Jira)" <ji...@apache.org> on 2019/10/07 22:58:00 UTC

[jira] [Commented] (VFS-686) Upgrade Jackrabbit dependency to the latest 2.x

    [ https://issues.apache.org/jira/browse/VFS-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16946313#comment-16946313 ] 

Woonsan Ko commented on VFS-686:
--------------------------------

Hi [~ggregory],

Would you mind reviewing the pull request ( https://github.com/apache/commons-vfs/pull/52 ) ? I've just merged master and fixed conflicts. Also, I've attached a new patch file:  [^feature-VFS-686-4.patch] , with which you can apply by {{git apply --whitespace=fix feature-VFS-686-4.patch}}. There are some trailing whitespace warnings, but they are automatically fixed by the command.

To test both webdav3 and webdav4 providers with Jackrabbit standalone server [1], please see the last two sections in commons-vfs2-examples/README.md.

Thanks in advance,

Woonsan

[1] http://jackrabbit.apache.org/jcr/standalone-server.html
     (You can download the latest one from https://www.apache.org/dyn/closer.lua/jackrabbit/2.18.3/jackrabbit-standalone-2.18.3.jar and run it simply by {{java -jar jackrabbit-standalone-2.18.3.jar}}, for example.)


> Upgrade Jackrabbit dependency to the latest 2.x
> -----------------------------------------------
>
>                 Key: VFS-686
>                 URL: https://issues.apache.org/jira/browse/VFS-686
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: 2.2
>            Reporter: Woonsan Ko
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: feature-VFS-686-2.patch, feature-VFS-686-3.patch, feature-VFS-686-4.patch, feature-VFS-686.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The current dependency, Jackrabbit 1.6.5, still depends on HttpClient 3.x, while Jackrabbit 2.x depends on HttpClient 4.x.
> So, WebDAV file system provider should use the latest stable version of Jackrabbit 2.x.
> As of VFS-360, it is possible to let the WebDAV file system use HttpComponents 4.x.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)