Re: [vfs] dependency on Jackrabbit WebDAV and obsolete HTTP client

2016-12-08 Thread Woonsan Ko
On Thu, Dec 8, 2016 at 10:17 AM, Julian Reschke wrote: > On 2016-12-08 15:49, sebb wrote: >> >> Please note that Commons HttpClient moved to the HttpComponents PMC >> some years ago: >> >> http://hc.apache.org/httpclient-3.x/ >> >> It is no longer being developed (see the above link for details).

Re: [vfs] dependency on Jackrabbit WebDAV and obsolete HTTP client

2016-12-08 Thread Julian Reschke
On 2016-12-08 15:49, sebb wrote: Please note that Commons HttpClient moved to the HttpComponents PMC some years ago: http://hc.apache.org/httpclient-3.x/ It is no longer being developed (see the above link for details). Yes, that's why Jackrabbit is moving away from it. But commons-vfs still

Re: [vfs] dependency on Jackrabbit WebDAV and obsolete HTTP client

2016-12-08 Thread sebb
Please note that Commons HttpClient moved to the HttpComponents PMC some years ago: http://hc.apache.org/httpclient-3.x/ It is no longer being developed (see the above link for details). On 8 December 2016 at 13:05, Julian Reschke wrote: > Hi there, > > please note that Jackrabbit is moving aw

[vfs] dependency on Jackrabbit WebDAV and obsolete HTTP client

2016-12-08 Thread Julian Reschke
Hi there, please note that Jackrabbit is moving away from http client 3, and the next major version (2.14) is going to remove the APIs based on http client 3. See JCR-2406 for details (and progress information). Best regards, Julian ---