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 2022/07/16 11:37:04 UTC

[jena] branch main updated (2ac9e80cfe -> 8368ca2f63)

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 2ac9e80cfe Merge pull request #1444 from afs/tdb2-ext-txn
     new d2c9d4656f GH-1440: Read-only versions. New style endpoint descriptions.
     new 79ab254726 Add dataset operations to basic example
     new 5e62f31f7c GH-1440: Update template processing for new templates
     new 8368ca2f63 Merge pull request #1445 from afs/fuseki-setup

The 10086 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-fuseki2/examples/config-1-mem.ttl             |   7 ++
 .../java/org/apache/jena/fuseki/cmd/FusekiCmd.java | 122 ++++++++++-----------
 .../org/apache/jena/fuseki/cmd/WebappDSGSetup.java |   9 +-
 .../java/org/apache/jena/fuseki/mgt/Template.java  |   9 +-
 .../apache/jena/fuseki/webapp/FusekiWebapp.java    |  39 +++----
 .../apache/jena/fuseki/webapp/templates/config-mem |  26 +++--
 .../templates/{config-mem => config-mem-readonly}  |  21 ++--
 .../apache/jena/fuseki/webapp/templates/config-tdb |  29 +++--
 .../jena/fuseki/webapp/templates/config-tdb-dir    |  28 +++--
 .../{config-tdb-dir => config-tdb-dir-readonly}    |  23 ++--
 .../jena/fuseki/webapp/templates/config-tdb-mem    |  28 +++--
 .../{config-tdb-mem => config-tdb-mem-readonly}    |  23 ++--
 .../templates/{config-tdb => config-tdb-readonly}  |  24 ++--
 .../jena/fuseki/webapp/templates/config-tdb2       |  28 +++--
 .../jena/fuseki/webapp/templates/config-tdb2-dir   |  27 +++--
 .../{config-tdb2-dir => config-tdb2-dir-readonly}  |  22 ++--
 .../jena/fuseki/webapp/templates/config-tdb2-mem   |  28 +++--
 .../{config-tdb2-mem => config-tdb2-mem-readonly}  |  23 ++--
 .../{config-tdb2 => config-tdb2-readonly}          |  23 ++--
 19 files changed, 299 insertions(+), 240 deletions(-)
 copy jena-fuseki2/jena-fuseki-webapp/src/main/resources/org/apache/jena/fuseki/webapp/templates/{config-mem => config-mem-readonly} (58%)
 copy jena-fuseki2/jena-fuseki-webapp/src/main/resources/org/apache/jena/fuseki/webapp/templates/{config-tdb-dir => config-tdb-dir-readonly} (56%)
 copy jena-fuseki2/jena-fuseki-webapp/src/main/resources/org/apache/jena/fuseki/webapp/templates/{config-tdb-mem => config-tdb-mem-readonly} (57%)
 copy jena-fuseki2/jena-fuseki-webapp/src/main/resources/org/apache/jena/fuseki/webapp/templates/{config-tdb => config-tdb-readonly} (58%)
 copy jena-fuseki2/jena-fuseki-webapp/src/main/resources/org/apache/jena/fuseki/webapp/templates/{config-tdb2-dir => config-tdb2-dir-readonly} (56%)
 copy jena-fuseki2/jena-fuseki-webapp/src/main/resources/org/apache/jena/fuseki/webapp/templates/{config-tdb2-mem => config-tdb2-mem-readonly} (56%)
 copy jena-fuseki2/jena-fuseki-webapp/src/main/resources/org/apache/jena/fuseki/webapp/templates/{config-tdb2 => config-tdb2-readonly} (59%)