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/11/20 20:09:00 UTC

[jira] [Commented] (COMMONSRDF-67) Make build compatible with JDK9

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

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

GitHub user acoburn opened a pull request:

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

    COMMONSRDF-67

    The current japicmp maven plugin requires a number of javaee
    libraries that are not available on JDK 9. Until this is fixed
    in the upstream project, this adds the required dependencies
    for the plugin so that commons-rdf can be built on JDK 9.
    
    The jacoco tool version is also updated to support Java 9.

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

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

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

    https://github.com/apache/commons-rdf/pull/47.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 #47
    
----
commit 5cbfd5105e8523556116918c1068f34f38fea2e7
Author: Aaron Coburn <ac...@amherst.edu>
Date:   2017-11-20T19:57:30Z

    COMMONSRDF-67
    
    The current japicmp maven plugin requires a number of javaee
    libraries that are not available on JDK 9. Until this is fixed
    in the upstream project, this adds the required dependencies
    for the plugin so that commons-rdf can be built on JDK 9.

----


> Make build compatible with JDK9
> -------------------------------
>
>                 Key: COMMONSRDF-67
>                 URL: https://issues.apache.org/jira/browse/COMMONSRDF-67
>             Project: Apache Commons RDF
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.5.0
>            Reporter: Sergio Fernández
>             Fix For: 0.6.0
>
>
> As pointed by [~acoburn] during the release of {{0.5.0}}: https://lists.apache.org/thread.html/683d2594e86a10e0773dea94b06f37a244ae5605907fcba9dcc9d16c@%3Cdev.commons.apache.org%3E
> bq. I did have some problems building with JDK9 (OS X), first with the version of the JaCoCo plugin and then later (after changing to a more recent version of the plugin) with the japicmp plugin. These would be nice things to fix, but I don't see any reason that they need to hold up this release, as the JDK8-built artifacts work just fine when running in JDK9.



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