This is an automated email from the ASF dual-hosted git repository. albumenj pushed a commit to branch 3.1 in repository https://gitbox.apache.org/repos/asf/dubbo.git
commit f48fbd829e256e6a7d0ee0f876a9e824abeb9e2e Merge: e1a0477703 b68f1147fa Author: Albumen Kevin <[email protected]> AuthorDate: Fri Jul 1 15:20:47 2022 +0800 Merge branch 'apache-3.0' into apache-3.1 .../loadbalance/ConsistentHashLoadBalance.java | 95 +--------- .../loadbalance/ConsistentHashLoadBalanceTest.java | 31 ++-- .../org/apache/dubbo/common/utils/PojoUtils.java | 16 +- .../org/apache/dubbo/config/AbstractConfig.java | 2 +- .../dubbo/common/utils/DubboAppenderTest.java | 39 ++-- .../org/apache/dubbo/gen/AbstractGenerator.java | 66 ++++--- .../src/main/resources/Dubbo3TripleStub.mustache | 1 + .../org/apache/dubbo/config/ReferenceConfig.java | 104 ++++++----- .../client/ServiceDiscoveryRegistryDirectory.java | 9 + .../client/metadata/store/MetaCacheManager.java | 3 - .../registry/integration/RegistryDirectory.java | 82 +++++---- .../registry/support/AbstractRegistryFactory.java | 14 +- .../zookeeper/util/CuratorFrameworkUtils.java | 10 +- .../remoting/buffer/ChannelBufferStreamTest.java | 134 +++++++------- .../org/apache/dubbo/rpc/stub/StubSuppliers.java | 1 - .../tri/service/ReflectionV1AlphaService.java | 202 +++++++++++++++++++++ .../tri/service/SchemaDescriptorRegistry.java | 90 +++++++++ .../protocol/tri/service/TriBuiltinService.java | 25 ++- .../src/main/proto/reflectionV1Alpha.proto | 144 +++++++++++++++ pom.xml | 1 + 20 files changed, 768 insertions(+), 301 deletions(-)
