You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#83 introduced the possibility of having a proxy that implements multiple interfaces. This can cause trouble when we're calling default methods, whose calls have to be dispatched explicitly using reflection API that changed between Java 8 and 9.
This issue should fix situations where we want to call a default method inherited from one of multiple interfaces.
The text was updated successfully, but these errors were encountered:
#83 introduced the possibility of having a proxy that implements multiple interfaces. This can cause trouble when we're calling default methods, whose calls have to be dispatched explicitly using reflection API that changed between Java 8 and 9.
This issue should fix situations where we want to call a default method inherited from one of multiple interfaces.
The text was updated successfully, but these errors were encountered: