From 53f688568003cb9a57cb580dac6f2a47d9ac1c65 Mon Sep 17 00:00:00 2001 From: Bengbengbalabalabeng Date: Wed, 11 Feb 2026 20:19:42 +0800 Subject: [PATCH] docs: update release info in guide page --- website/docs/quickstart/guide.md | 21 ++++++++++--------- .../current/quickstart/guide.md | 21 ++++++++++--------- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/website/docs/quickstart/guide.md b/website/docs/quickstart/guide.md index 2671e331d..ffdf2f970 100644 --- a/website/docs/quickstart/guide.md +++ b/website/docs/quickstart/guide.md @@ -10,13 +10,14 @@ title: 'Guide' The following table lists the minimum Java language version requirements for each version of the Apache Fesod( Incubating) library: -| Version | JDK Version Support Range | Notes | -|------------------|---------------------------|--------------------| -| 2.0.0-incubating | JDK8 - JDK25 | NA(not available) | -| 1.3.x | JDK8 - JDK25 | Non-Apache release | -| 1.2.x | JDK8 - JDK21 | Non-Apache release | -| 1.1.x | JDK8 - JDK21 | Non-Apache release | -| 1.0.x | JDK8 - JDK21 | Non-Apache release | +| Version | JDK Version Support Range | Notes | +|------------------|---------------------------|--------------------------| +| 2.0.1-incubating | JDK8 - JDK25 | Apache Incubator release | +| 2.0.0-incubating | JDK8 - JDK25 | NA(not available) | +| 1.3.x | JDK8 - JDK25 | Non-Apache release | +| 1.2.x | JDK8 - JDK21 | Non-Apache release | +| 1.1.x | JDK8 - JDK21 | Non-Apache release | +| 1.0.x | JDK8 - JDK21 | Non-Apache release | We strongly recommend using the latest version of Apache Fesod(Incubating), as performance optimizations, bug fixes, and new features @@ -48,7 +49,7 @@ If you are using Maven for project building, add the following configuration in org.apache.fesod fesod-sheet - version + 2.0.1-incubating ``` @@ -63,7 +64,7 @@ For better dependency management, you can use the Fesod BOM: org.apache.fesod fesod-bom - version + 2.0.1-incubating pom import @@ -85,6 +86,6 @@ If you are using Gradle for project building, add the following configuration in ```gradle dependencies { - implementation 'org.apache.fesod:fesod-sheet:version' + implementation 'org.apache.fesod:fesod-sheet:2.0.1-incubating' } ``` diff --git a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md index a58c35392..95cf60295 100644 --- a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md +++ b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md @@ -9,13 +9,14 @@ title: '指南' 下表列出了各版本 Apache Fesod(Incubating) 基础库对 Java 语言版本最低要求的情况: -| 版本 | jdk版本支持范围 | 备注 | -|------------------|--------------|-------------| -| 2.0.0-incubating | jdk8 - jdk25 | NA(无效) | -| 1.3.x | jdk8 - jdk25 | 非 Apache 版本 | -| 1.2.x | jdk8 - jdk21 | 非 Apache 版本 | -| 1.1.x | jdk8 - jdk21 | 非 Apache 版本 | -| 1.0.x | jdk8 - jdk21 | 非 Apache 版本 | +| 版本 | jdk版本支持范围 | 备注 | +|------------------|--------------|--------------| +| 2.0.1-incubating | jdk8 - jdk25 | Apache 孵化器版本 | +| 2.0.0-incubating | jdk8 - jdk25 | NA(无效) | +| 1.3.x | jdk8 - jdk25 | 非 Apache 版本 | +| 1.2.x | jdk8 - jdk21 | 非 Apache 版本 | +| 1.1.x | jdk8 - jdk21 | 非 Apache 版本 | +| 1.0.x | jdk8 - jdk21 | 非 Apache 版本 | 我们强烈建议您使用最新版本的 Apache Fesod(Incubating),因为最新版本中的性能优化、BUG 修复和新功能都会让您的使用更加方便。 @@ -44,7 +45,7 @@ Apache Fesod(Incubating) 使用了以下核心依赖: org.apache.fesod fesod-sheet - 版本号 + 2.0.1-incubating ``` @@ -59,7 +60,7 @@ Apache Fesod(Incubating) 使用了以下核心依赖: org.apache.fesod fesod-bom - 版本号 + 2.0.1-incubating pom import @@ -81,6 +82,6 @@ Apache Fesod(Incubating) 使用了以下核心依赖: ```gradle dependencies { - implementation 'org.apache.fesod:fesod-sheet:版本号' + implementation 'org.apache.fesod:fesod-sheet:2.0.1-incubating' } ```