Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-28 Thread Andrea Turli
thx @googlielmo 

-- 
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/1039#issuecomment-263231284

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-28 Thread Andrea Turli
Closed #1039.

-- 
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/1039#event-873386517

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-18 Thread Guglielmo Nigri
Yes @andreaturli it would be really helpful to have this backported to 1.9.x. 
Thanks!

-- 
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/1039#issuecomment-261554976

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-18 Thread Andrea Turli
ok backported to  1.9.x at 
https://git1-us-west.apache.org/repos/asf?p=jclouds.git;a=commit;h=1f1aceb8

-- 
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/1039#issuecomment-261555183

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-18 Thread Andrea Turli
merged at master http://git-wip-us.apache.org/repos/asf/jclouds/commit/5a3cfe5d


-- 
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/1039#issuecomment-261554233

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-18 Thread Andrea Turli
do you like to have that backported to 1.9.x?

-- 
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/1039#issuecomment-261553584

Re: [jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-18 Thread Andrea Turli
lgtm, thanks @googlielmo 

merging now


-- 
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/1039#issuecomment-261552521

[jclouds/jclouds] Fix okio version range for jclouds-okhttp (#1039)

2016-11-15 Thread Guglielmo Nigri
OSGi bundle for `jclouds-okhttp` should import `okio` package with correct
version range.
Currently, there is no version range specified, potentially causing it to be 
wired
to a higher version than intended in complex environments that have more
than one bundle for `okio` installed.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Fix okio version range for jclouds-okhttp

-- File Changes --

M drivers/okhttp/pom.xml (2)
M project/pom.xml (1)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/1039.patch
https://github.com/jclouds/jclouds/pull/1039.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/1039