This is an automated email from the ASF dual-hosted git repository.
afs pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
from b354045ff9 Bump the apache-commons-group group with 3 updates
new ad20bb4bba Refactor HttpException; split into system errors and
network response errors
new 4ad0de7ae3 GH-3679: Return HttpHeaders in HTTPException and
QueryExceptionHTTP
The 2 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/atlas/web/HttpException.java | 145 +++++++++++++++++++--
.../java/org/apache/jena/http/AsyncHttpRDF.java | 11 +-
.../main/java/org/apache/jena/http/HttpLib.java | 21 +--
.../org/apache/jena/http/auth/AuthCredentials.java | 2 +-
.../java/org/apache/jena/http/auth/AuthLib.java | 5 +-
.../java/org/apache/jena/http/auth/DigestLib.java | 2 +-
.../sparql/engine/http/QueryExceptionHTTP.java | 132 +++++++++++--------
.../jena/sparql/exec/http/StoreProtocol.java | 2 +-
.../fuseki/main/TestFusekiCustomOperation.java | 2 +-
.../java/org/apache/jena/fuseki/test/HttpTest.java | 2 +-
.../sparql/exec/http/TestQueryExecCleanServer.java | 7 +-
.../jena/sparql/exec/http/TestQueryExecHTTP.java | 25 ++++
12 files changed, 261 insertions(+), 95 deletions(-)