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

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


    from 7696e1b42c fix(pom): Ignore module dubbo-config-spring6 when jdk 
version < 17 (#13227)
     add b84c1386bb add ping pong for tri protocol (#12955)
     add 069fd5e1ce Fix triple client stream executor (#13178)
     add c10d95b56a Fix RejectException (#12950)
     add f23829af91 Bump org.apache.zookeeper:zookeeper (#13190)
     add e6d0be3720 Bump org.apache.zookeeper:zookeeper (#13191)
     add ef3b7d700f Bump org.apache.zookeeper:zookeeper in 
/dubbo-test/dubbo-test-check (#13192)
     add 14d68e51f7 Bump org.apache.zookeeper:zookeeper (#13195)
     add c4120feb8f Bump org.apache.zookeeper:zookeeper (#13194)
     add 4782142980 Fix #13135 for testing (#13139)
     add a4a3fd769f fix: set default value for accept (#13199)
     add 2bed423428 Bump io.micrometer:micrometer-core from 1.11.4 to 1.11.5 
(#13204)
     add 310751159d Bump io.micrometer:micrometer-tracing-bom from 1.1.5 to 
1.1.6 (#13207)
     add 8f6094b352 Bump jetty_version from 9.4.52.v20230823 to 
9.4.53.v20231009 (#13206)
     add 9cbd55766a Bump jackson_version from 2.15.2 to 2.15.3 (#13203)
     add 14834eded4 Bump org.eclipse.jetty:jetty-maven-plugin (#13212)
     add 2f2c997723 Bump bytebuddy.version from 1.14.8 to 1.14.9 (#13205)
     add e7a8fe007e Bump net.bytebuddy:byte-buddy from 1.14.8 to 1.14.9 (#13211)
     add bf0522d7e0 Bump io.projectreactor:reactor-core from 3.5.10 to 3.5.11 
(#13208)
     add 78bb3dc049 Update EchoFilterTest.java (#13215)
     add 7548a03fdc Bump io.micrometer:micrometer-bom from 1.11.4 to 1.11.5 
(#13210)
     add f82629f7f9 Fix wrong returnTypes for StubMethodDescriptor (#13223)
     add 3f07e683a1 Refactor rpc utils test (#13214)
     add 02e486a1dc Fix unable to receive go away frame (#13228)
     add f995ef506c Fix triple method override (#13224)
     add 91594eccfa Enhance logs following up #13228 (#13229)
     add c5efc65a99 Remove sync lock for lazy target (#13220)
     add fa11b68a16 Only throws exception when exporting service (#13217)
     new 0562b64828 Merge branch 'apache-3.2' into apache-3.3

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:
 dubbo-cluster/pom.xml                              |  7 ++
 .../threadpool/serial/SerializingExecutor.java     |  7 +-
 .../support/cached/CachedThreadPool.java           | 17 +++--
 .../support/limited/LimitedThreadPool.java         | 17 +++--
 .../apache/dubbo/common/utils/ExecutorUtil.java    | 15 +++--
 .../executor/AbstractIsolationExecutorSupport.java |  1 +
 .../dubbo/rpc/executor/DefaultExecutorSupport.java |  1 +
 .../spring/util/LazyTargetInvocationHandler.java   |  6 +-
 .../dubbo-demo-native-consumer/pom.xml             |  2 +-
 .../dubbo-demo-native-provider/pom.xml             |  2 +-
 dubbo-demo/dubbo-demo-spring-boot/pom.xml          |  2 +-
 dubbo-dependencies-bom/pom.xml                     | 12 ++--
 .../apache/dubbo/metrics/model/MetricsSupport.java |  8 ++-
 .../dubbo/qos/protocol/QosProtocolWrapper.java     | 23 ++++---
 .../java/org/apache/dubbo/remoting/Constants.java  |  2 +
 .../dubbo/remoting/transport/AbstractClient.java   |  3 +-
 .../transport/netty4/NettyConnectionClient.java    | 25 +++----
 .../dubbo-remoting-zookeeper-curator5/pom.xml      |  2 +-
 .../java/org/apache/dubbo/rpc/AsyncRpcResult.java  |  4 +-
 .../apache/dubbo/rpc/filter/EchoFilterTest.java    | 34 +++++-----
 .../org/apache/dubbo/rpc/support/RpcUtilsTest.java | 33 +++++-----
 .../rest/filter/ServiceInvokeRestFilter.java       |  2 +
 .../dubbo/rpc/protocol/tri/DeadlineFuture.java     | 14 ++--
 .../rpc/protocol/tri/ReflectionPackableMethod.java | 19 ++----
 .../rpc/protocol/tri/TripleHttp2Protocol.java      | 29 +++++----
 .../dubbo/rpc/protocol/tri/TripleInvoker.java      | 25 ++++---
 .../rpc/protocol/tri/TriplePingPongHandler.java    | 76 ++++++++++++++++++++++
 .../dubbo/rpc/protocol/tri/TripleProtocol.java     | 16 +++--
 .../tri/call/ReflectionAbstractServerCall.java     | 29 ++++++---
 ...ClientHandler.java => TripleGoAwayHandler.java} | 18 ++---
 .../tri/call/ReflectionServerCallTest.java         |  4 ++
 .../pom.xml                                        |  2 +-
 .../observability/pom.xml                          |  4 +-
 dubbo-spring-boot/pom.xml                          |  2 +-
 dubbo-test/dubbo-test-check/pom.xml                |  2 +-
 pom.xml                                            |  2 +-
 36 files changed, 303 insertions(+), 164 deletions(-)
 create mode 100644 
dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TriplePingPongHandler.java
 rename 
dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/transport/{TripleClientHandler.java
 => TripleGoAwayHandler.java} (70%)

Reply via email to