[jira] [Commented] (CLI-299) Add Automatic-Module-Name to MANIFEST.MF

2023-10-19 Thread Gary D. Gregory (Jira)


[ 
https://issues.apache.org/jira/browse/CLI-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1323#comment-1323
 ] 

Gary D. Gregory commented on CLI-299:
-

There are some current issues that need debugging first, for example "mvn clean 
install" is broken, we should update to commons-parent 64, and make sure we 
have reasonable testing in a build. This might require fancy Maven footwork 
and/or splitting the project into a multi-module project.

> Add Automatic-Module-Name to MANIFEST.MF
> 
>
> Key: CLI-299
> URL: https://issues.apache.org/jira/browse/CLI-299
> Project: Commons CLI
>  Issue Type: Improvement
>Reporter: Michael Miller
>Priority: Major
>
> Add Automatic-Module-Name to the jar manifest in support of the Java 9 module 
> system.  See other Apache commons projects that have already made the update:
> https://issues.apache.org/jira/browse/BEANUTILS-512
> https://issues.apache.org/jira/browse/LOGGING-165
> I am opening this ticket because Accumulo requires its dependencies to have 
> stable module names before it can release modules of its own.  Here is some 
> discussion and more information about this topic: 
> https://github.com/apache/accumulo/issues/1434



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CLI-299) Add Automatic-Module-Name to MANIFEST.MF

2023-10-19 Thread Samael Bate (Jira)


[ 
https://issues.apache.org/jira/browse/CLI-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1300#comment-1300
 ] 

Samael Bate commented on CLI-299:
-

looking at the pom in master it seems that module name is configured as a 
property. Can someone from Apache publish a release so that users that want to 
use JPMS can specify {{requires org.apache.commons.cli}} in our 
_module-info.java_ files.

> Add Automatic-Module-Name to MANIFEST.MF
> 
>
> Key: CLI-299
> URL: https://issues.apache.org/jira/browse/CLI-299
> Project: Commons CLI
>  Issue Type: Improvement
>Reporter: Michael Miller
>Priority: Major
>
> Add Automatic-Module-Name to the jar manifest in support of the Java 9 module 
> system.  See other Apache commons projects that have already made the update:
> https://issues.apache.org/jira/browse/BEANUTILS-512
> https://issues.apache.org/jira/browse/LOGGING-165
> I am opening this ticket because Accumulo requires its dependencies to have 
> stable module names before it can release modules of its own.  Here is some 
> discussion and more information about this topic: 
> https://github.com/apache/accumulo/issues/1434



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CLI-299) Add Automatic-Module-Name to MANIFEST.MF

2022-11-18 Thread Samael Bate (Jira)


[ 
https://issues.apache.org/jira/browse/CLI-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17635773#comment-17635773
 ] 

Samael Bate commented on CLI-299:
-

will this ever get merged/released?

> Add Automatic-Module-Name to MANIFEST.MF
> 
>
> Key: CLI-299
> URL: https://issues.apache.org/jira/browse/CLI-299
> Project: Commons CLI
>  Issue Type: Improvement
>Reporter: Michael Miller
>Priority: Major
>
> Add Automatic-Module-Name to the jar manifest in support of the Java 9 module 
> system.  See other Apache commons projects that have already made the update:
> https://issues.apache.org/jira/browse/BEANUTILS-512
> https://issues.apache.org/jira/browse/LOGGING-165
> I am opening this ticket because Accumulo requires its dependencies to have 
> stable module names before it can release modules of its own.  Here is some 
> discussion and more information about this topic: 
> https://github.com/apache/accumulo/issues/1434



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CLI-299) Add Automatic-Module-Name to MANIFEST.MF

2022-01-18 Thread Jira


[ 
https://issues.apache.org/jira/browse/CLI-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17478363#comment-17478363
 ] 

Stéphane BARBARAY commented on CLI-299:
---

Any news about this?

