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 2019/05/02 18:41:07 UTC

[jena] branch master updated (d1ecb43 -> 581b0ca)

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 d1ecb43  Merge pull request #562 from afs/storage
     new 89ed369  Support POST for /$/stats.
     new de5fccf  Protect against null content
     new 30271f7  Warn on re-registation of a server endpoint
     new 98600c7  Warn on duplicate endpoint name use.
     new f10bc4a  JENA-1709: Require logged-in user when just a password file provided.
     new 71bfbc2  Tidy up and expand comments.
     new a759b28  Fix some comments
     new e7ded31  Typo
     new 581b0ca  Merge pull request #567 from afs/fuseki-misc

The 7833 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:
 .../main/java/org/apache/jena/riot/web/HttpOp.java | 19 ++-----
 .../apache/jena/fuseki/build/FusekiBuildLib.java   | 10 ++--
 .../org/apache/jena/fuseki/build/FusekiConst.java  |  1 +
 .../jena/fuseki/ctl/ActionContainerItem.java       |  2 +-
 .../org/apache/jena/fuseki/ctl/ActionStats.java    | 24 +++++----
 .../org/apache/jena/fuseki/server/DataService.java | 12 +++++
 .../jena/fuseki/servlets/SPARQL_QueryDataset.java  |  5 +-
 .../org/apache/jena/fuseki/main/FusekiServer.java  | 58 +++++++++++++---------
 .../java/org/apache/jena/fuseki/TestAdmin.java     | 24 ++++++++-
 9 files changed, 93 insertions(+), 62 deletions(-)