You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2020/11/18 09:06:35 UTC

[jena] branch master updated (176a651 -> b5dff72)

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

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


    from 176a651  Merge pull request #865 from galbiston/geosparql_sis_1.0
     new 15be634  Add Fuseki /$/compact/* endpoint (JENA-1987)
     new c7ab131  Simplify code (JENA-1987)
     new 3e5e712  Remove unnecessary extra dependency (JENA-1987)
     new 09019c0  Unit tests for /$/compact/<dataset> (JENA-1987)
     new 207dcce  Rollback irrelevant changes (JENA-1987)
     new 6977728  Rollback more irrelevant changes (JENA-1987)
     new 1fe930c  Rename method for clarity (JENA-1987)
     new 2ecccbd  Indicate task success/failure correctly (JENA-1987)
     new 2decb5d  Ensure ActionSleep throws errors upwards (JENA-1987)
     new b5dff72  Merge pull request #822 from rvesse/JENA-1987

The 8693 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/async/AsyncPool.java    |   6 +
 .../org/apache/jena/fuseki/async/AsyncTask.java    |  19 ++-
 .../org/apache/jena/fuseki/ctl/ActionSleep.java    |   3 +
 .../org/apache/jena/fuseki/ctl/ActionTasks.java    |   3 +-
 .../org/apache/jena/fuseki/ctl/JsonConstCtl.java   |   1 +
 .../org/apache/jena/fuseki/main/FusekiServer.java  |   1 +
 jena-fuseki2/jena-fuseki-webapp/pom.xml            |   2 +-
 .../org/apache/jena/fuseki/mgt/ActionBackup.java   |   5 +-
 .../mgt/{ActionBackup.java => ActionCompact.java}  |  29 ++--
 .../java/org/apache/jena/fuseki/mgt/Backup.java    |   9 +-
 .../org/apache/jena/fuseki/mgt/ServerMgtConst.java |   2 +
 .../src/main/webapp/WEB-INF/web.xml                |  10 ++
 .../java/org/apache/jena/fuseki/TestAdmin.java     | 156 ++++++++++++++++++---
 .../{config-ds-plain-1.ttl => config-tdb2.ttl}     |   9 +-
 14 files changed, 211 insertions(+), 44 deletions(-)
 copy jena-fuseki2/jena-fuseki-webapp/src/main/java/org/apache/jena/fuseki/mgt/{ActionBackup.java => ActionCompact.java} (63%)
 copy jena-fuseki2/jena-fuseki-webapp/testing/{config-ds-plain-1.ttl => config-tdb2.ttl} (66%)