[
https://issues.apache.org/jira/browse/LANG-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040486#comment-16040486
]
ASF GitHub Bot commented on LANG-1338:
--------------------------------------
GitHub user britter opened a pull request:
https://github.com/apache/commons-lang/pull/270
LANG-1338: Add Automatic-Module-Name MANIFEST entry for Java 9
compatibility.
This change duplicates the maven-jar-plugin configuration from parent
pom. After we have implemented a solution for this in parent pom, this
commit should be reverted.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/britter/commons-lang LANG-1338
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/270.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #270
----
----
> Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility
> -----------------------------------------------------------------
>
> Key: LANG-1338
> URL: https://issues.apache.org/jira/browse/LANG-1338
> Project: Commons Lang
> Issue Type: Improvement
> Reporter: Benedikt Ritter
> Assignee: Benedikt Ritter
> Labels: Java9
> Fix For: 3.6
>
>
> In order to make Commons Lang usable in Java 9 module system, we need to add
> a new entry to the MANIFEST file as a temporary fix before we we can compile
> on Java 9 and add a module-info.java file.
> We had discussions on the ML on how to fix this in parent pom (see
> http://markmail.org/message/5imtc5q4gsbg4alm), but we haven't reached
> consensus about how to implement this.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)