GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/419
JENA-1546: Cleanup for JDK10
* surefire update to 2.21.0 to avoid an NPE.
* Fixes in jena-iri for generated files; javadoc caused the build to stop
on [ERROR].
* Some cleaning of javadoc to reduce warnings. JDK10 seems to generate many
more [WARNINGS].
The javadoc cleanup around [WARNINGS] is partial. There are a lot.
Note to run with JDK10: need to change the POM:
* Enable `-html5` flag for javadoc tool.
* Avoid jena-elephas because it depends on Hadoop that depends on a removed
API.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena javadoc-cleanup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/419.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 #419
----
commit 7e2879c23557f2d7e82bb6d3b838d19bd0e183f7
Author: Andy Seaborne <andy@...>
Date: 2018-05-09T21:28:29Z
JENA-1546: Fix for JDK10 javadoc
commit f754a3112e15045a298578e6debcb171e9f0b424
Author: Andy Seaborne <andy@...>
Date: 2018-05-09T21:29:10Z
JENA-1546: Set surefire to 2.21.0. Clean-up some javadoc
----
---