[
https://issues.apache.org/jira/browse/JENA-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16637314#comment-16637314
]
ASF GitHub Bot commented on JENA-1609:
--------------------------------------
GitHub user rvesse opened a pull request:
https://github.com/apache/jena/pull/476
Fix JDK10 Build (JENA-1609)
Simplified version of PR #474 avoiding the dependency weirdness by adding
the missing dependency only for the execution of the Javadoc plugin on the
offending module
cc @lewismc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rvesse/jena jdk10-build
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/476.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 #476
----
commit ae06ecf498c3cd7e909b76d81ae72a05709c6941
Author: Rob Vesse <rvesse@...>
Date: 2018-10-03T17:33:25Z
Get Jena JDBC building on JDK 10 (JENA-1609)
Pass needed log4j dependency directly to Javadoc plugin when bundling
the Jena JDBC javadocs.
Also upgrade Javadoc plugin to 3.0.1 to avoid bugs
commit 4ee971b42a018dc8887db274283a1606b2f2b32a
Author: Rob Vesse <rvesse@...>
Date: 2018-10-03T18:02:30Z
Remove Javadoc link that JDK 10 dislikes (JENA-1609)
----
> Jena master does not build under JDK10
> --------------------------------------
>
> Key: JENA-1609
> URL: https://issues.apache.org/jira/browse/JENA-1609
> Project: Apache Jena
> Issue Type: Improvement
> Components: Build, Documentation
> Environment: Apache Maven 3.5.4
> (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T11:33:14-07:00)
> Maven home: /usr/local/Cellar/maven/3.5.4/libexec
> Java version: 10.0.2, vendor: Oracle Corporation, runtime:
> /Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"
> Reporter: Lewis John McGibbney
> Priority: Major
> Fix For: Jena 3.9.0
>
>
> When I attempt build under Oracle JDK 10 there are several issues which cause
> the build to fail. The following PR addresses these issues and enables me to
> build and run Jena master under JDK 10.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)