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/12/20 21:55:08 UTC

[jena] branch master updated (060093f -> 93bedff)

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 060093f  Merge pull request #886 from afs/jena2015-rdf-star-syntax
     new e800480  JENA-2019: Parse rule literals
     new 3859099  JENA-2018: Extract a base URI if exactly one
     new 58de541  JENA-2019: Test rule parser
     new 5cc3c94  JENA-2018: Test import/base
     new 93bedff  Merge pull request #888 from afs/fixes

The 8756 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:
 .../org/apache/jena/reasoner/rulesys/Rule.java     |  9 +++---
 .../jena/reasoner/rulesys/test/TestBasics.java     |  6 +++-
 .../main/java/org/apache/jena/shacl/Imports.java   | 36 +++++++++++++---------
 .../main/java/org/apache/jena/shacl/Shapes.java    |  2 --
 .../jena/shacl/compact/writer/CompactWriter.java   |  8 +++--
 .../org/apache/jena/shacl/tests/TestImports.java   |  9 ++++--
 6 files changed, 43 insertions(+), 27 deletions(-)