This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from 2497acd5ae Update Spring Boot to 2.6.15
     new 5b71d5ff2c CXF-8882: Apache HttpClient 5 async conduit does not handle 
authentication (#1279)
     new d3b0f3cedd Recording .gitmergeinfo Changes

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:
 .gitmergeinfo                                      |   3 +
 .../http/asyncclient/hc5/AnyAuthScope.java         |  33 -----
 .../http/asyncclient/hc5/AsyncHTTPConduit.java     |   2 +-
 .../hc5/CXFHttpAsyncRequestProducer.java           |  36 +----
 systests/transport-hc5/pom.xml                     |  36 +++++
 .../http/auth/DigestAuthSupplierSpringTest.java    |  42 +++---
 .../cxf/systest/hc5/http/auth/DigestAuthTest.java  | 158 +++++++++++++++++++++
 .../cxf/systest/hc5}/http/auth/DigestServer.java   |   2 +-
 .../cxf/systest/hc5}/http/auth/GreeterImpl.java    |   2 +-
 .../systest/hc5}/http/auth/jetty-realm.properties  |   0
 .../test/resources/digestauth/WEB-INF/beans.xml    |   2 +-
 .../src/test/resources/digestauth/WEB-INF/web.xml  |   4 +-
 .../src/test/resources/logging.properties          |   0
 .../org/apache/cxf/systest/hc5/http}/greeting.wsdl |   0
 14 files changed, 231 insertions(+), 89 deletions(-)
 delete mode 100644 
rt/transports/http-hc5/src/main/java/org/apache/cxf/transport/http/asyncclient/hc5/AnyAuthScope.java
 copy systests/{transports/src/test/java/org/apache/cxf/systest => 
transport-hc5/src/test/java/org/apache/cxf/systest/hc5}/http/auth/DigestAuthSupplierSpringTest.java
 (82%)
 create mode 100644 
systests/transport-hc5/src/test/java/org/apache/cxf/systest/hc5/http/auth/DigestAuthTest.java
 copy systests/{transports/src/test/java/org/apache/cxf/systest => 
transport-hc5/src/test/java/org/apache/cxf/systest/hc5}/http/auth/DigestServer.java
 (98%)
 copy systests/{transports/src/test/java/org/apache/cxf/systest => 
transport-hc5/src/test/java/org/apache/cxf/systest/hc5}/http/auth/GreeterImpl.java
 (96%)
 copy systests/{transports/src/test/java/org/apache/cxf/systest => 
transport-hc5/src/test/java/org/apache/cxf/systest/hc5}/http/auth/jetty-realm.properties
 (100%)
 copy systests/{transports => 
transport-hc5}/src/test/resources/digestauth/WEB-INF/beans.xml (95%)
 copy systests/{transports => 
transport-hc5}/src/test/resources/digestauth/WEB-INF/web.xml (94%)
 copy {rt/ws/security => 
systests/transport-hc5}/src/test/resources/logging.properties (100%)
 copy systests/{jaxrs/src/test/java/org/apache/cxf/systest/http/resources => 
transport-hc5/src/test/resources/org/apache/cxf/systest/hc5/http}/greeting.wsdl 
(100%)

Reply via email to