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 2021/11/19 11:27:49 UTC

[jena] branch main updated (1cdaa70 -> 2ac1483)

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 1cdaa70  Merge pull request #1111 from afs/qexec3
     new e175b51  Rename TestCodec as TestNodec
     new 318c02b  Clean up and doc
     new 6e6a615  Pass close() to RowSet
     new fcb55f1  Add QUERY
     new 801e02c  Relative link to CSS
     new 2ac1483  Merge pull request #1112 from afs/cleanup

The 9401 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/RDF-Protobuf/README                  |  4 ++--
 .../main/java/org/apache/jena/riot/web/HttpNames.java |  1 +
 .../org/apache/jena/sparql/exec/ResultSetAdapter.java |  5 +++++
 .../src/main/java/org/apache/jena/atlas/lib/Lib.java  |  7 +++++++
 .../apache/jena/fuseki/access/SecurityContext.java    | 19 +++++++++++++------
 .../access/SecurityContextAllowNamedGraphs.java       |  2 +-
 .../org/apache/jena/fuseki/server/DataService.java    |  2 +-
 .../jena/fuseki/validation/html/ValidatorHtmlLib.java |  2 +-
 .../org/apache/jena/fuseki/main/FusekiServer.java     | 11 +++++++++--
 .../apache/jena/fuseki/main/sys/FusekiModules.java    |  1 +
 .../apache/jena/tdb/store/nodetable/TS_NodeTable.java |  2 +-
 .../nodetable/{TestCodec.java => TestNodec.java}      |  8 ++++----
 12 files changed, 46 insertions(+), 18 deletions(-)
 rename jena-tdb/src/test/java/org/apache/jena/tdb/store/nodetable/{TestCodec.java => TestNodec.java} (96%)