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 2020/11/23 13:21:37 UTC

[jena] branch master updated (6774bb3 -> 0133fb0)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git.


    from 6774bb3  Merge pull request #867 from afs/n3-writer
     new 65e3dec  Add webapp logging settings in case this file is used (development)
     new cea9a99  Vars for OpFind
     new e45a042  Better Fuseki setup
     new 29cd5c1  JENA-1987: Checking during request processing
     new 0133fb0  Merge pull request #869 from afs/release-prep

The 8703 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:
 .../org/apache/jena/sparql/algebra/OpVars.java     | 34 ++++++----
 .../main/java/org/apache/jena/fuseki/Fuseki.java   |  8 ++-
 .../src/test/resources/log4j2.properties           |  7 ++
 .../org/apache/jena/fuseki/mgt/ActionBackup.java   | 17 +++--
 .../org/apache/jena/fuseki/mgt/ActionCompact.java  | 22 +++++--
 .../org/apache/jena/fuseki/mgt/ActionDatasets.java |  2 +-
 .../java/org/apache/jena/fuseki/mgt/Backup.java    | 19 +++---
 .../apache/jena/fuseki/webapp/FusekiWebapp.java    |  6 +-
 .../java/org/apache/jena/fuseki/ServerCtl.java     |  3 +
 .../org/apache/jena/fuseki/TS_FusekiWebapp.java    |  2 +
 .../java/org/apache/jena/fuseki/TestAdmin.java     | 76 +++++++++-------------
 11 files changed, 109 insertions(+), 87 deletions(-)