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 37f150263a Disable subscribe nacos legacy name in 3.3 (#12617)
add 563a0e472a Enable spring bean autowired to get scope model in advance
(#12608)
add fd875bbce1 Revert "Bump netty4_version from 4.1.92.Final to
4.1.94.Final (#12595)" (#12619)
add c05127e360 Pretty invokers toString format (#12618)
add 8474bf5415 Temporally remove fill zero in metrics due to performance
issue (#12624)
add 5d76667808 Clear future in RpcContext when calling sync (#12493)
(#12534)
add 180fdd3c60 Prapare 3.2.3 release
add 70a948a3d4 Bump to 3.2.4-SNAPSHOT
new 48cc5b24de 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:
.../rpc/cluster/directory/AbstractDirectory.java | 24 ++++++++++++++++++++++
.../cluster/support/AbstractClusterInvoker.java | 2 +-
.../support/wrapper/ScopeClusterInvoker.java | 9 ++++++++
.../apache/dubbo/config/spring/ServiceBean.java | 14 +++++++++----
.../annotation/ServiceAnnotationPostProcessor.java | 1 +
.../spring/schema/DubboBeanDefinitionParser.java | 3 +++
.../dubbo/config/spring/util/DubboBeanUtils.java | 6 +++---
.../dubbo/config/spring/ServiceBeanTest.java | 4 ++--
.../spring/status/DataSourceStatusCheckerTest.java | 4 ++--
dubbo-dependencies-bom/pom.xml | 2 +-
.../dubbo/metrics/data/MethodStatComposite.java | 3 +--
.../dubbo/metrics/data/ServiceStatComposite.java | 5 ++---
.../metrics/collector/DefaultCollectorTest.java | 8 ++++----
.../dubbo/metrics/filter/MetricsFilterTest.java | 11 +++++-----
.../metadata/MetadataMetricsCollectorTest.java | 5 +++--
.../collector/RegistryMetricsCollectorTest.java | 19 +++++++++--------
.../client/migration/MigrationInvoker.java | 9 ++++++++
.../registry/integration/RegistryDirectory.java | 6 ++++++
.../dubbo/rpc/protocol/dubbo/DubboInvoker.java | 8 +++++++-
.../dubbo/rpc/protocol/injvm/InjvmInvoker.java | 6 +++++-
.../dubbo/rpc/protocol/tri/TripleInvoker.java | 6 +++++-
21 files changed, 114 insertions(+), 41 deletions(-)