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

ASF GitHub Bot commented on ANY23-323:
--------------------------------------

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

----


> Update Eclipse RDF4J version to 2.3
> -----------------------------------
>
>                 Key: ANY23-323
>                 URL: https://issues.apache.org/jira/browse/ANY23-323
>             Project: Apache Any23
>          Issue Type: Improvement
>          Components: api, core
>    Affects Versions: 2.1
>            Reporter: Jacek Grzebyta
>            Priority: Minor
>              Labels: rdf4j
>
> Currently RDF4J release 2.3-SNAPSHOT contains a few valuable issues solved. 
> One of the useful is implemented *pretty printing* at least for turtle and 
> trig writers.
> I will create PR with the results but suggest merging it with master branch 
> after RDF4J release 2.3 will be published because it is still under strong 
> development.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to