You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/09/10 10:16:09 UTC

[jena] branch main updated (b3ac6b666a -> 5ba9140ef6)

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 b3ac6b666a Merge pull request #1525 from afs/fix-javadoc
     new e4f54afe6a Improve comment about parsing semanticAction. Rebuild parser.
     new 7c5907c413 Typo
     new c3491c0674 Separate TestDatabaseCompact
     new ecfce14b29 Tidy up comments and code
     new 647073cd0e Allow ARQ syntax
     new c420c8f298 Tidy up Syntax class and translation tables
     new 5ba9140ef6 Merge pull request #1527 from afs/misc

The 10235 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:
 .../main/java/org/apache/jena/query/Syntax.java    | 212 +++++++++---------
 .../org/apache/jena/riot/tokens/TokenizerText.java |   2 +-
 .../apache/jena/sparql/util/TranslationTable.java  |  56 ++---
 .../jena/sparql/expr/TestCustomAggregates.java     |  34 ++-
 .../java/org/apache/jena/atlas/iterator/Iter.java  |   2 +-
 .../main/java/org/apache/jena/atlas/lib/Lib.java   |   2 +-
 .../org/apache/jena/atlas/lib/ProgressMonitor.java |   2 +-
 jena-cmds/src/main/java/arq/rsparql.java           |   4 +-
 .../java/org/apache/jena/tdb2/sys/DatabaseOps.java |   8 -
 .../test/java/org/apache/jena/tdb2/sys/TS_Sys.java |   1 +
 ...stDatabaseOps.java => TestDatabaseCompact.java} |  21 +-
 .../org/apache/jena/tdb2/sys/TestDatabaseOps.java  | 245 +--------------------
 .../apache/jena/fuseki/main/cmds/FusekiMain.java   |   1 +
 jena-shex/shexc/shex.jj                            |  20 +-
 .../jena/shex/parser/javacc/TokenMgrError.java     |   5 +-
 15 files changed, 168 insertions(+), 447 deletions(-)
 copy jena-db/jena-tdb2/src/test/java/org/apache/jena/tdb2/sys/{TestDatabaseOps.java => TestDatabaseCompact.java} (94%)