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/09/30 18:01:56 UTC

[jena] branch main updated (d588028 -> 0c0a509)

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 d588028  Merge pull request #1030 from afs/query-exec
     new fd37039  JENA-2172: Thread-safe WantPropertyElement.rdf_n
     new 2071508  JENA-2167: Flush output
     new 9e5e9b3  Correct name for method
     new c80fea9  Add convenience substitute var by name
     new de7ba56  Explicit registration (basic auth) of username/password
     new 3c998da  Cleaning
     new 80490a9  Add FusekiServer.construct to process cmd line args
     new 0c0a509  Merge pull request #1079 from afs/fixes

The 9305 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/http/HttpLib.java    |  2 +-
 .../java/org/apache/jena/http/auth/AuthEnv.java    | 12 ++++-
 .../java/org/apache/jena/http/auth/AuthLib.java    |  7 +++
 .../org/apache/jena/http/sys/ExecHTTPBuilder.java  |  4 ++
 .../jena/http/sys/ExecUpdateHTTPBuilder.java       |  4 ++
 .../jena/riot/protobuf/StreamRDF2Protobuf.java     | 12 +++--
 .../apache/jena/sparql/engine/binding/Binding.java |  5 ++
 .../org/apache/jena/sparql/exec/QueryExec.java     |  2 +-
 .../apache/jena/sparql/exec/QueryExecBuilder.java  |  5 ++
 .../apache/jena/sparql/exec/UpdateExecBuilder.java |  5 ++
 .../java/org/apache/jena/cmd/CmdArgModule.java     | 49 +++++++-----------
 .../java/org/apache/jena/cmd/CommandLineBase.java  | 13 +++--
 .../org/apache/jena/cmd/TerminationException.java  |  7 +--
 .../xmlinput/states/WantPropertyElement.java       | 58 +++++++++++++++-------
 .../org/apache/jena/fuseki/main/FusekiServer.java  | 24 +++++++--
 15 files changed, 138 insertions(+), 71 deletions(-)