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 2022/03/14 21:40:52 UTC

[jena] branch main updated (d5f4539 -> 87dac37)

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

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


    from d5f4539  Merge pull request #1224 from afs/xloader
     new 6f4918b  Rename fixupPrefix() to canonicalPrefix()
     new 4e533b7  JENA-2313: Initial prefix map - support for parsing Turtle/TriG fragments
     new 3bbe18c  Typos
     new 87dac37  Merge pull request #1227 from afs/parse-fragment

The 9762 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:
 jena-arq/Grammar/Turtle/turtle.jj                   | 14 +++++++-------
 .../main/java/org/apache/jena/riot/RDFParser.java   | 11 ++++++-----
 .../java/org/apache/jena/riot/RDFParserBuilder.java | 19 ++++++++++++++++++-
 .../apache/jena/riot/lang/extra/LangParserBase.java |  7 +++++--
 .../jena/riot/lang/extra/javacc/TurtleJavacc.java   |  4 ++--
 .../java/org/apache/jena/riot/TS_RiotGeneral.java   |  1 +
 .../java/org/apache/jena/riot/TestRDFParser.java    | 21 +++++++++++++++++++++
 .../src/main/java/org/apache/jena/atlas/io/IOX.java |  4 ++--
 jena-shacl/shaclc/shaclc.jj                         |  6 +++---
 .../compact/reader/parser/ShaclCompactParserJJ.java |  2 +-
 10 files changed, 66 insertions(+), 23 deletions(-)