This is an automated email from the ASF dual-hosted git repository.
songxiaosheng pushed a change to branch
dependabot/maven/io.micrometer-micrometer-bom-1.13.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git
from cfa0281a69 Merge branch '3.2' into
dependabot/maven/io.micrometer-micrometer-bom-1.13.0
add b12b23cbf0 fix: not initialize MetricsReporter if not support
prometheus (#14225)
add a6c61175c5 fix:embedded-redis need update version to run on macos
Sonoma (#14072) (#14074) (#14227)
add 23599941e7 :arrow_up: upgrade micrometer to 1.13 (#14228)
add 65215ed8a0 Try fix redis server in windows env
add e6f0dfe000 Bump org.apache.maven:maven-core from 3.9.6 to 3.9.7
(#14237)
add 89cc36e2b3 Bump jakarta.validation:jakarta.validation-api from 3.0.2
to 3.1.0 (#14239)
add 98edd118ae Bump net.bytebuddy:byte-buddy from 1.14.15 to 1.14.16
(#14238)
add c517fd5d62 Bump com.github.codemonstur:embedded-redis from 1.1.0 to
1.4.3 (#14240)
add 1fd974efbf Bump netty4_version from 4.1.109.Final to 4.1.110.Final
(#14241)
add d1969ff18b Bump spring_version from 5.3.35 to 5.3.36 (#14242)
add 61bfa07a49 Bump org.apache.commons:commons-compress from 1.26.1 to
1.26.2 (#14243)
add 2ddf0fdec4 Bump org.apache.maven:maven-plugin-api from 3.9.6 to 3.9.7
(#14244)
add 000db7c40a fix: when url has param with question mark,parse param
wrong (#14235)
add bb376dbdd7 Prepare 3.2.13 release
add 3609ddb225 Disable RedisMetadataReportTest on Windows
add da53578c57 Merge branch '3.2.13-release' into apache-3.2
add 6ad71e676c Bump version to 3.2.14-SNAPSHOT
add 63e5bef4fa fix opentelemetry version change (#14252)
add d35d7eb30c fix: Disable accesslog while the config is false (#14257)
add 95f9984571 fix triple reactor call throws "Too many response for unary
method" exception (#14261)
add 600f869ad7 Bump com.alibaba.fastjson2:fastjson2 from 2.0.49 to 2.0.51
(#14272)
add 0baba8646b Bump bytebuddy.version from 1.14.15 to 1.14.17 (#14273)
add 913a9aac33 Bump org.apache.maven.plugins:maven-plugin-plugin from
3.13.0 to 3.13.1 (#14278)
add a581afbb2c Bump org.apache.maven.plugin-tools:maven-plugin-annotations
(#14276)
add 26113503e8 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3
to 3.6.0 (#14271)
add 8fee3db28f Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.6.3 to 3.7.0 (#14274)
add 9fde4c9e60 Bump org.apache.maven.plugins:maven-enforcer-plugin from
3.4.1 to 3.5.0 (#14277)
add 473ea36b04 fix: Support close the Curator EnsembleTracker (#14281)
add f2e7fca121 Merge branch '3.2' into
dependabot/maven/io.micrometer-micrometer-bom-1.13.0
No new revisions were added by this update.
Summary of changes:
.../apache/dubbo/common/constants/CommonConstants.java | 2 ++
.../dubbo/config/deploy/DefaultApplicationDeployer.java | 3 +++
.../config/deploy/DefaultApplicationDeployerTest.java | 12 ++++++++++++
dubbo-dependencies-bom/pom.xml | 16 ++++++++--------
.../dubbo-dependencies-zookeeper-curator5/pom.xml | 2 +-
dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml | 2 +-
dubbo-maven-plugin/pom.xml | 8 ++++----
.../metadata/store/redis/RedisMetadataReportTest.java | 9 ++++++---
dubbo-metrics/dubbo-metrics-prometheus/pom.xml | 2 +-
dubbo-native-plugin/pom.xml | 8 ++++----
.../apache/dubbo/reactive/calls/ReactorServerCalls.java | 8 +++-----
.../remoting/zookeeper/AbstractZookeeperClient.java | 1 +
.../zookeeper/curator5/Curator5ZookeeperClient.java | 3 +++
.../org/apache/dubbo/rpc/filter/AccessLogFilter.java | 2 +-
.../param/parse/provider/ProviderParseContext.java | 3 +--
.../observability/autoconfigure/pom.xml | 2 +-
.../autoconfigure/exporter/zipkin/HttpSender.java | 6 +++---
.../exporter/zipkin/ZipkinConfigurations.java | 2 +-
.../exporter/zipkin/ZipkinRestTemplateSender.java | 4 ++--
.../exporter/zipkin/ZipkinWebClientSender.java | 4 ++--
.../dubbo-spring-boot-starters/observability/pom.xml | 4 ++--
dubbo-spring-boot/pom.xml | 2 +-
dubbo-test/dubbo-test-check/pom.xml | 2 +-
dubbo-test/dubbo-test-spring/pom.xml | 2 +-
dubbo-test/dubbo-test-spring3.2/pom.xml | 2 +-
dubbo-test/dubbo-test-spring4.1/pom.xml | 2 +-
dubbo-test/dubbo-test-spring4.2/pom.xml | 2 +-
pom.xml | 8 ++++----
28 files changed, 72 insertions(+), 51 deletions(-)