Skip to content

Commit 91baa6f

Browse files
committed
Add module-info.class in the JAR file instead of an
Automatic-Module-Name in MANIFEST.MF
1 parent 6a49728 commit 91baa6f

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,6 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Teln
184184
<excludes>
185185
<exclude>**/examples/**</exclude>
186186
</excludes>
187-
<archive combine.children="append">
188-
<manifestEntries>
189-
<Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name>
190-
</manifestEntries>
191-
</archive>
192187
</configuration>
193188
</plugin>
194189
<!-- Exclude examples from source jar -->

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ The <action> type attribute can be add,update,fix,remove.
111111
<action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.net.util.ListenerList.isEmpty().</action>
112112
<action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.net.ftp.FTPClient.getSystemTypeOverride().</action>
113113
<action type="add" dev="ggregory" due-to="Gary Gregory">Add generics to ListenerList.</action>
114+
<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>
114115
<!-- UPDATE -->
115116
<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>
116117
<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>

0 commit comments

Comments
 (0)