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/12/05 15:45:16 UTC

[jena] branch main updated (20c6ce8 -> b4492e3)

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 20c6ce8  Merge pull request #1123 from afs/xloader-fix
     new 1b6778e  Inheriting from GSP
     new 7701785  QueryExecHTTP.service(url)
     new e8774ab  HTTP Builder .httpHeaders(Map)
     new 42bb6aa  Document FusekiModule. Contract for name() is display name, not id.
     new f8e1cb8  FusekiServer.Builder.start() shortcut
     new ebfd589  Address deprecation warnings
     new 732fe3a  Code clean algebra/Transformer
     new 8ef4257  Remove unused constants
     new 2387bae  Clean up constants
     new b4492e3  Merge pull request #1119 from afs/prep

The 9436 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/http/sys/ExecHTTPBuilder.java  |  6 +++
 .../jena/http/sys/ExecUpdateHTTPBuilder.java       |  7 ++-
 .../apache/jena/sparql/algebra/Transformer.java    | 56 ++++++++------------
 .../java/org/apache/jena/sparql/exec/http/GSP.java |  3 ++
 .../jena/sparql/exec/http/QueryExecHTTP.java       |  4 ++
 .../java/org/apache/jena/dboe/sys/SystemIndex.java | 17 ++-----
 .../java/org/apache/jena/tdb2/sys/SystemTDB.java   | 59 ++++------------------
 .../apache/jena/fuseki/geosparql/EmptyTest.java    |  2 +-
 .../org/apache/jena/fuseki/geosparql/MainTest.java | 16 +++---
 .../org/apache/jena/fuseki/geosparql/TDB2Test.java | 18 +++----
 .../org/apache/jena/fuseki/geosparql/TDBTest.java  | 18 +++----
 .../org/apache/jena/fuseki/main/FusekiServer.java  |  7 +++
 .../apache/jena/fuseki/main/sys/FusekiModule.java  | 35 +++++++++----
 .../apache/jena/fuseki/main/sys/FusekiModules.java | 20 ++++----
 .../apache/jena/fuseki/main/sys/FusekiMonitor.java | 10 ++--
 15 files changed, 127 insertions(+), 151 deletions(-)