This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 0f4e867eb5a Upgrade zookeeper to 3.9.4 (#36822)
0f4e867eb5a is described below
commit 0f4e867eb5a5f91e73fd3f52da2bcc0c2a660005
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Oct 8 22:14:20 2025 +0800
Upgrade zookeeper to 3.9.4 (#36822)
---
distribution/proxy/src/main/release-docs/LICENSE | 4 ++--
.../shardingsphere-jdbc/optional-plugins/hiveserver2/_index.cn.md | 2 +-
.../shardingsphere-jdbc/optional-plugins/hiveserver2/_index.en.md | 2 +-
.../natived/jdbc/databases/hive/ZookeeperServiceDiscoveryTest.java | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/distribution/proxy/src/main/release-docs/LICENSE
b/distribution/proxy/src/main/release-docs/LICENSE
index 593b0ca350a..53e2b416132 100644
--- a/distribution/proxy/src/main/release-docs/LICENSE
+++ b/distribution/proxy/src/main/release-docs/LICENSE
@@ -300,8 +300,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.3: https://github.com/apache/zookeeper, Apache 2.0
- zookeeper-jute 3.9.3: https://github.com/apache/zookeeper, Apache 2.0
+ zookeeper 3.9.4: https://github.com/apache/zookeeper, Apache 2.0
+ zookeeper-jute 3.9.4: 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/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.cn.md
index 8af0e49203c..6aeb82bc8e5 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.cn.md
@@ -207,7 +207,7 @@ ShardingSphere 配置文件中的 `standardJdbcUrl` 可配置连接至开启 Zoo
name: test-1
services:
zookeeper:
- image: zookeeper:3.9.3-jre-17
+ image: zookeeper:3.9.4-jre-17
ports:
- "2181:2181"
apache-hive-1:
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.en.md
b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.en.md
index e5a13ed6680..9e0d4b65f70 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.en.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.en.md
@@ -211,7 +211,7 @@ For discussion, assume that there is the following Docker
Compose file to start
name: test-1
services:
zookeeper:
- image: zookeeper:3.9.3-jre-17
+ image: zookeeper:3.9.4-jre-17
ports:
- "2181:2181"
apache-hive-1:
diff --git
a/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/databases/hive/ZookeeperServiceDiscoveryTest.java
b/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/databases/hive/ZookeeperServiceDiscoveryTest.java
index 7ee03cbeb16..ed8ce20e602 100644
---
a/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/databases/hive/ZookeeperServiceDiscoveryTest.java
+++
b/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/databases/hive/ZookeeperServiceDiscoveryTest.java
@@ -60,7 +60,7 @@ class ZookeeperServiceDiscoveryTest {
@Container
@AutoClose
- private final GenericContainer<?> zookeeperContainer = new
GenericContainer<>("zookeeper:3.9.3-jre-17")
+ private final GenericContainer<?> zookeeperContainer = new
GenericContainer<>("zookeeper:3.9.4-jre-17")
.withNetwork(network)
.withNetworkAliases("foo")
.withExposedPorts(2181);