Skip to content

Commit 8d471cd

Browse files
NET-648: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/trunk@1820447 13f79535-47bb-0310-9956-ffa450edef68
1 parent d08c40e commit 8d471cd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel
235235
<excludes>
236236
<exclude>**/examples/**</exclude>
237237
</excludes>
238+
<archive combine.children="append">
239+
<manifestEntries>
240+
<Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name>
241+
</manifestEntries>
242+
</archive>
238243
</configuration>
239244
</plugin>
240245

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ This is mainly a bug-fix release. See further details below.
7474
The examples are not part of the public API, so this does not affect compatibility.
7575
7676
">
77+
<action issue="NET-648" type="add" dev="pschumacher">
78+
Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility
79+
</action>
7780
<action issue="NET-641" type="fix" dev="sebb" due-to="pin_ptr">
7881
SubnetUtils.SubnetInfo.isInRange("0.0.0.0") returns true for CIDR/31, 32
7982
</action>

0 commit comments

Comments
 (0)