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 a50f0fe179 Bump the maven-patch-group group with 4 updates
new de2527686b Support for JSON query type in QueryTransformOps.
new 7bed038306 Added non-working test case
new 128ad89196 Don't include JSON template in query projection; do compare
JSON template
new 555845e614 Add ExprTransform.transform(Node)
new 0b26a2dddd Tests for QueryTransformOps on JSON template query
The 5 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-arq/Grammar/arq.jj | 8 +--
jena-arq/Grammar/main.jj | 9 ++-
.../src/main/java/org/apache/jena/query/Query.java | 11 +++
.../org/apache/jena/sparql/core/QueryCompare.java | 1 +
.../org/apache/jena/sparql/expr/ExprTransform.java | 15 +++-
.../jena/sparql/graph/NodeTransformExpr.java | 6 +-
.../org/apache/jena/sparql/lang/arq/ARQParser.java | 8 +--
.../jena/sparql/lang/sparql_12/JavaCharStream.java | 79 +++++++++++-----------
.../syntax/syntaxtransform/QueryTransformOps.java | 44 ++++++------
.../syntaxtransform/TestQuerySyntaxTransform.java | 31 ++++++++-
10 files changed, 134 insertions(+), 78 deletions(-)