This is an automated email from the ASF dual-hosted git repository.
yx9o pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 0266691e9c5 Bump Zookeeper Client to 3.9.3 (#34482)
0266691e9c5 is described below
commit 0266691e9c573bd282c640ee783c1ba6a0740e46
Author: Ling Hengqian <[email protected]>
AuthorDate: Sat Jan 25 15:25:33 2025 +0800
Bump Zookeeper Client to 3.9.3 (#34482)
---
RELEASE-NOTES.md | 2 +-
distribution/proxy/src/main/release-docs/LICENSE | 4 ++--
.../generated-reachability-metadata/reflect-config.json | 5 +++++
pom.xml | 2 +-
test/native/pom.xml | 12 ++++++++++++
5 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 05d7709da07..b9a786e4e06 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -13,7 +13,7 @@
### Bug Fixes
-1. Alleviate connection leaks caused by Seata Client throwing exceptions -
[#34463](https://github.com/apache/shardingsphere/pull/34463)
+1. JDBC: Alleviate connection leaks caused by Seata Client throwing exceptions
- [#34463](https://github.com/apache/shardingsphere/pull/34463)
### Change Logs
diff --git a/distribution/proxy/src/main/release-docs/LICENSE
b/distribution/proxy/src/main/release-docs/LICENSE
index daecaf32065..d6e0c48ceab 100644
--- a/distribution/proxy/src/main/release-docs/LICENSE
+++ b/distribution/proxy/src/main/release-docs/LICENSE
@@ -304,8 +304,8 @@ The text of each license is the standard Apache 2.0 license.
transmittable-thread-local 2.14.2:
https://github.com/alibaba/transmittable-thread-local, Apache 2.0
uzaygezen-core 0.2: https://code.google.com/p/uzaygezen, Apache 2.0
woodstox-core 6.5.1: https://github.com/FasterXML/woodstox, Apache 2.0
- zookeeper 3.9.2: https://github.com/apache/zookeeper, Apache 2.0
- zookeeper-jute 3.9.2: https://github.com/apache/zookeeper, Apache 2.0
+ zookeeper 3.9.3: https://github.com/apache/zookeeper, Apache 2.0
+ zookeeper-jute 3.9.3: https://github.com/apache/zookeeper, Apache 2.0
java-util 2.4.0: https://github.com/jdereg/java-util, Apache 2.0
========================================================================
diff --git
a/infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/reflect-config.json
b/infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/reflect-config.json
index b1cf68d5f30..5ea99760f55 100644
---
a/infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/reflect-config.json
+++
b/infra/reachability-metadata/src/main/resources/META-INF/native-image/org.apache.shardingsphere/generated-reachability-metadata/reflect-config.json
@@ -749,6 +749,11 @@
"queryAllPublicConstructors":true,
"methods":[{"name":"<init>","parameterTypes":[] },
{"name":"add","parameterTypes":["long"] }, {"name":"sum","parameterTypes":[] }]
},
+{
+
"condition":{"typeReachable":"org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask"},
+ "name":"java.util.concurrent.atomic.Striped64$Cell",
+ "fields":[{"name":"value"}]
+},
{
"condition":{"typeReachable":"org.apache.shardingsphere.infra.expr.groovy.GroovyInlineExpressionParser"},
"name":"java.util.function.DoubleFunction",
diff --git a/pom.xml b/pom.xml
index 47dfbde8720..7d428357917 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
<bouncycastle.version>1.78.1</bouncycastle.version>
<curator.version>5.7.0</curator.version>
- <zookeeper.version>3.9.2</zookeeper.version>
+ <zookeeper.version>3.9.3</zookeeper.version>
<audience-annotations.version>0.12.0</audience-annotations.version>
<jetcd.version>0.7.7</jetcd.version>
<vertx.version>4.5.1</vertx.version>
diff --git a/test/native/pom.xml b/test/native/pom.xml
index 653c4d152aa..638adc4233b 100644
--- a/test/native/pom.xml
+++ b/test/native/pom.xml
@@ -123,6 +123,11 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</exclusion>
+ <!-- See https://github.com/apache/incubator-seata/issues/7045
-->
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-webmvc</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -232,6 +237,13 @@
<artifactId>jetcd-test</artifactId>
<version>${jetcd.version}</version>
<scope>test</scope>
+ <exclusions>
+ <!-- See
https://github.com/testcontainers/testcontainers-java/issues/8338 -->
+ <exclusion>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>