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 b23cfa8c07 dubbo metrics to springboot endpoints (#10997)
add 4781862ee2 Prepare 3.1.3 release
add 8b2cd33765 Merge branch 'apache-3.1' into 3.1.3-release
add a7bbb8ae51 Merge branch 'apache-3.1' into 3.1.3-release
add e3e086829e Merge branch 'apache-3.1' into 3.1.3-release
add b11c1e63ea Disable FileTest on Win
add 01374904ab Merge branch '3.1.3-release' into apache-3.1
add b38dc9c1cd Dump to 3.1.4-SNAPSHOT
add 7aaba188e1 Revert "Disable FileTest on Win"
add 4568958ef5 Adjust the logic of timeout, fix triple about timeout
countdown function problem (#11030)
add 160fbba6bb Fix data being updated by default ticket (#11050)
add f618368b54 Add NPE and empty list check in
AwareClusterInvoker#doInvoke. (#11046)
add f670fa33ad Enhance unit test cases (#11037)
add d07d89159f Error code is managed with constants (#10771) (#11054)
new 8c61f9b225 Merge branch 'apache-3.1' into apache-3.2
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:
.../support/registry/ZoneAwareClusterInvoker.java | 4 +-
.../registry/ZoneAwareClusterInvokerTest.java | 13 ++
.../common/constants/LoggerCodeConstants.java | 4 +-
.../common/threadlocal/InternalThreadLocalMap.java | 6 +-
.../threadpool/support/AbortPolicyWithReport.java | 14 +-
.../concurrent/CompletableFutureTaskTest.java | 20 +--
.../file/FileSystemDynamicConfigurationTest.java | 2 +-
.../threadlocal/InternalThreadLocalTest.java | 19 ++-
.../threadpool/manager/ExecutorRepositoryTest.java | 77 ++++------
.../manager/FrameworkExecutorRepositoryTest.java | 78 +++++-----
.../threadpool/serial/SerializingExecutorTest.java | 93 +++++++++---
.../support/AbortPolicyWithReportTest.java | 67 ++++-----
.../support/eager/EagerThreadPoolExecutorTest.java | 161 +++++++++++++++++++--
.../dubbo/common/timer/HashedWheelTimerTest.java | 23 +--
.../dubbo/common/utils/ExecutorUtilTest.java | 13 +-
.../org/apache/dubbo/config/ServiceConfigTest.java | 4 +-
.../annotation/MethodConfigCallbackTest.java | 36 ++---
.../store/zookeeper/ZookeeperMetadataReport.java | 2 +-
.../zookeeper/AbstractZookeeperClient.java | 6 +-
.../dubbo/remoting/zookeeper/ZookeeperClient.java | 2 +-
.../curator5/Curator5ZookeeperClient.java | 8 +-
.../curator5/Curator5ZookeeperClientTest.java | 34 ++++-
.../zookeeper/curator/CuratorZookeeperClient.java | 8 +-
.../curator/CuratorZookeeperClientTest.java | 34 ++++-
.../org/apache/dubbo/rpc/support/RpcUtils.java | 21 +--
.../dubbo/rpc/protocol/dubbo/DubboCodec.java | 2 +-
.../dubbo/rpc/protocol/dubbo/DubboInvoker.java | 2 +-
.../dubbo/rpc/protocol/injvm/InjvmInvoker.java | 2 +-
.../dubbo/rpc/protocol/tri/TripleInvoker.java | 7 +-
29 files changed, 493 insertions(+), 269 deletions(-)