Copilot commented on code in PR #604:
URL: https://github.com/apache/fesod/pull/604#discussion_r2383859588
##########
pom.xml:
##########
@@ -77,33 +77,41 @@
</properties>
<scm>
- <url>https://github.com/fast-excel/fastexcel</url>
-
<connection>scm:git:https://[email protected]/fast-excel/fastexcel.git</connection>
+ <connection>scm:git:git://github.com/apache/fesod.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/fesod.git</developerConnection>
+ <url>scm:git:[email protected]:apache/fesod.git</url>
Review Comment:
The SCM connection and URL use different protocols (git:// vs git@). For
consistency, both should use the same protocol format. Consider using https://
for both or ensure the git:// protocol is appropriate for your CI/CD setup.
```suggestion
<url>scm:git:https://github.com/apache/fesod.git</url>
```
##########
pom.xml:
##########
@@ -33,9 +33,9 @@
<packaging>pom</packaging>
<name>fastexcel-parent</name>
- <description>Fastexcel is an Excel handle tools written in
Java</description>
- <url>https://github.com/fast-excel/fastexcel</url>
- <inceptionYear>2024</inceptionYear>
+ <description>Apache Fesod (Incubating). Fast. Easy. Done. Processing
Excels without worrying about large files causing OOM.</description>
Review Comment:
[nitpick] The description contains informal language. Consider rephrasing
to: 'Apache Fesod (Incubating) - A high-performance Excel processing library
that handles large files efficiently without causing out-of-memory errors.'
```suggestion
<description>Apache Fesod (Incubating) - A high-performance Excel
processing library that handles large files efficiently without causing
out-of-memory errors.</description>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]