Dubbox now means Dubbo eXtensions, and it adds features like RESTful remoting, Kyro/FST serialization, etc to the Dubbo service framework.
4.89k
stars
2.06k
forks
source link
ActivateComparator.compare(Object, Object)内getInterfaces的bug #354
Open
gMan1990 opened 7 years ago
假设o1继承A类,A类实现了B了。。 o1.getClass().getInterfaces().length,这样是取不到B的。 see org.apache.commons.lang3.ClassUtils.getAllInterfaces(Class<?>)