This is an automated email from the ASF dual-hosted git repository.
crazyhzm pushed a change to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
from abb2d3834d update qos native-image reflect config (#13056)
add be54d8e61b Bump org.graalvm.buildtools:native-maven-plugin from 0.9.25
to 0.9.26 (#13040)
add 72518a0dc1 Bump io.opentelemetry:opentelemetry-bom from 1.29.0 to
1.30.0 (#13039)
add 774642a2c9 Bump protobuf-java_version from 3.24.2 to 3.24.3 (#13038)
add d212f6554b Bump grpc.version from 1.57.2 to 1.58.0 (#13037)
add 52250b8a20 Fix incorrect timeout message (#13001)
add e887bab83b remove unuse code (#13036)
add d9db031469 fix: AbortPolicyWithReport concurrency issues
https://github.com/apache/dubbo/issues/13042 (#13043)
add 8a509e9601 Update jvalidator to support parameter name retrieval
(#13029)
add ff561616e5 Fix Jakarta exception being casted in ExceptionFilter
(#13054)
add ade91c9b69 Fix unit test cases (#13076)
add 575c3392ec Service metrics (#13033)
add 139a62ebb9 Fix qps time window unit (#13077)
add 47643da11b Bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.8 (#13075)
add 45d72b53bc Bump bytebuddy.version from 1.14.7 to 1.14.8 (#13074)
add af490e68c1 Bump io.projectreactor:reactor-core from 3.5.9 to 3.5.10
(#13073)
add a0f229935d Bump io.micrometer:micrometer-core from 1.11.3 to 1.11.4
(#13072)
add dcf4cff51b Bump io.opentelemetry:opentelemetry-bom from 1.30.0 to
1.30.1 (#13071)
add da3accacb2 Bump org.graalvm.buildtools:native-maven-plugin from 0.9.26
to 0.9.27 (#13070)
add ee8c823f2d Bump io.micrometer:micrometer-bom from 1.11.3 to 1.11.4
(#13069)
add f2dbc84cac Align logic between JValidatorNew and JValidator (#13063)
add edaaa16121 Add volatile on destroyed filed ensure visibility (#13061)
add 2697652e74 Fix concurrency problem when receive ResetFrame and
HeadFrame (#13062)
add 60a4aa19f4 Bump io.micrometer:micrometer-tracing-bom from 1.1.4 to
1.1.5 (#13068)
new 0f61286a78 Merge branch '3.2' into 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:
.../support/FailSafeClusterInvokerTest.java | 3 +-
.../support/FailbackClusterInvokerTest.java | 8 +-
.../threadpool/support/AbortPolicyWithReport.java | 6 +-
.../org/apache/dubbo/config/MetricsConfig.java | 14 ++++
.../org/apache/dubbo/config/ServiceConfig.java | 12 +--
.../src/main/resources/META-INF/dubbo.xsd | 5 ++
.../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 +--
.../dubbo/validation/filter/ValidationFilter.java | 8 +-
.../validation/support/jvalidation/JValidator.java | 66 ++++++++--------
.../support/jvalidation/JValidatorNew.java | 66 ++++++++--------
.../support/jvalidation/JValidatorTest.java | 92 +++++++++++++++++++++-
.../jvalidation/mock/JValidatorTestTarget.java | 38 +++++++++
.../dubbo/metrics/aggregate/TimeWindowCounter.java | 2 +-
.../dubbo/metrics/data/MethodStatComposite.java | 5 +-
.../apache/dubbo/metrics/data/RtStatComposite.java | 4 +-
.../org/apache/dubbo/metrics/event/EmptyEvent.java | 36 ---------
.../dubbo/metrics/event/MetricsInitEvent.java | 4 +-
.../event/SimpleMetricsEventMulticaster.java | 7 --
.../apache/dubbo/metrics/model/MethodMetric.java | 43 +++++++---
.../event/SimpleMetricsEventMulticasterTest.java | 10 ---
.../collector/AggregateMetricsCollector.java | 29 ++++---
.../collector/HistogramMetricsCollector.java | 5 +-
.../apache/dubbo/metrics/event/RequestEvent.java | 8 +-
.../apache/dubbo/metrics/filter/MetricsFilter.java | 5 +-
.../filter/support/MetricsClusterFilter.java | 5 +-
.../collector/AggregateMetricsCollectorTest.java | 14 ++--
.../metrics/collector/DefaultCollectorTest.java | 6 +-
.../metrics/collector/InitServiceMetricsTest.java | 3 +-
.../metrics/metrics/model/MethodMetricTest.java | 24 +++++-
.../remoting/exchange/support/DefaultFuture.java | 2 +-
.../exchange/support/DefaultFutureTest.java | 37 +++++++++
.../apache/dubbo/rpc/filter/ExceptionFilter.java | 2 +-
.../apache/dubbo/rpc/protocol/AbstractInvoker.java | 2 +-
.../rpc/protocol/tri/call/AbstractServerCall.java | 3 +
.../observability/pom.xml | 6 +-
dubbo-spring-boot/pom.xml | 2 +-
.../xds/istio/IstioCitadelCertificateSigner.java | 2 +-
40 files changed, 408 insertions(+), 194 deletions(-)
delete mode 100644
dubbo-metrics/dubbo-metrics-api/src/main/java/org/apache/dubbo/metrics/event/EmptyEvent.java