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

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


    from a8c34eb97c Recording .gitmergeinfo Changes
     new 63c99305e6 Bump org.wildfly.common:wildfly-common from 2.0.0 to 2.0.1 
(#2092)
     new ab9318d9ec Update JUnit Jupiter to 5.11.2
     new 85eaaf836d CXF-8629: AsyncHTTPConduit (hc5) should support chunked 
request / response (#2021)
     new b4f1139cc3 Recording .gitmergeinfo Changes

The 4 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                                      |   2 +
 parent/pom.xml                                     |   4 +-
 .../http/auth/DigestAuthSupplierSpringTest.java    |   2 +
 .../apache/cxf/systest/hc5/jaxrs/FileStore.java    | 139 ++++++++++++++++++++
 .../cxf/systest/hc5/jaxrs/FileStoreServer.java     |  34 ++---
 .../hc5/jaxrs/JAXRSAsyncClientChunkingTest.java    | 141 +++++++++++++++++++++
 .../systest/hc5/jaxws/JAXWSAsyncClientTest.java    |  38 ++++++
 .../src/test/resources/logging.properties          |   7 +
 8 files changed, 349 insertions(+), 18 deletions(-)
 create mode 100644 
systests/transport-hc5/src/test/java/org/apache/cxf/systest/hc5/jaxrs/FileStore.java
 copy 
distribution/src/main/release/samples/jax_rs/basic/src/main/java/demo/jaxrs/server/Server.java
 => 
systests/transport-hc5/src/test/java/org/apache/cxf/systest/hc5/jaxrs/FileStoreServer.java
 (59%)
 create mode 100644 
systests/transport-hc5/src/test/java/org/apache/cxf/systest/hc5/jaxrs/JAXRSAsyncClientChunkingTest.java

Reply via email to