Re: [jclouds/jclouds] JCLOUDS-1333: Fix Java 8 and Guava 21 issues (#1193)

2018-04-10 Thread Andrea Turli
FYI using the same @nacx's mvn command I get ``` [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] Total time: 10:00 min [INFO] Finished at:

[jira] [Commented] (JCLOUDS-1333) Cannot compile jclouds with Guava 21+

2018-04-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16432448#comment-16432448 ] ASF subversion and git services commented on JCLOUDS-1333: -- Commit

Re: [jclouds/jclouds-site] Promote ApacheCon 2018 (#213)

2018-04-10 Thread Andrew Gaul
gaul approved this pull request. -- 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-site/pull/213#pullrequestreview-110886354

Re: [jclouds/jclouds] JCLOUDS-1333: Fix Java 8 and Guava 21 issues (#1193)

2018-04-10 Thread Andrew Gaul
> I haven't spend time looking at the modernizer violations but I guess we'll > have to address them once we officially support Java 8 as our default version > and we change the defaults for the compile source/target. Agree that we have more work to do here and this is the first step. Could

Re: [jclouds/jclouds-site] Promote ApacheCon 2018 (#213)

2018-04-10 Thread Andrea Turli
Thanks @nacx, I've started a PR to promote apachacon but you've been quicker. Actually I ended up trying to revamp the entire website, bumping jekyll version and so on ... let's see what I can do -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [jclouds/jclouds-site] Promote ApacheCon 2018 (#213)

2018-04-10 Thread Ignasi Barrera
Cool @andreaturli! I've already merged the PR as it is good and it should not block you on the Jekyll bump. -- You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] JCLOUDS-1333: Fix Java 8 and Guava 21 issues (#1193)

2018-04-10 Thread Ignasi Barrera
Done. I've updated the matrix build to force the compile source and target and added Guava 21.0. If I've not messed it up, the Guava 21 build should be skipped for Java 1.7. -- You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds-site] Promote ApacheCon 2018 (#213)

2018-04-10 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -59,7 +59,7 @@ http://www.apache.org/licenses/;>License http://www.apache.org/foundation/contributing.html;>Donations

Re: [jclouds/jclouds-site] Promote ApacheCon 2018 (#213)

2018-04-10 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -6,8 +6,11 @@ {% include navbar.html %} - + +{% comment %} Yes. I've preferred to leave it like that in case we want to add it back we already know where in the page it looked ok. -- You are receiving

Re: [jclouds/jclouds-labs] JCLOUDS-1386 1&1 Baremetal servers (#431)

2018-04-10 Thread Ignasi Barrera
>I am not sure why is it trying to ssh into the server with loginUser=web, >there is not such user at the created server and it is not going to be able to >ssh, any ideas? There is a test that installs a Jetty Server and creates an admin ("web") user for that service to test end-to-end a

[jira] [Commented] (JCLOUDS-1405) Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect

2018-04-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16431852#comment-16431852 ] ASF subversion and git services commented on JCLOUDS-1405: -- Commit

[jira] [Commented] (JCLOUDS-1405) Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect

2018-04-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16431855#comment-16431855 ] ASF subversion and git services commented on JCLOUDS-1405: -- Commit

Re: [jclouds/jclouds-labs] JCLOUDS-1405 - Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect (#432)

2018-04-10 Thread Ignasi Barrera
Closed #432. -- 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-labs/pull/432#event-1565482369

Re: [jclouds/jclouds-labs] JCLOUDS-1405 - Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect (#432)

2018-04-10 Thread Ignasi Barrera
Merged to [master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/888de423) and [2.1.x](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/64d59137). Thanks @trevorflanagan! -- You are receiving this because you are subscribed to this thread. Reply to this email directly

[jira] [Resolved] (JCLOUDS-1405) Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect

2018-04-10 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera resolved JCLOUDS-1405. - Resolution: Fixed Fix Version/s: 2.1.1 2.2.0 > Dimension Data

[jclouds/jclouds-site] Promote ApacheCon 2018 (#213)

2018-04-10 Thread Ignasi Barrera
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-site/pull/213 -- Commit Summary -- * Promote ApacheCon 2018 -- File Changes -- M _includes/apachecon.html (10) M _includes/navbar.html (2) M _layouts/home.html (9) -- Patch

Re: [jclouds/jclouds] JCLOUDS-1333: Fix Java 8 and Guava 21 issues (#1193)

2018-04-10 Thread Ignasi Barrera
>You need to set maven.compile.source and maven.compile.target to 1.8 to >compile with Guava 21. Right. I forgot :) Now build works with: `mvn clean install -Dguaca.version=21.0 -Dmaven.compile.source=1.8 -Dmaven.compile.target=1.8 -Danimal.sniffer.skip -Dmodernizer.skip` I haven't spend time

Re: [jclouds/jclouds-site] Promote ApacheCon 2018 (#213)

2018-04-10 Thread jclouds-commentator
Go to http://e3c4eb6dab71f0f3c347-dc00c568d9399ba5ba6a95cfe81ad0f2.r86.cf5.rackcdn.com/ to review your changes. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds] JCLOUDS-1333: Fix Java 8 and Guava 21 issues (#1193)

2018-04-10 Thread Ignasi Barrera
nacx approved this pull request. -- 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/1193#pullrequestreview-110713030

Re: [jclouds/jclouds] JCLOUDS-1400: Honor signed URL content type (#1192)

2018-04-10 Thread Ignasi Barrera
LGTM, 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/1192#issuecomment-379996305

[jira] [Updated] (JCLOUDS-1405) Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect

2018-04-10 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera updated JCLOUDS-1405: Labels: dimensiondata (was: ) > Dimension Data Live Tests Broken - Domain classes for

Re: [jclouds/jclouds-labs] JCLOUDS-1405 - Dimension Data Live Tests Broken - Domain classes for Server and Image with List nics incorrect (#432)

2018-04-10 Thread Ignasi Barrera
nacx approved this pull request. -- 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-labs/pull/432#pullrequestreview-110714260

Re: [jclouds/jclouds] JCLOUDS-1333: Fix Java 8 and Guava 21 issues (#1193)

2018-04-10 Thread Andrew Phillips
Thanks for taking this on, @gaul and @nacx! Java 8 here we finally come... ;-) -- You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1193#issuecomment-380293707

Re: [jclouds/jclouds-site] Promote ApacheCon 2018 (#213)

2018-04-10 Thread Andrew Phillips
Thanks for taking care of this, @nacx! -- You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/213#issuecomment-380294501

Re: [jclouds/jclouds-site] Promote ApacheCon 2018 (#213)

2018-04-10 Thread Andrew Phillips
demobox commented on this pull request. > @@ -6,8 +6,11 @@ {% include navbar.html %} - + +{% comment %} Is this intended as a TODO to remove after the event? -- You are receiving this because you modified the open/close state. Reply to this

Re: [jclouds/jclouds-site] Promote ApacheCon 2018 (#213)

2018-04-10 Thread Andrew Phillips
demobox commented on this pull request. > @@ -59,7 +59,7 @@ http://www.apache.org/licenses/;>License http://www.apache.org/foundation/contributing.html;>Donations