You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/13 12:00:10 UTC

[jira] [Commented] (COMMONSRDF-64) Add Automatic-Module-Name to bundle manifest

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

ASF GitHub Bot commented on COMMONSRDF-64:
------------------------------------------

GitHub user acoburn opened a pull request:

    https://github.com/apache/commons-rdf/pull/40

    Adds Automatic-Module-Name to the bundle manifests

    Resolves COMMONSRDF-64

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/acoburn/commons-rdf COMMONSRDF-64

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-rdf/pull/40.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 #40
    
----
commit 0a182bcf026adf761d8520c52869542cf449c82f
Author: Aaron Coburn <ac...@amherst.edu>
Date:   2017-09-13T11:57:17Z

    Adds Automatic-Module-Name to the bundle manifests
    
    Resolves COMMONSRDF-64

----


> Add Automatic-Module-Name to bundle manifest
> --------------------------------------------
>
>                 Key: COMMONSRDF-64
>                 URL: https://issues.apache.org/jira/browse/COMMONSRDF-64
>             Project: Apache Commons RDF
>          Issue Type: Improvement
>          Components: api, jena, jsonld-java, rdf4j, simple
>    Affects Versions: 0.3.0
>            Reporter: Aaron Coburn
>             Fix For: 1.0.0
>
>
> The JDK 9 module system will honor an Automatic-Module-Name manifest header when importing modules. It would be nice if the Commons RDF modules provided this.
> In the absence of this header, the modules can still be imported, but the {{requires}} statement will look different. Adding the header proactively will make the transition to Java9 easier for code that uses the Commons RDF library.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)