GitHub user HansBrende opened a pull request:
https://github.com/apache/any23/pull/70
ANY23-323 Update Eclipse RDF4J version to 2.3.0
I also had to add `BasicParserSettings.VERIFY_RELATIVE_URIS` as a non-fatal
error, due to differences in the ways that version 2.2.4 and 2.3.0 calculated
whether a URI is *opaque*:
2.2.4 called any URI with a null path opaque (which could never happen)
2.3.0 called a URI opaque if it had a non-null scheme and its path did not
begin with "/"
Without classifying the above error as non-fatal, errors occurred in the
turtle parser test. Since the document IRI did not end with "/", it was
classified as "opaque" by version 2.3.0, hence attempting to resolve a relative
IRI against it resulted in an error.
mvn clean test -> all tests pass
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HansBrende/any23 ANY23-323
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/70.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 #70
----
commit ca6b4cc6fc76b5e4a87a71ce0c9baee419785a5c
Author: Hans <firedrake93@...>
Date: 2018-04-03T11:16:45Z
ANY23-323 Update Eclipse RDF4J version to 2.3.0
----
---