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 3587a9baad Bump the npm-patch-group group
new 2af047d572 Make FunctionRegistry more robust
new 574ea8e4d9 Tidy up FMod_Admin
new b9562263fe GH-3708: Get function directly from FunctionRegistry
new d26e4959bd Rename to DataLoader.streamRDF() from .stream()
new a092166b46 Clarify javadoc in OperationRegistry
new f45dd0d150 Move back test shacl_no_data_graph
The 6 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/sparql/expr/E_Function.java | 17 ++-
.../jena/sparql/function/FunctionRegistry.java | 52 ++++++---
.../jena/sparql/function/library/FN_Apply.java | 5 +-
.../apache/jena/sparql/util/TestContextUtils.java | 4 +-
.../org/apache/jena/fuseki/server/Operation.java | 1 -
.../jena/fuseki/server/OperationRegistry.java | 8 +-
.../apache/jena/fuseki/mod/admin/FMod_Admin.java | 33 ++++--
.../org/apache/jena/fuseki/main/TS_FusekiMain.java | 2 +
.../fuseki/main/TestFusekiShaclValidation.java | 127 ++++++++++-----------
.../org/apache/jena/tdb2/loader/DataLoader.java | 6 +-
.../org/apache/jena/tdb2/loader/LoaderFactory.java | 8 +-
.../apache/jena/tdb2/loader/base/LoaderBase.java | 4 +-
.../apache/jena/tdb2/loader/basic/LoaderBasic.java | 2 +-
.../apache/jena/tdb2/loader/main/LoaderMain.java | 2 +-
.../tdb2/loader/sequential/LoaderSequential.java | 2 +-
.../jena/tdb2/loader/AbstractTestLoader.java | 2 +-
16 files changed, 156 insertions(+), 119 deletions(-)