You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/11/25 11:07:24 UTC

[jena] 01/01: Merge pull request #871 from apache/windows-file

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git

commit a33b86878e9bba4b06ea14feb251d593aa0821d7
Merge: 967d260 c8c91f8
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Nov 25 11:07:13 2020 +0000

    Merge pull request #871 from apache/windows-file
    
    JENA-2003: Handle file URIs with URI scheme name

 .../main/java/org/apache/jena/riot/RDFDataMgr.java |  2 +-
 .../java/org/apache/jena/riot/RDFLanguages.java    | 28 ++++----
 .../jena/riot/system/stream/LocatorFile.java       | 39 +++++------
 .../src/main/java/org/apache/jena/atlas/io/IO.java | 76 ++++++++++++++++++----
 .../java/org/apache/jena/atlas/lib/IRILib.java     |  2 +-
 .../java/org/apache/jena/fuseki/system/Upload.java |  4 +-
 6 files changed, 103 insertions(+), 48 deletions(-)