You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Andrew Gaul <no...@github.com> on 2017/09/05 21:54:38 UTC

[jclouds/jclouds] JCLOUDS-1101: Correct JDK 1.8 method overloading (#1137)

Newer JDK have a different resolution process, likely due to enhanced
target type inference.  Found via:

```
mvn test -Dmaven.compile.source=1.8 -Dmaven.compile.target=1.8
```
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * JCLOUDS-1101: Correct JDK 1.8 method overloading

-- File Changes --

    M apis/openstack-keystone/src/main/java/org/jclouds/openstack/keystone/v2_0/binders/BindAuthToJsonPayload.java (5)
    M apis/openstack-keystone/src/main/java/org/jclouds/openstack/keystone/v2_0/options/CreateTenantOptions.java (2)
    M apis/openstack-keystone/src/main/java/org/jclouds/openstack/keystone/v2_0/options/CreateUserOptions.java (2)
    M apis/openstack-keystone/src/main/java/org/jclouds/openstack/keystone/v2_0/options/UpdateTenantOptions.java (2)
    M apis/openstack-keystone/src/main/java/org/jclouds/openstack/keystone/v2_0/options/UpdateUserOptions.java (2)
    M apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/binders/BindSecurityGroupRuleToJsonPayload.java (5)
    M apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/options/CreateServerOptions.java (2)

-- Patch Links --

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

Re: [jclouds/jclouds] JCLOUDS-1333: Correct JDK 1.8 method overloading (#1137)

Posted by Ignasi Barrera <no...@github.com>.
rebuild please

-- 
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/1137#issuecomment-327727791

Re: [jclouds/jclouds] JCLOUDS-1333: Correct JDK 1.8 method overloading (#1137)

Posted by Andrew Gaul <no...@github.com>.
CloudBees seems sick; these changes passed local tests.

-- 
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/1137#issuecomment-327735425

Re: [jclouds/jclouds] JCLOUDS-1333: Correct JDK 1.8 method overloading (#1137)

Posted by Ignasi Barrera <no...@github.com>.
Changes LGTM
rebuild please

-- 
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/1137#issuecomment-327727708