[
https://issues.apache.org/jira/browse/MATH-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17785619#comment-17785619
]
Axel Howind commented on MATH-1661:
-----------------------------------
An automatic module name in a 3.x release would be a first step that already
solves some of the problems users of downstream projects face. A "real" module
info would be perfect. AFAIK, it shouldn't even be necessary to create a multi
release jar as module info should be ignored by Java tools in version below 9.
There were issues with certain tools from outside the JDK that couldn't cope
with a module-info.class file (IIRC eclipse), but I hope in the past six years
these tools caught up. So it should be possible to have a JDK 8 compatible jar
that also contains a module info for later versions without even resorting to
multi release jars.
> Support Java module/automatic module
> ------------------------------------
>
> Key: MATH-1661
> URL: https://issues.apache.org/jira/browse/MATH-1661
> Project: Commons Math
> Issue Type: Improvement
> Reporter: Mark Woon
> Priority: Major
> Attachments: MANIFEST.MF
>
>
> Please support java modules (with module-info.java) or add
> Automatic-Module-Name to MANIFEST.MF.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)