This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 1c6a2b02ab9 Bump ratis to apache 3.2.1 (#16801)
1c6a2b02ab9 is described below
commit 1c6a2b02ab9473c1e3e38214317b4d398707021b
Author: Jiang Tian <[email protected]>
AuthorDate: Wed Nov 26 09:35:54 2025 +0800
Bump ratis to apache 3.2.1 (#16801)
* Bump ratis to apache 3.2.1
* fix
---
dependencies.json | 14 +++++++-------
iotdb-core/confignode/pom.xml | 2 +-
iotdb-core/consensus/pom.xml | 14 +++++++-------
iotdb-core/datanode/pom.xml | 2 +-
iotdb-core/node-commons/pom.xml | 2 +-
pom.xml | 14 +++++++-------
6 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/dependencies.json b/dependencies.json
index 40421228542..6553a8dfe3e 100644
--- a/dependencies.json
+++ b/dependencies.json
@@ -32,13 +32,13 @@
"com.nimbusds:nimbus-jose-jwt",
"com.nimbusds:oauth2-oidc-sdk",
"com.sun.istack:istack-commons-runtime",
- "com.timecho.ratis:ratis-client",
- "com.timecho.ratis:ratis-common",
- "com.timecho.ratis:ratis-grpc",
- "com.timecho.ratis:ratis-metrics-api",
- "com.timecho.ratis:ratis-proto",
- "com.timecho.ratis:ratis-server",
- "com.timecho.ratis:ratis-server-api",
+ "org.apache.ratis:ratis-client",
+ "org.apache.ratis:ratis-common",
+ "org.apache.ratis:ratis-grpc",
+ "org.apache.ratis:ratis-metrics-api",
+ "org.apache.ratis:ratis-proto",
+ "org.apache.ratis:ratis-server",
+ "org.apache.ratis:ratis-server-api",
"com.zaxxer:HikariCP",
"commons-cli:commons-cli",
"commons-codec:commons-codec",
diff --git a/iotdb-core/confignode/pom.xml b/iotdb-core/confignode/pom.xml
index c2159fc6647..4d255099b10 100644
--- a/iotdb-core/confignode/pom.xml
+++ b/iotdb-core/confignode/pom.xml
@@ -113,7 +113,7 @@
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-common</artifactId>
</dependency>
<dependency>
diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml
index de9a3574eef..c36193c8c07 100644
--- a/iotdb-core/consensus/pom.xml
+++ b/iotdb-core/consensus/pom.xml
@@ -67,31 +67,31 @@
<version>2.0.6-SNAPSHOT</version>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-server</artifactId>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-server-api</artifactId>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-common</artifactId>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-client</artifactId>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-grpc</artifactId>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-proto</artifactId>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-metrics-api</artifactId>
</dependency>
<dependency>
diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml
index 626d8265eed..210a08d6366 100644
--- a/iotdb-core/datanode/pom.xml
+++ b/iotdb-core/datanode/pom.xml
@@ -156,7 +156,7 @@
<artifactId>netty-common</artifactId>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-common</artifactId>
</dependency>
<dependency>
diff --git a/iotdb-core/node-commons/pom.xml b/iotdb-core/node-commons/pom.xml
index 4a42198f5b5..85ff69ee8ac 100644
--- a/iotdb-core/node-commons/pom.xml
+++ b/iotdb-core/node-commons/pom.xml
@@ -176,7 +176,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-common</artifactId>
</dependency>
</dependencies>
diff --git a/pom.xml b/pom.xml
index 71e0f017c5d..79d231b3c39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,37 +321,37 @@
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-server</artifactId>
<version>${ratis.version}</version>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-server-api</artifactId>
<version>${ratis.version}</version>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-common</artifactId>
<version>${ratis.version}</version>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-client</artifactId>
<version>${ratis.version}</version>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-grpc</artifactId>
<version>${ratis.version}</version>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-proto</artifactId>
<version>${ratis.version}</version>
</dependency>
<dependency>
- <groupId>com.timecho.ratis</groupId>
+ <groupId>org.apache.ratis</groupId>
<artifactId>ratis-metrics-api</artifactId>
<version>${ratis.version}</version>
</dependency>