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 de6ea6fff4 Bump vite in /jena-fuseki2/jena-fuseki-ui in the
npm-patch-group group
new c829fba30a GH-3685: Update string functions for RDF 1.2 base direction
new 8f265909ff Implement SameVALUE (ARQ keyword)
The 2 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:
.../apache/jena/riot/writer/JsonLD11Writer.java | 9 +-
.../org/apache/jena/sparql/expr/E_SameValue.java | 25 +-
.../org/apache/jena/sparql/expr/NodeValue.java | 4 +-
.../jena/sparql/expr/nodevalue/NodeValueOps.java | 84 ++--
.../jena/sparql/expr/nodevalue/XSDFuncOp.java | 82 ++--
.../org/apache/jena/arq/junit/OmittedTest.java | 4 +-
.../org/apache/jena/rdfs/TestDatasetGraphRDFS.java | 4 +-
.../java/org/apache/jena/sparql/expr/TS_Expr.java | 3 +-
.../org/apache/jena/sparql/expr/TestFunctions.java | 141 +-----
...tions2.java => TestSparqlKeywordFunctions.java} | 522 +++++++++++++--------
.../sparql/expr/TestStringArgCompatibility.java | 83 ++++
.../main/java/org/apache/jena/atlas/lib/Lib.java | 8 +-
.../org/apache/jena/fuseki/servlets/ActionLib.java | 4 +-
13 files changed, 549 insertions(+), 424 deletions(-)
rename jena-arq/src/test/java/org/apache/jena/sparql/expr/{TestFunctions2.java
=> TestSparqlKeywordFunctions.java} (50%)
create mode 100644
jena-arq/src/test/java/org/apache/jena/sparql/expr/TestStringArgCompatibility.java