[
https://issues.apache.org/jira/browse/JENA-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16940811#comment-16940811
]
ASF subversion and git services commented on JENA-1764:
-------------------------------------------------------
Commit 55218eb69b4bd781a48928ec3e370515c9ca6536 in jena's branch
refs/heads/master from Aaron Coburn
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=55218eb ]
JENA-1764: Fix Automatic-Module-Name metadata
> Fix missing and duplicate Automatic-Module-Name metadata
> --------------------------------------------------------
>
> Key: JENA-1764
> URL: https://issues.apache.org/jira/browse/JENA-1764
> Project: Apache Jena
> Issue Type: Bug
> Affects Versions: Jena 3.12.0
> Environment: Using Jena on Java11 when Jena artifacts are on the
> module path (rather than the class path)
> Reporter: Aaron Coburn
> Assignee: Aaron Coburn
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The Java9+ module system makes use of the MANIFEST header:
> Automatic-Module-Name. This header is optional, but if present it needs to be
> globally unique and must follow certain formatting rules (e.g. no hyphens).
> The Automatic-Module-Name header in the jena-dboe-storage artifact is empty
> (not missing), which is invalid.
> In addition, the various jena-elephas-* and jena-jdbc-* artifacts contain
> duplicate module name declarations
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)