This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a change to branch 3.0-multi-instances
in repository https://gitbox.apache.org/repos/asf/dubbo.git.
from 7e1f236 Fix consumer url NPE
new b47b277 Add Callback Service build ProviderModel
new 6c65c31 Fix NPE when destroy
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/dubbo/rpc/model/ApplicationModel.java | 9 +------
.../org/apache/dubbo/rpc/model/ConsumerModel.java | 14 ++++++++++
.../org/apache/dubbo/rpc/model/FrameworkModel.java | 4 +--
.../org/apache/dubbo/rpc/model/ModuleModel.java | 4 +--
.../org/apache/dubbo/rpc/model/ProviderModel.java | 15 +++++++++++
.../org/apache/dubbo/rpc/model/ServiceModel.java | 5 +++-
.../org/apache/dubbo/config/ReferenceConfig.java | 2 +-
.../org/apache/dubbo/config/ServiceConfig.java | 1 +
.../dubbo/registry/client/InstanceAddressURL.java | 7 ++---
.../registry/integration/RegistryProtocol.java | 30 ++++++++++++++--------
.../rpc/protocol/dubbo/CallbackServiceCodec.java | 23 ++++++++++++++---
.../dubbo/rpc/protocol/dubbo/DubboInvoker.java | 5 +++-
12 files changed, 82 insertions(+), 37 deletions(-)