You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Aaron Coburn (Jira)" <ji...@apache.org> on 2019/09/25 20:10:00 UTC

[jira] [Created] (JENA-1764) Fix missing and duplicate Automatic-Module-Name metadata

Aaron Coburn created JENA-1764:
----------------------------------

             Summary: 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


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)