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 bba7e0f Fix scope model of registry, metadata, cluster and so on
new 221b7a4 exact ServiceModel from ProviderModel and ConsumerModel
new 7d8e09a Add ASF license header for ScopeBeanFactoryInitializer
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:
.../beans/factory/ScopeBeanFactoryInitializer.java | 16 +++
.../org/apache/dubbo/rpc/model/ConsumerModel.java | 106 +++---------------
.../org/apache/dubbo/rpc/model/ProviderModel.java | 80 +++-----------
.../org/apache/dubbo/rpc/model/ServiceModel.java | 122 +++++++++++++++++++++
4 files changed, 168 insertions(+), 156 deletions(-)
create mode 100644
dubbo-common/src/main/java/org/apache/dubbo/rpc/model/ServiceModel.java