> Add Automatic-Module-Name to MANIFEST.MF
> 
>
> Key: CLI-299
> URL: https://issues.apache.org/jira/browse/CLI-299
> Project: Commons CLI
>  Issue Type: Improvement
>Reporter: Michael Miller
>Priority: Major
>
> Add Automatic-Module-Name to the jar manifest in support of the Java 9 module 
> system.  See other Apache commons projects that have already made the update:
> https://issues.apache.org/jira/browse/BEANUTILS-512
> https://issues.apache.org/jira/browse/LOGGING-165
> I am opening this ticket because Accumulo requires its dependencies to have 
> stable module names before it can release modules of its own.  Here is some 
> discussion and more information about this topic: 
> https://github.com/apache/accumulo/issues/1434



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (CLI-299) Add Automatic-Module-Name to MANIFEST.MF

2020-08-06 Thread Sean Gilligan (Jira)


[ 
https://issues.apache.org/jira/browse/CLI-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172721#comment-17172721
 ] 

Sean Gilligan commented on CLI-299:
---

The commons-cli pom.xml has been updated, so all that is needed is to create an 
empty file named {{profile.module-name in the project root directory.}}

{{I've resolved the merge conflict after the POM update, so PR #35 just creates 
an empty }}{{profile.module-name}}{{ file.}}

> Add Automatic-Module-Name to MANIFEST.MF
> 
>
> Key: CLI-299
> URL: https://issues.apache.org/jira/browse/CLI-299
> Project: Commons CLI
>  Issue Type: Improvement
>Reporter: Michael Miller
>Priority: Major
>
> Add Automatic-Module-Name to the jar manifest in support of the Java 9 module 
> system.  See other Apache commons projects that have already made the update:
> https://issues.apache.org/jira/browse/BEANUTILS-512
> https://issues.apache.org/jira/browse/LOGGING-165
> I am opening this ticket because Accumulo requires its dependencies to have 
> stable module names before it can release modules of its own.  Here is some 
> discussion and more information about this topic: 
> https://github.com/apache/accumulo/issues/1434



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (CLI-299) Add Automatic-Module-Name to MANIFEST.MF

2020-04-17 Thread Sean Gilligan (Jira)


[ 
https://issues.apache.org/jira/browse/CLI-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086014#comment-17086014
 ] 

Sean Gilligan commented on CLI-299:
---

I submitted a PR on the Github mirror: 
[https://github.com/apache/commons-cli/pull/35]

> Add Automatic-Module-Name to MANIFEST.MF
> 
>
> Key: CLI-299
> URL: https://issues.apache.org/jira/browse/CLI-299
> Project: Commons CLI
>  Issue Type: Improvement
>Reporter: Michael Miller
>Priority: Major
>
> Add Automatic-Module-Name to the jar manifest in support of the Java 9 module 
> system.  See other Apache commons projects that have already made the update:
> https://issues.apache.org/jira/browse/BEANUTILS-512
> https://issues.apache.org/jira/browse/LOGGING-165
> I am opening this ticket because Accumulo requires its dependencies to have 
> stable module names before it can release modules of its own.  Here is some 
> discussion and more information about this topic: 
> https://github.com/apache/accumulo/issues/1434



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (CLI-299) Add Automatic-Module-Name to MANIFEST.MF

2020-04-17 Thread Sean Gilligan (Jira)


[ 
https://issues.apache.org/jira/browse/CLI-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17085984#comment-17085984
 ] 

Sean Gilligan commented on CLI-299:
---

It looks like support for this was added to commons-parent/pom.xml in version 
49. commons-cli is still using parent pom.xml version 48, so upgrading to a new 
parent pom should be the solution.

> Add Automatic-Module-Name to MANIFEST.MF
> 
>
> Key: CLI-299
> URL: https://issues.apache.org/jira/browse/CLI-299
> Project: Commons CLI
>  Issue Type: Improvement
>Reporter: Michael Miller
>Priority: Major
>
> Add Automatic-Module-Name to the jar manifest in support of the Java 9 module 
> system.  See other Apache commons projects that have already made the update:
> https://issues.apache.org/jira/browse/BEANUTILS-512
> https://issues.apache.org/jira/browse/LOGGING-165
> I am opening this ticket because Accumulo requires its dependencies to have 
> stable module names before it can release modules of its own.  Here is some 
> discussion and more information about this topic: 
> https://github.com/apache/accumulo/issues/1434



--
This message was sent by Atlassian Jira
(v8.3.4#803005)