@diecui1202 不好意思,我刚看到您的回复,RpcUtils 的单元测试原先就已经有的。 jarslink做module隔离的场景,我在另一个项目有使用,只是代码量有点多,如果一定需要,我可以后续补上。 出现ClassNotFoundException的原因是:Service Interface是通过moduleClassLoader加载的,parentClassLoader无法加载到。 Service Interface 和 Invocation Interface 的ClassLoader是同一个,在逻辑上可能会更严谨一些。 最后感谢您的Merge。
[ Full content available at: https://github.com/apache/incubator-dubbo/pull/2447 ] This message was relayed via gitbox.apache.org for [email protected]
