Re: [jclouds/jclouds] JCLOUDS-1333: Require JDK 1.8 (#1197)

2020-06-24 Thread Andrew Gaul
Closed #1197. -- 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/1197#event-3479849597

Re: [jclouds/jclouds] JCLOUDS-1333: Require JDK 1.8 (#1197)

2020-06-24 Thread Andrew Gaul
Superseded by apache/jclouds#75. -- 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/1197#issuecomment-649141949

Re: [jclouds/jclouds] JCLOUDS-1333: Require JDK 1.8 (#1197)

2018-05-21 Thread Andrea Turli
see also https://github.com/jclouds/jclouds-karaf/pull/108 -- 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/1197#issuecomment-390654763

Re: [jclouds/jclouds] JCLOUDS-1333: Require JDK 1.8 (#1197)

2018-05-18 Thread Ignasi Barrera
That's fantastic. 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/1197#issuecomment-390352688

Re: [jclouds/jclouds] JCLOUDS-1333: Require JDK 1.8 (#1197)

2018-05-18 Thread Andrea Turli
I'm trying to build jclouds-karaf but it requires some other additional changes on top of yours above I'll try to make it work and open a PR to jclouds-karaf connected to this one -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [jclouds/jclouds] JCLOUDS-1333: Require JDK 1.8 (#1197)

2018-05-01 Thread Ignasi Barrera
@demobox @neykov @andreaturli ping? -- 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/1197#issuecomment-385681398

Re: [jclouds/jclouds] JCLOUDS-1333: Require JDK 1.8 (#1197)

2018-04-18 Thread Ignasi Barrera
I've build jclouds and labs with this change then tried to build jcloud-karaf, but I get the following error: ```bash [WARNING] Feature resolution failed for [jclouds-all-blobstore/2.2.0.SNAPSHOT] Message: Unable to resolve root: missing requirement [root] osgi.identity;

Re: [jclouds/jclouds] JCLOUDS-1333: Require JDK 1.8 (#1197)

2018-04-16 Thread Ignasi Barrera
LGTM. Before merging, though I'd like to make some tests with jclouds-karaf and see that it and the jclouds-cli projects still work as expected with Java 8, or at least come with a concrete upgrade plan for them. -- You are receiving this because you are subscribed to this thread. Reply to

[jclouds/jclouds] JCLOUDS-1333: Require JDK 1.8 (#1197)

2018-04-15 Thread Andrew Gaul
This requires Guava 21 and allows use with later releases. This also sets modernizer to JDK 1.6 to work around the many new violations. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1197 -- Commit Summary -- * JCLOUDS-1333: Require