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

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


    from 4310ea8bda issue 10558: optimize performance for triple protocol(3.2) 
(#10587)
     new fa485deb47 Fix conflit
     add ff6d8a586c Support AliasFor (#10737)
     add 898d2996bf Fix getUrl NPE after setInvokers (#10738)
     add a66f512674 Should not continue sending requests when it has timed out 
(#10741)
     add 882e5ac5b0 [FAQ, CI] Apply Dubbo Error Code Inspector in GitHub 
Actions (#10680)
     add 31e2828d0c Feat::Supports JDK 19 build and JUnit testing #10719 
(#10722)
     add f37502c005 triple support upper header key (#10761)
     add e95c4b50ab Enhance Github Actions Workflow Speed (#10779)
     new c35e82d084 Merge branch 'apache-3.1' into apache-3.2
     new 6299bff966 Fix workflow conflict

The 3 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:
 ...uild-and-test-3.2.yml => build-and-test-pr.yml} | 129 +++++++++------------
 ...st-3.2.yml => build-and-test-scheduled-3.0.yml} |  69 ++++-------
 ...st-3.2.yml => build-and-test-scheduled-3.1.yml} |  79 ++++++++++---
 ...st-3.2.yml => build-and-test-scheduled-3.2.yml} |  78 ++++++++++---
 .../dubbo/common/logger/slf4j/Slf4jLoggerTest.java |   9 +-
 .../collector/DefaultMetricsCollectorTest.java     |   6 +-
 .../annotation/ServiceAnnotationPostProcessor.java |  10 +-
 dubbo-dependencies-bom/pom.xml                     |   4 +-
 .../report/MetadataReportInstanceTest.java         |   3 +-
 .../main/java/org/apache/dubbo/rpc/Constants.java  |   2 +
 .../org/apache/dubbo/rpc/RpcServiceContext.java    |   3 +
 .../dubbo/rpc/protocol/dubbo/DubboInvoker.java     |   9 +-
 .../dubbo/rpc/protocol/injvm/InjvmInvoker.java     |  10 +-
 .../dubbo/rpc/protocol/tri/RequestMetadata.java    |   4 +-
 .../dubbo/rpc/protocol/tri/TripleHeaderEnum.java   |   6 +-
 .../dubbo/rpc/protocol/tri/TripleInvoker.java      |   8 ++
 .../dubbo/rpc/protocol/tri/TripleProtocol.java     |  12 ++
 .../dubbo/rpc/protocol/tri/stream/StreamUtils.java |  31 ++++-
 .../protocol/tri/stream/TripleClientStream.java    |  51 ++++++--
 .../protocol/tri/stream/TripleServerStream.java    |   3 +-
 dubbo-spring-boot/pom.xml                          |  15 ++-
 pom.xml                                            |   2 +-
 22 files changed, 363 insertions(+), 180 deletions(-)
 copy .github/workflows/{build-and-test-3.2.yml => build-and-test-pr.yml} (64%)
 copy .github/workflows/{build-and-test-3.2.yml => 
build-and-test-scheduled-3.0.yml} (83%)
 copy .github/workflows/{build-and-test-3.2.yml => 
build-and-test-scheduled-3.1.yml} (85%)
 rename .github/workflows/{build-and-test-3.2.yml => 
build-and-test-scheduled-3.2.yml} (85%)

Reply via email to