用jarslink做的module隔离,dubbo调用时会抛ClassNotFoundException.经查是ClassLoader不一致。为了严谨,做此修改,以确保Service Interface和Invocation Interface采用同一个ClassLoader。
## What is the purpose of the change 避免ClassNotFoundException,为了严谨,确保Service Interface和Invocation Interface采用同一个ClassLoader ## Brief changelog Service Interface 采用 Invocation Interface 的 ClassLoader 进行加载 [ Full content available at: https://github.com/apache/incubator-dubbo/pull/2443 ] This message was relayed via gitbox.apache.org for [email protected]
