- Adding a version of TypeToken.where that replaces two parameters in one go - Avoiding TypeToken type parameter replacement with wildcard bounds
Works around https://code.google.com/p/guava-libraries/issues/detail?id=1635 Backport to 1.7.x of #261, based on the patch attached to [the JIRA issue](https://issues.apache.org/jira/browse/JCLOUDS-427). You can merge this Pull Request by running: git pull https://github.com/jclouds/jclouds JCLOUDS-427-1.7.x Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/262 -- Commit Summary -- * JCLOUDS-427: Avoiding Guava reflection code broken in Java 7u51 -- File Changes -- M core/src/main/java/org/jclouds/internal/BaseView.java (15) M core/src/main/java/org/jclouds/rest/config/BinderUtils.java (17) M core/src/main/java/org/jclouds/rest/internal/BaseRestApiMetadata.java (9) A core/src/main/java/org/jclouds/util/TypeToken2.java (78) -- Patch Links -- https://github.com/jclouds/jclouds/pull/262.patch https://github.com/jclouds/jclouds/pull/262.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/262
