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

albumenj pushed a change to branch 
dependabot/maven/dubbo-test/dubbo-test-check/org.apache.commons-commons-compress-1.24.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git


    from c0b6872408 Bump org.apache.commons:commons-compress in 
/dubbo-test/dubbo-test-check
     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)
     new f52d1c995d Merge branch '3.2' into 
dependabot/maven/dubbo-test/dubbo-test-check/org.apache.commons-commons-compress-1.24.0

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:
 .../filter/support/MetricsClusterFilter.java       |  5 ++-
 .../support/FailSafeClusterInvokerTest.java        |  3 +-
 .../support/FailbackClusterInvokerTest.java        |  8 ++--
 .../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                     |  6 +--
 .../validation/support/jvalidation/JValidator.java |  2 +-
 .../support/jvalidation/JValidatorNew.java         | 12 ++++--
 .../dubbo/metrics/aggregate/TimeWindowCounter.java |  2 +-
 .../dubbo/metrics/data/MethodStatComposite.java    |  5 ++-
 .../apache/dubbo/metrics/data/RtStatComposite.java |  4 +-
 .../dubbo/metrics/event/MetricsInitEvent.java      |  4 +-
 .../apache/dubbo/metrics/model/MethodMetric.java   | 43 +++++++++++++++++-----
 .../collector/AggregateMetricsCollector.java       | 29 ++++++++-------
 .../collector/HistogramMetricsCollector.java       |  5 ++-
 .../apache/dubbo/metrics/event/RequestEvent.java   |  8 ++--
 .../apache/dubbo/metrics/filter/MetricsFilter.java |  5 ++-
 .../collector/AggregateMetricsCollectorTest.java   | 14 +++----
 .../metrics/collector/DefaultCollectorTest.java    |  6 +--
 .../metrics/collector/InitServiceMetricsTest.java  |  3 +-
 .../metrics/metrics/model/MethodMetricTest.java    | 24 +++++++++++-
 .../apache/dubbo/rpc/filter/ExceptionFilter.java   |  2 +-
 .../apache/dubbo/rpc/protocol/AbstractInvoker.java |  2 +-
 .../observability/pom.xml                          |  4 +-
 dubbo-spring-boot/pom.xml                          |  2 +-
 29 files changed, 163 insertions(+), 72 deletions(-)

Reply via email to