> @@ -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);
> +1
For this one or the idea of a "MethodExposingInvokable"? ;-) And, if I
understand correctly, what we want to backport to 1.7.x is _just_ the change
here, not the POM change.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/265/files#r9201743