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/04/09 10:59:46 UTC

[jena] branch main updated (2865ad2 -> 9519c65)

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 2865ad2  Comment for LocalhostFilter
     new 4f4cb0c  JENA-2081: added /$/compact/* endpoint to fuseki main and added ability to enable it via config or cli argument
     new f612dd4  JENA-2081: added /$/tasks endpoint to be accessible via embedded fuseki server and added ability to enable it via config or cli argument
     new 9519c65  Merge pull request #980 from bsara/mgt-endpoints

The 9012 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/fuseki/ctl}/ActionCompact.java |  4 +--
 .../org/apache/jena/fuseki/server/FusekiVocab.java |  1 +
 .../org/apache/jena/fuseki/main/FusekiServer.java  | 37 +++++++++++++++++---
 .../apache/jena/fuseki/main/cmds/FusekiMain.java   |  6 ++++
 .../apache/jena/fuseki/main/cmds/ServerConfig.java |  1 +
 .../apache/jena/fuseki/main/TestConfigFile.java    | 31 +++++++++++++++++
 .../jena/fuseki/main/TestEmbeddedFuseki.java       | 40 ++++++++++++++++++++++
 .../apache/jena/fuseki/main/TestFusekiMainCmd.java | 15 ++++++++
 .../testing/Config/{server.ttl => server-tdb2.ttl} |  6 +++-
 .../FusekiEmbedded/{config.ttl => tdb2-config.ttl} |  5 +--
 .../src/main/webapp/WEB-INF/web.xml                |  2 +-
 11 files changed, 137 insertions(+), 11 deletions(-)
 rename jena-fuseki2/{jena-fuseki-webapp/src/main/java/org/apache/jena/fuseki/mgt => jena-fuseki-core/src/main/java/org/apache/jena/fuseki/ctl}/ActionCompact.java (96%)
 copy jena-fuseki2/jena-fuseki-main/testing/Config/{server.ttl => server-tdb2.ttl} (81%)
 copy jena-fuseki2/jena-fuseki-main/testing/FusekiEmbedded/{config.ttl => tdb2-config.ttl} (80%)