]
Bela Ban resolved JGRP-2247.
----------------------------
Resolution: Done
Default methods in interfaces are now found as well
RPC does not invoke interface's default methods inherited
---------------------------------------------------------
Key: JGRP-2247
URL:
https://issues.jboss.org/browse/JGRP-2247
Project: JGroups
Issue Type: Feature Request
Affects Versions: 4.0.8
Environment: jgroups 4.0.8.Final
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
on win 10
Reporter: rokk ebol
Assignee: Bela Ban
Fix For: 4.0.10
org.jgroups.blocks.MethodCall#getAllMethods looks for methods up there in superclasses
but not in interfaces, which can contain default methods since java 8