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/04/30 21:54:00 UTC

[jira] [Comment Edited] (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=16830723#comment-16830723 ] 

Woonsan Ko edited comment on VFS-686 at 4/30/19 9:53 PM:
---------------------------------------------------------

Hi [~garydgregory],

For some reason, the patch file downloaded from GitHub makes problems when applying it to master branch.
So, I created the patch file ( [^feature-VFS-686.patch] ) locally:
{code}
$ git diff master feature/VFS-686 --binary > feature-VFS-686.patch
{code}
And this seems working with this command:
{code}
$ git apply --whitespace=fix /tmp/feature-VFS-686.patch 
{code}

Could you try with this instead?

Thanks,

Woonsan


was (Author: woon_san):
Hi [~garydgregory],

For some reason, the patch file downloaded from GitHub makes problems when applying it to master branch.
So, I created the patch file ( [^feature-VFS-686.patch] ) locally:
{code:title}
$ git diff master feature/VFS-686 --binary > feature-VFS-686.patch
{code}
And this seems working with this command:
{code}
$ git apply --whitespace=fix /tmp/feature-VFS-686.patch 
{code}

Could you try with this instead?

Thanks,

Woonsan

> 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.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
(v7.6.3#76005)