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 993851845d Bump flatted from 3.3.3 to 3.4.2 in
/jena-fuseki2/jena-fuseki-ui
new ff3f8f2b23 Complete the test types for RDF/XML
new c3707d0ce2 GH-3809: CONSTRUCTWHERE template to query pattern
new c799f21bb8 GH-3809: Round-trip equality for CONSTRUCTWHERE
The 3 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 | 14 +-
jena-arq/Grammar/main.jj | 35 +-
jena-arq/Grammar/sparql_12.jj | 15 +-
.../apache/jena/sparql/lang/SPARQLParserBase.java | 34 +-
.../apache/jena/sparql/lang/arq/ARQParserBase.java | 22 -
.../jena/sparql/lang/arq/javacc/ARQParser.java | 703 ++++++++++-----------
.../lang/sparql_12/javacc/SPARQLParser12.java | 408 ++++++------
.../org/apache/jena/sparql/modify/TemplateLib.java | 63 +-
.../org/apache/jena/arq/junit/riot/RiotTests.java | 47 +-
.../jena/arq/junit/riot/RiotTestsConfig.java | 2 +-
.../apache/jena/arq/junit/riot/VocabLangRDF.java | 9 +-
11 files changed, 656 insertions(+), 696 deletions(-)