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 3b6fb69d4e Bump com.opencsv:opencsv from 5.10 to 5.11
new 4a473e32d3 GH-3164: Scope handling of trailing VALUES and clean-up
new ff27e3df40 Format white space
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/sparql/lang/LabelToNodeMap.java | 46 +++---
.../apache/jena/sparql/lang/ParserSPARQL10.java | 30 ++--
.../apache/jena/sparql/lang/ParserSPARQL11.java | 24 +--
.../jena/sparql/lang/ParserSPARQL11Update.java | 18 +--
.../apache/jena/sparql/lang/ParserSPARQL12.java | 24 +--
.../jena/sparql/lang/ParserSPARQL12Update.java | 18 +--
.../apache/jena/sparql/lang/QueryParserBase.java | 22 +--
.../org/apache/jena/sparql/lang/SPARQLParser.java | 14 +-
.../apache/jena/sparql/lang/SPARQLParserBase.java | 122 +++++++--------
.../jena/sparql/lang/SPARQLParserFactory.java | 2 +-
.../apache/jena/sparql/lang/SyntaxVarScope.java | 122 +++++++--------
.../org/apache/jena/sparql/lang/UpdateParser.java | 12 +-
.../jena/sparql/lang/UpdateParserFactory.java | 2 +-
.../jena/sparql/lang/UpdateParserRegistry.java | 46 +++---
.../org/apache/jena/sparql/lang/TestUnescape.java | 56 +++----
.../org/apache/jena/sparql/lang/TestVarScope.java | 165 +++++++++++----------
16 files changed, 358 insertions(+), 365 deletions(-)