> @@ -120,18 +120,18 @@ public final Object invoke(Object proxy, Method
> invoked, @Nullable Object[] argv
> Invokable<?, Object> invokable = method(ownerType, invoked);
> Invocation invocation = Invocation.create(invokable, args);
> try {
> - return handle(invocation);
> + return handle(invocation, invoked);
Right, backport should not upgrade Guava, only work around for the handful of
users who use a newer Guava with an older jclouds version.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/265/files#r9201858