[vfs] HttpClient 3.x Compatibility?

2007-06-20 Thread James Carman
Help! I'm in jar hell (again). Apparently, HttpClient v2.0.2 and 3.0.1(current stable release) are not binary compatible. They introduced setParams()/getParams() methods into the HttpConnectionManager interface. However, VFS' WebdavConnectionManager doesn't implement these methods and it can't

Re: [vfs] HttpClient 3.x Compatibility?

2007-06-20 Thread Mario Ivankovits
Hi James! Help! I'm in jar hell (again). Apparently, HttpClient v2.0.2 and 3.0.1(current stable release) are not binary compatible. They introduced setParams()/getParams() methods into the HttpConnectionManager interface. However, VFS' WebdavConnectionManager doesn't implement these

Re: [vfs] HttpClient 3.x Compatibility?

2007-06-20 Thread James Carman
I didn't know there was an issue between the two. I know that I can update the dependency in the pom and change the WebdavConnectionManager to have the required methods and it works (at least it compiles). I don't have the integration test environment set up, though. On 6/20/07, Mario

Re: [vfs] HttpClient 3.x Compatibility?

2007-06-20 Thread Mario Ivankovits
Hi James! I didn't know there was an issue between the two. I know that I can update the dependency in the pom and change the WebdavConnectionManager to have the required methods and it works (at least it compiles). I don't have the integration test environment set up, though. Ok, so I'll