Re: [jclouds/jclouds] Fix retryOnRenew classes (#1031)

2016-10-28 Thread Andrea Turli
Closed #1031.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1031#event-840319356

Re: [jclouds/jclouds] Fix retryOnRenew classes (#1031)

2016-10-28 Thread Andrea Turli
ok merged at 
[master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/9b3e6d91)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1031#issuecomment-256971205

Re: [jclouds/jclouds] Fix retryOnRenew classes (#1031)

2016-10-28 Thread Ignasi Barrera
+1 as soon as the build is green! :) Thanks @andreaturli!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1031#issuecomment-256960413

[jclouds/jclouds] Fix retryOnRenew classes (#1031)

2016-10-28 Thread Andrea Turli
This port to master the PR #1027 already merged in `1.9.x`

These classes should not close the release the payload as they are not
reading it.

- fix swift
- fix openstack-swift v1 and v2
- fix RetryOnRenewTest for v1 and v2
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/1031

-- Commit Summary --

  * Fix retryOnRenew classes

-- File Changes --

M 
apis/openstack-keystone/src/main/java/org/jclouds/openstack/keystone/v2_0/handlers/RetryOnRenew.java
 (77)
M 
apis/openstack-keystone/src/test/java/org/jclouds/openstack/keystone/v2_0/handlers/RetryOnRenewTest.java
 (2)
M 
common/openstack/src/main/java/org/jclouds/openstack/handlers/RetryOnRenew.java 
(71)
M 
common/openstack/src/main/java/org/jclouds/openstack/keystone/v1_1/handlers/RetryOnRenew.java
 (75)
M 
common/openstack/src/test/java/org/jclouds/openstack/keystone/v1_1/handlers/RetryOnRenewTest.java
 (4)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/1031.patch
https://github.com/jclouds/jclouds/pull/1031.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1031


Re: [jclouds/jclouds] Fix retryOnRenew classes (#1031)

2016-10-28 Thread Andrea Turli
this PR is just to double-check everything is alright

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1031#issuecomment-256954646