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 42a439f3e3 Bump concurrently from 9.2.1 to 10.0.3 in 
/jena-fuseki2/jena-fuseki-ui
     new f9f5a85567 Bump the maven-patch-group group across 1 directory with 2 
updates
     new 1034f3ee9b GH-3977: Support SHA-256 for digest authentication

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:
 .../main/java/org/apache/jena/http/HttpLib.java    |   6 +-
 .../org/apache/jena/http/auth/AuthChallenge.java   |   6 +-
 .../java/org/apache/jena/http/auth/AuthHttp.java   |  51 ++++---
 .../java/org/apache/jena/http/auth/AuthLib.java    |  12 +-
 .../org/apache/jena/http/auth/DigestAlgorithm.java |  57 ++++++++
 .../java/org/apache/jena/http/auth/DigestLib.java  |  29 +++-
 .../org/apache/jena/http/auth/TestAuthDigest.java  | 159 ++++++++++++++++++++-
 .../jena/http/auth/TestAuthHeaderParser.java       |   5 -
 .../jena/fuseki/main/auth/AuthBearerFilter.java    |   4 +
 pom.xml                                            |   2 +-
 10 files changed, 288 insertions(+), 43 deletions(-)
 create mode 100644 
jena-arq/src/main/java/org/apache/jena/http/auth/DigestAlgorithm.java

Reply via email to