This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push: new 91baa6f8 Add module-info.class in the JAR file instead of an Automatic-Module-Name in MANIFEST.MF 91baa6f8 is described below commit 91baa6f8ab46863693f130de2b8698bf8c68189b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 28 07:53:13 2025 -0400 Add module-info.class in the JAR file instead of an Automatic-Module-Name in MANIFEST.MF --- pom.xml | 5 ----- src/changes/changes.xml | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index b8074032..b9c332af 100644 --- a/pom.xml +++ b/pom.xml @@ -184,11 +184,6 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Teln <excludes> <exclude>**/examples/**</exclude> </excludes> - <archive combine.children="append"> - <manifestEntries> - <Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name> - </manifestEntries> - </archive> </configuration> </plugin> <!-- Exclude examples from source jar --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f4ecadd5..7d05db1d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -111,6 +111,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.net.util.ListenerList.isEmpty().</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.net.ftp.FTPClient.getSystemTypeOverride().</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add generics to ListenerList.</action> + <action type="add" dev="ggregory" due-to="Gary Gregory">Add module-info.class in the JAR file instead of an Automatic-Module-Name in MANIFEST.MF.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 70 to 85 #261, #278, #280, #285, #298, #293, #300, #345.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0 #268, #273, #281, #354.</action>