This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a change to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git


    from e1a0477703 Merge branch 'apache-3.0' into apache-3.1
     add bf882c1883 Perf(MataCacheManager):Remove cache initialization (#10211)
     add 47f7be2fd6 [3.0-Triple] Support reflection api (#10168)
     add 6f50470b5a Refactor ChannelBufferStreamTest.testAll to improve the 
test experience (#10244)
     add 89b74fe7f1 Revert #8948 (#10233)
     add d6a1ff43a0 [3.0] Add class not found cache for PojoUtils (#10245)
     add aebeee1844 [ISSUES #10249]Fix the problem of repeatedly creating 
registry in AbstractRegistryFactory#getRegistry #10249 (#10252)
     add 0858500d10 refactor DubboAppenderTest (#10250)
     add a934502916 buildCuratorFramework method add zk digest acl support when 
use zk instance discovery (#10247)
     add b68f1147fa [3.0] Clear up env when destroy (#10193)
     new f48fbd829e Merge branch 'apache-3.0' into apache-3.1

The 1 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:
 .../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(-)
 create mode 100644 
dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java
 create mode 100644 
dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/SchemaDescriptorRegistry.java
 create mode 100644 
dubbo-rpc/dubbo-rpc-triple/src/main/proto/reflectionV1Alpha.proto

Reply via email to