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

delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new f302177f chore: format md files (#722)
f302177f is described below

commit f302177f34adc2451cb6f4106b00097b3759f6b0
Author: Shuxin Pan <[email protected]>
AuthorDate: Fri Dec 5 10:31:52 2025 +0800

    chore: format md files (#722)
    
    * feat: add Plausible analytics script to docusaurus configuration
    
    * docs: update migration guide for Apache Fesod with phased approach and 
configuration examples
    
    * refactor: remove Plausible analytics script from docusaurus configuration
---
 website/docs/migration/from-fastexcel.md                            | 6 ++++++
 .../current/migration/from-fastexcel.md                             | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/website/docs/migration/from-fastexcel.md 
b/website/docs/migration/from-fastexcel.md
index d9a681a4..ddb79d1b 100644
--- a/website/docs/migration/from-fastexcel.md
+++ b/website/docs/migration/from-fastexcel.md
@@ -44,6 +44,7 @@ Replace your existing dependency with Apache Fesod 
(Incubating):
 | **Apache Fesod (Incubating)** ✅ | org.apache.fesod | fesod | 1.3.0+ |
 
 **Maven:**
+
 ```xml
 <dependency>
     <groupId>org.apache.fesod</groupId>
@@ -53,6 +54,7 @@ Replace your existing dependency with Apache Fesod 
(Incubating):
 ```
 
 **Gradle:**
+
 ```gradle
 implementation 'org.apache.fesod:fesod:1.3.0'
 ```
@@ -101,23 +103,27 @@ Replace deprecated entry point classes with FesodSheet.
 Utilize the deprecated alias classes for a phased migration approach.
 
 **Phase 1: Dependency Update Only**
+
 - Update Maven/Gradle dependency to Apache Fesod (Incubating)
 - Keep using FastExcel classes (now deprecated aliases)
 - Update package imports only
 - Run comprehensive tests to verify compatibility
 
 **Phase 2: Class Name Migration**
+
 - Progressively replace deprecated classes with FesodSheet
 - Use IDE refactoring tools for bulk renaming
 - Migrate module by module or feature by feature
 - Maintain thorough test coverage throughout
 
 **Phase 3: Cleanup**
+
 - Remove all references to deprecated classes
 - Resolve deprecation warnings
 - Update documentation and code comments
 
 **Benefits:**
+
 - Lower risk through incremental changes
 - Easier rollback if issues arise
 - Minimal disruption to ongoing development
diff --git 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/migration/from-fastexcel.md
 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/migration/from-fastexcel.md
index 814ef13a..f803b5dd 100644
--- 
a/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/migration/from-fastexcel.md
+++ 
b/website/i18n/zh-cn/docusaurus-plugin-content-docs/current/migration/from-fastexcel.md
@@ -44,6 +44,7 @@ keywords: [fesod, 迁移, fastexcel, apache, excel, 升级]
 | **Apache Fesod (Incubating)** ✅    | org.apache.fesod | fesod      | 1.3.0+ |
 
 **Maven 配置:**
+
 ```xml
 <dependency>
     <groupId>org.apache.fesod</groupId>
@@ -53,6 +54,7 @@ keywords: [fesod, 迁移, fastexcel, apache, excel, 升级]
 ```
 
 **Gradle 配置:**
+
 ```gradle
 implementation 'org.apache.fesod:fesod:1.3.0'
 ```
@@ -101,23 +103,27 @@ implementation 'org.apache.fesod:fesod:1.3.0'
 利用已废弃的别名类进行分阶段迁移。
 
 **阶段 1: 仅更新依赖**
+
 - 将 Maven/Gradle 依赖更新为 Apache Fesod (Incubating)
 - 继续使用 FastExcel 类(现为已废弃的别名)
 - 仅更新包导入
 - 运行全面测试以验证兼容性
 
 **阶段 2: 类名迁移**
+
 - 逐步将已废弃的类替换为 FesodSheet
 - 使用 IDE 重构工具进行批量重命名
 - 逐个模块或逐个功能进行迁移
 - 在整个过程中保持全面的测试覆盖
 
 **阶段 3: 清理**
+
 - 删除所有对已废弃类的引用
 - 解决废弃警告
 - 更新文档和代码注释
 
 **优势:**
+
 - 通过增量更改降低风险
 - 如果出现问题更容易回滚
 - 对正在进行的开发影响最小


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to