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/05/17 19:28:53 UTC

[jena] branch main updated (6189afb0fc -> e7c15ab38b)

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 6189afb0fc Merge pull request #1310 from afs/cg-tests
     new 5d58f12e8e Whitespace
     new 47c261f70a Rename private function for clarity
     new 0045ef26c0 Class javadoc
     new d55cd34354 Use E_NotExists for compileElementNotExists
     new 04dadf3a9c SHACLC is registered by jena-shacl
     new e7c15ab38b Merge pull request #1320 from afs/misc

The 9897 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/riot/RDFParserRegistry.java    |   3 +-
 .../org/apache/jena/riot/RDFWriterRegistry.java    |   1 -
 .../jena/sparql/algebra/AlgebraGenerator.java      |   9 +-
 .../algebra/optimize/TransformPathFlatternStd.java | 260 ++++++++++-----------
 .../jena/sparql/core/DatasetGraphWrapper.java      |   4 +-
 .../org/apache/jena/sparql/core/Substitute.java    |   7 +
 .../apache/jena/fuseki/servlets/ActionBase.java    |  17 +-
 .../apache/jena/fuseki/servlets/ActionService.java |   4 +-
 .../apache/jena/fuseki/servlets/HttpAction.java    |   4 -
 .../apache/jena/fuseki/servlets/ServletAction.java |   1 -
 .../shacl/compact/reader/ShaclCompactParser.java   |  22 +-
 11 files changed, 154 insertions(+), 178 deletions(-)