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 7b6d38082d Correct javadoc NodeFactory.createLiteral(String)
deprecated message
new ce00e7bd45 GH-2158: Apply imports during cmd validation
new 8fef93101b GH-2157: Support ?currentShape and ?shapesGraph
new f5a13ce4ed Output via ValidationContext
new 135a03b1e8 Use ConcurrentHashMap in LocationMapper
The 4 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/riot/system/stream/LocationMapper.java | 8 +-
jena-cmds/src/main/java/shacl/shacl_validate.java | 6 ++
.../main/java/org/apache/jena/shacl/Imports.java | 103 +++++++++++++++------
.../main/java/org/apache/jena/shacl/Shapes.java | 2 +-
.../jena/shacl/engine/ValidationContext.java | 13 ++-
.../shacl/engine/constraint/JLogConstraint.java | 2 +-
.../shacl/engine/constraint/SparqlValidation.java | 31 +++++--
.../org/apache/jena/shacl/parser/Constraints.java | 22 +++--
.../org/apache/jena/shacl/parser/ShapesParser.java | 2 +-
.../org/apache/jena/shacl/sys/ShaclSystem.java | 10 +-
.../org/apache/jena/shacl/validation/VLib.java | 21 +++--
.../jena/shacl/validation/ValidationProc.java | 31 +++----
.../org/apache/jena/shacl/vocabulary/SHACL.java | 24 +++++
jena-shacl/src/test/files/local/manifest.ttl | 4 +
.../files/local/other/sparql-vars-001-data.ttl | 10 ++
.../files/local/other/sparql-vars-001-results.ttl | 18 ++++
.../files/local/other/sparql-vars-001-shape.ttl | 35 +++++++
.../test/files/std/sparql/pre-binding/manifest.ttl | 3 +-
.../test/java/org/apache/jena/shacl/TC_SHACL.java | 2 +
.../tests/jena_shacl/JenaShaclTestsByCode.java | 77 +++++++++++++++
20 files changed, 333 insertions(+), 91 deletions(-)
create mode 100644
jena-shacl/src/test/files/local/other/sparql-vars-001-data.ttl
create mode 100644
jena-shacl/src/test/files/local/other/sparql-vars-001-results.ttl
create mode 100644
jena-shacl/src/test/files/local/other/sparql-vars-001-shape.ttl
create mode 100644
jena-shacl/src/test/java/org/apache/jena/shacl/tests/jena_shacl/JenaShaclTestsByCode.java