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/10/23 09:27:17 UTC

[jena] branch master updated (3f2d133 -> b3839b6)

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 3f2d133  Merge pull request #817 from marcelomachado/patch-1
     new 0dfc175  Built-in logging settings
     new e288908  Remove unmaintained/unupdated reporting plugins
     new 1b19b74  Add operations to QueryExecutionBuilder
     new d00d4ab  SPARQLer updates for log4j2
     new b3839b6  Merge pull request #818 from afs/fuseki-clean

The 8623 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/query/QueryExecutionBuilder.java   | 12 ++++++
 .../apache/jena/atlas/logging/LogCtlLog4j2.java    | 26 ++++++------
 .../org/apache/jena/fuseki/servlets/GSP_RW.java    | 16 ++++----
 .../apache/jena/fuseki/system/FusekiLogging.java   | 10 ++---
 jena-fuseki2/jena-fuseki-docker/log4j2.properties  |  6 +--
 .../sparqler/log4j-foreground.properties           | 46 ----------------------
 .../sparqler/log4j-server.properties               | 46 ----------------------
 ...ole.properties => log4j2-foreground.properties} |  0
 ...j2-file.properties => log4j2-server.properties} |  0
 .../jena-fuseki-main/sparqler/run-sparqler         |  8 ++--
 jena-fuseki2/jena-fuseki-server/pom.xml            |  7 ++++
 11 files changed, 52 insertions(+), 125 deletions(-)
 delete mode 100755 jena-fuseki2/jena-fuseki-main/sparqler/log4j-foreground.properties
 delete mode 100755 jena-fuseki2/jena-fuseki-main/sparqler/log4j-server.properties
 rename jena-fuseki2/jena-fuseki-main/sparqler/{log4j2-console.properties => log4j2-foreground.properties} (100%)
 rename jena-fuseki2/jena-fuseki-main/sparqler/{log4j2-file.properties => log4j2-server.properties} (100%)