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 2486674828 Triple Unary Call Support On Servlet (#14314)
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 523a4189b8 Move dubbo versions file from META-INF/versions to
META-INF/dubbo-version (#14247)
add 48ad387ace :arrow_up: upgrade micrometer tracing to 1.3.0 (#14284)
add a534350541 fix: Support disable Curator EnsembleTracker in
ServiceDiscovery (#14285)
add d3eef04759 fix DubboRelaxedBinding2AutoConfiguration and
DubboAutoConfiguration created too early. (#14255)
add 14fd38f1b7 Bump org.apache.maven.shared:maven-common-artifact-filters
(#14306)
add d7ac348f64 Bump org.apache.maven.plugins:maven-checkstyle-plugin
(#14305)
add 3e53e32053 Bump io.opentelemetry:opentelemetry-bom from 1.38.0 to
1.39.0 (#14304)
add 79fa89bac7 Bump net.bytebuddy:byte-buddy from 1.14.15 to 1.14.17
(#14275)
add b9825cdbd0 Update serialize blocked list
new 5985116582 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:
.../main/java/org/apache/dubbo/common/Version.java | 8 +++--
.../dubbo/common/constants/CommonConstants.java | 40 +++++++++++++++++++---
.../main/resources/security/serialize.blockedlist | 3 +-
.../apache/dubbo/common/version/VersionTest.java | 9 +++--
dubbo-dependencies-bom/pom.xml | 6 ++--
dubbo-maven-plugin/pom.xml | 6 ++--
.../dubbo/reactive/calls/ReactorServerCalls.java | 8 ++---
.../zookeeper/util/CuratorFrameworkUtils.java | 3 ++
.../curator5/AbstractZookeeperClient.java | 1 +
.../curator5/Curator5ZookeeperClient.java | 3 ++
.../apache/dubbo/rpc/filter/AccessLogFilter.java | 2 +-
.../autoconfigure/exporter/zipkin/HttpSender.java | 6 ++--
.../exporter/zipkin/ZipkinConfigurations.java | 2 +-
.../exporter/zipkin/ZipkinRestTemplateSender.java | 4 +--
.../exporter/zipkin/ZipkinWebClientSender.java | 4 +--
.../observability/pom.xml | 6 ++--
dubbo-spring-boot/pom.xml | 2 +-
.../java/org/apache/dubbo/dependency/FileTest.java | 4 ++-
pom.xml | 12 +++----
19 files changed, 84 insertions(+), 45 deletions(-)