Thanks for keeping this up to date Andrew! Just a couple considerations: * The "okhttp.version" property is also used in the OkHttp driver. Could you run the openstack-marconi live tests (or the rackspace-cloudqueues ones)? Marconi uses the OkHttp driver by default to be able to send PATCH requests. Just want to make sure the version bump is not breaking anything.
* Have you tried (or could you try, if not) upgrading to the latest 2.0.0-RC2? Thanks! I. El 19/06/2014 04:50, <g...@apache.org> escribió: > Repository: jclouds > Updated Branches: > refs/heads/master 1982626cd -> ad56db2a4 > > > Upgrade to OkHttp 1.6.0 > > This upgrades both drivers/okhttp and mockwebserver. Changelog: > > https://github.com/square/okhttp/blob/master/CHANGELOG.md > > > Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo > Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/ad56db2a > Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/ad56db2a > Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/ad56db2a > > Branch: refs/heads/master > Commit: ad56db2a4d6ac4c3b7b126ba4303ab6e0c1f8b5e > Parents: 1982626 > Author: Andrew Gaul <g...@apache.org> > Authored: Wed Jun 18 19:41:46 2014 -0700 > Committer: Andrew Gaul <g...@apache.org> > Committed: Wed Jun 18 19:49:50 2014 -0700 > > ---------------------------------------------------------------------- > project/pom.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/jclouds/blob/ad56db2a/project/pom.xml > ---------------------------------------------------------------------- > diff --git a/project/pom.xml b/project/pom.xml > index 2d3b651..4b259d0 100644 > --- a/project/pom.xml > +++ b/project/pom.xml > @@ -201,7 +201,7 @@ > > > <jclouds.test.listener>org.jclouds.test.testng.UnitTestStatusListener</jclouds.test.listener> > <test.ssh.keyfile /> > > > <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor> > - <okhttp.version>1.3.0</okhttp.version> > + <okhttp.version>1.6.0</okhttp.version> > <surefire.version>2.17</surefire.version> > </properties> > > >