jxs-nv commented on issue #12208: URL: https://github.com/apache/dubbo/issues/12208#issuecomment-1529154400
> 应该是目前 ReferenceConfig 没有提供 alibaba 包的重载实现,导致如果 jar 包不重新编译会找不到老签名的方法 嗯,是的,通过fork,修改了源码重写了两个方法, 打包制品的确解决了此问题,但为以后的项目升级带来了不便. 虽然我们的社区在考虑了由alibaba dubbo 用户切换apache dubbo 中提供了一些支持,但也局限于使用了注解式的方式,有一些场景需要动态的编程式生成代理类, 就会出现此问题. -- 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]
