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:23 UTC

[jena] branch master updated (967d260 -> a33b868)

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

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


    from 967d260  [maven-release-plugin] prepare for next development iteration
     add c8c91f8  JENA-2003: Handle file URIs with URI scheme name
     new a33b868  Merge pull request #871 from apache/windows-file

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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(-)


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

Posted by an...@apache.org.
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(-)