From 647927af0c717f03cd84065ef46943223a8141f6 Mon Sep 17 00:00:00 2001 From: Shuxin Pan Date: Tue, 27 Jan 2026 01:38:56 +0800 Subject: [PATCH 1/4] chore: update parent version to 2.0.1-incubating in pom.xml --- fesod-bom/pom.xml | 2 +- fesod-common/pom.xml | 2 +- fesod-examples/fesod-sheet-examples/pom.xml | 2 +- fesod-examples/pom.xml | 2 +- fesod-shaded/pom.xml | 4 ++-- fesod-sheet/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/fesod-bom/pom.xml b/fesod-bom/pom.xml index 793fe12fc..39155f87c 100644 --- a/fesod-bom/pom.xml +++ b/fesod-bom/pom.xml @@ -25,7 +25,7 @@ org.apache.fesod fesod-parent - ${revision} + 2.0.1-incubating fesod-bom diff --git a/fesod-common/pom.xml b/fesod-common/pom.xml index b92bec7cf..f8cd3e2c8 100644 --- a/fesod-common/pom.xml +++ b/fesod-common/pom.xml @@ -26,7 +26,7 @@ org.apache.fesod fesod-parent - ${revision} + 2.0.1-incubating fesod-common diff --git a/fesod-examples/fesod-sheet-examples/pom.xml b/fesod-examples/fesod-sheet-examples/pom.xml index 24c6b151b..7e1358b9a 100644 --- a/fesod-examples/fesod-sheet-examples/pom.xml +++ b/fesod-examples/fesod-sheet-examples/pom.xml @@ -26,7 +26,7 @@ org.apache.fesod fesod-examples - ${revision} + 2.0.1-incubating fesod-sheet-examples diff --git a/fesod-examples/pom.xml b/fesod-examples/pom.xml index 22aea12bd..8c9a0780b 100644 --- a/fesod-examples/pom.xml +++ b/fesod-examples/pom.xml @@ -25,7 +25,7 @@ org.apache.fesod fesod-parent - ${revision} + 2.0.1-incubating fesod-examples diff --git a/fesod-shaded/pom.xml b/fesod-shaded/pom.xml index d9e5e6e69..976d257e7 100644 --- a/fesod-shaded/pom.xml +++ b/fesod-shaded/pom.xml @@ -26,7 +26,7 @@ org.apache.fesod fesod-parent - ${revision} + 2.0.1-incubating fesod-shaded @@ -82,7 +82,7 @@ true - true + false diff --git a/fesod-sheet/pom.xml b/fesod-sheet/pom.xml index 5c26670ef..64d4313a2 100644 --- a/fesod-sheet/pom.xml +++ b/fesod-sheet/pom.xml @@ -26,7 +26,7 @@ org.apache.fesod fesod-parent - ${revision} + 2.0.1-incubating fesod-sheet diff --git a/pom.xml b/pom.xml index 866cbdb7d..dbd79204e 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ org.apache.fesod fesod-parent - ${revision} + 2.0.1-incubating pom fesod-parent From 5536874bd4fd490609cf6d3ee1ce4b8b1a02dd79 Mon Sep 17 00:00:00 2001 From: Shuxin Pan Date: Tue, 27 Jan 2026 19:19:38 +0800 Subject: [PATCH 2/4] docs: update DISCLAIMER and NOTICE files with licensing information and project status --- DISCLAIMER | 10 ---------- DISCLAIMER-WIP | 25 +++++++++++++++++++++++++ NOTICE | 6 ++++++ 3 files changed, 31 insertions(+), 10 deletions(-) delete mode 100644 DISCLAIMER create mode 100644 DISCLAIMER-WIP diff --git a/DISCLAIMER b/DISCLAIMER deleted file mode 100644 index e86bf1314..000000000 --- a/DISCLAIMER +++ /dev/null @@ -1,10 +0,0 @@ -Apache Fesod (incubating) is an effort undergoing incubation at the Apache -Software Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. diff --git a/DISCLAIMER-WIP b/DISCLAIMER-WIP new file mode 100644 index 000000000..0b4d8d43a --- /dev/null +++ b/DISCLAIMER-WIP @@ -0,0 +1,25 @@ +Apache Fesod (incubating) is an effort undergoing incubation at The Apache +Software Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision-making process +have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness +or stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF. + +Some of the incubating project’s releases may not be fully compliant with ASF policy. +For example, releases may have incomplete or un-reviewed licensing conditions. +What follows is a list of issues the project is currently aware of (this list is +likely to be incomplete): + +1. IP Clearance and license header updates for legacy code derived from Alibaba +EasyExcel are currently in progress. + +If you are planning to incorporate this work into your product/project, +please be aware that you will need to conduct a thorough licensing review +to determine the overall implications of including this work. + +For the current status of this project through the Apache Incubator, +visit: https://incubator.apache.org/projects/fesod.html diff --git a/NOTICE b/NOTICE index 7510b08b3..0a3b9dc8b 100644 --- a/NOTICE +++ b/NOTICE @@ -3,6 +3,12 @@ Copyright 2025-2026 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). + +This product contains significant parts that were originally based on software +from Alibaba Group (EasyExcel ) under +the Apache License, Version 2.0 License. + +Copyright (C) 2022-2024 Alibaba Group Holding Ltd. ----------------------------------------------------------------------- Apache Maven Wrapper Copyright 2013-2022 The Apache Software Foundation From 979c4daeabbb4cea3e1ed61b57e6b3cafb3bca24 Mon Sep 17 00:00:00 2001 From: Shuxin Pan Date: Tue, 27 Jan 2026 19:23:01 +0800 Subject: [PATCH 3/4] docs: update DISCLAIMER and NOTICE files with licensing information and project status --- DISCLAIMER-WIP | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DISCLAIMER-WIP b/DISCLAIMER-WIP index 0b4d8d43a..47d28cd54 100644 --- a/DISCLAIMER-WIP +++ b/DISCLAIMER-WIP @@ -9,17 +9,17 @@ While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. -Some of the incubating project’s releases may not be fully compliant with ASF policy. -For example, releases may have incomplete or un-reviewed licensing conditions. -What follows is a list of issues the project is currently aware of (this list is -likely to be incomplete): +Some of the incubating project’s releases may not be fully compliant with ASF +policy.For example, releases may have incomplete or un-reviewed licensing +conditions. What follows is a list of issues the project is currently aware of +(this list is likely to be incomplete): 1. IP Clearance and license header updates for legacy code derived from Alibaba EasyExcel are currently in progress. -If you are planning to incorporate this work into your product/project, -please be aware that you will need to conduct a thorough licensing review -to determine the overall implications of including this work. +If you are planning to incorporate this work into your product/project,please be +aware that you will need to conduct a thorough licensing review to determine the +overall implications of including this work. For the current status of this project through the Apache Incubator, visit: https://incubator.apache.org/projects/fesod.html From 9e2d3e29977887b227fdcacd896652391a909839 Mon Sep 17 00:00:00 2001 From: Shuxin Pan Date: Tue, 27 Jan 2026 20:23:26 +0800 Subject: [PATCH 4/4] docs: update DISCLAIMER and pom.xml with licensing information and project status --- DISCLAIMER-WIP | 2 +- pom.xml | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/DISCLAIMER-WIP b/DISCLAIMER-WIP index 47d28cd54..d6bc361f4 100644 --- a/DISCLAIMER-WIP +++ b/DISCLAIMER-WIP @@ -10,7 +10,7 @@ or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. Some of the incubating project’s releases may not be fully compliant with ASF -policy.For example, releases may have incomplete or un-reviewed licensing +policy. For example, releases may have incomplete or un-reviewed licensing conditions. What follows is a list of issues the project is currently aware of (this list is likely to be incomplete): diff --git a/pom.xml b/pom.xml index dbd79204e..1855e0deb 100644 --- a/pom.xml +++ b/pom.xml @@ -42,16 +42,32 @@ Apache Fesod (Incubating) is a high-performance and memory-efficient Java library for reading and writing Excel files, designed to simplify development and ensure reliability. - Apache Fesod (incubating) is an effort undergoing incubation at the Apache + + Apache Fesod (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review - indicates that the infrastructure, communications, and decision making process + indicates that the infrastructure, communications, and decision-making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. + + Some of the incubating project’s releases may not be fully compliant with ASF + policy. For example, releases may have incomplete or un-reviewed licensing + conditions. What follows is a list of issues the project is currently aware of + (this list is likely to be incomplete): + + 1. IP Clearance and license header updates for legacy code derived from Alibaba + EasyExcel are currently in progress. + + If you are planning to incorporate this work into your product/project,please be + aware that you will need to conduct a thorough licensing review to determine the + overall implications of including this work. + + For the current status of this project through the Apache Incubator, + visit: https://incubator.apache.org/projects/fesod.html https://github.com/apache/fesod 2025