This is an automated email from the ASF dual-hosted git repository.

zhonghongsheng 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 3d8873396db Update JDK requirement from 11 to 17 in dev guide (#37805)
3d8873396db is described below

commit 3d8873396db2246108f4b770c3ce1a330c288f19
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Thu Jan 22 11:33:43 2026 +0800

    Update JDK requirement from 11 to 17 in dev guide (#37805)
---
 docs/community/content/involved/contribute/dev-env.cn.md                | 2 +-
 docs/community/content/involved/contribute/dev-env.en.md                | 2 +-
 .../user-manual/shardingsphere-proxy/startup/graalvm-native-image.cn.md | 2 +-
 .../user-manual/shardingsphere-proxy/startup/graalvm-native-image.en.md | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/community/content/involved/contribute/dev-env.cn.md 
b/docs/community/content/involved/contribute/dev-env.cn.md
index 295fa260c50..2e796a7424b 100644
--- a/docs/community/content/involved/contribute/dev-env.cn.md
+++ b/docs/community/content/involved/contribute/dev-env.cn.md
@@ -23,7 +23,7 @@ git config --global core.longpaths true
 
 ## 安装 JDK
 
-使用 JDK 11 或以上版本。
+使用 JDK 17 或以上版本。
 
 可以从 [OpenJDK 下载页面]( https://adoptium.net/temurin/releases ) 下载。
 
diff --git a/docs/community/content/involved/contribute/dev-env.en.md 
b/docs/community/content/involved/contribute/dev-env.en.md
index ac1deb8aed0..554311204d3 100644
--- a/docs/community/content/involved/contribute/dev-env.en.md
+++ b/docs/community/content/involved/contribute/dev-env.en.md
@@ -23,7 +23,7 @@ git config --global core.longpaths true
 
 ## JDK Installation
 
-Use JDK 11 or higher.
+Use JDK 17 or higher.
 
 You could download JDK from [OpenJDK Downloads]( 
https://adoptium.net/temurin/releases ).
 
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.cn.md
index 4d098131f31..33bf3db5c99 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.cn.md
@@ -119,7 +119,7 @@ services:
 
 贡献者必须在设备安装,
 
-1. OpenJDK 11 或更高版本
+1. OpenJDK 17 或更高版本
 2. 可运行 Linux Containers 的 Docker Engine
 
 下文分别讨论在 Ubuntu 与 Windows 下可能的所需操作。
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.en.md
index 5278407187d..6371ef85660 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.en.md
@@ -121,7 +121,7 @@ An example of adding a MySQL JDBC Driver dependency is as 
follows. The relevant
 
 Contributors must have installed on their devices,
 
-1. OpenJDK 11 or higher
+1. OpenJDK 17 or higher
 
 2. Docker Engine that can run Linux Containers
 

Reply via email to