This is an automated email from the ASF dual-hosted git repository.
psxjoy 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 c8bd0923 chore: merge latest version to main (#825)
c8bd0923 is described below
commit c8bd09232d421e6cf580b3067b2bdbe93455bac0
Author: Shuxin Pan <[email protected]>
AuthorDate: Sat Jan 24 09:08:15 2026 +0800
chore: merge latest version to main (#825)
* chore: add project description to pom.xml for clarity on incubation (#798)
* fix(shaded): explicitly add license to shaded module pom
* chore: add project description to pom.xml for clarity on incubation status
* chore: add project description to pom.xml for clarity on incubation status
* chore: update pom.xml to exclude additional file types from packaging
(#802)
---
fesod-shaded/pom.xml | 23 +++++++++++++++++++++++
pom.xml | 14 ++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/fesod-shaded/pom.xml b/fesod-shaded/pom.xml
index 19a9c4b6..d9e5e6e6 100644
--- a/fesod-shaded/pom.xml
+++ b/fesod-shaded/pom.xml
@@ -32,6 +32,29 @@
<artifactId>fesod-shaded</artifactId>
<name>Fesod Shaded</name>
+ <description>
+ 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
+ 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.
+ </description>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>https://www.apache.org/licenses/LICENSE-2.0</url>
+ </license>
+ </licenses>
+
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/pom.xml b/pom.xml
index 050014dc..0f72b13b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,16 @@
<description>
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
+ 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.
</description>
<url>https://github.com/apache/fesod</url>
<inceptionYear>2025</inceptionYear>
@@ -522,6 +532,10 @@
<exclude>website/**</exclude>
<exclude>logo.svg</exclude>
<exclude>**/*.md</exclude>
+ <exclude>dist/**</exclude>
+ <exclude>**/*.xlsx</exclude>
+ <exclude>**/*.xls</exclude>
+ <exclude>**/*.csv</exclude>
<exclude>.git/**</exclude>
<exclude>.github/**</exclude>
<exclude>**/target/**</exclude>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]