Liu-YanP commented on issue #13187:
URL: https://github.com/apache/dubbo/issues/13187#issuecomment-1757631700

   `resolveServiceMethodsMap(serviceType, serviceInterfaceClass);`中使用了
   `getAllMethods(serviceType, excludedDeclaredClass(Object.class) `
   方法返回代理类方法、以及目标类方法。但是path注解在接口上,因此实现类找不到path注解,便都去 
   `Method declaredServiceMethod = entry.getValue();` 
接口类查找注册,因此会找两次,两次都是同一接口相同的path


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to