This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 2db24ad8ae Attempt to fix
org.apache.cxf.ws.discovery.WSDiscoveryClientTest.testMultiResponses by
skipping docker interfaces (if available) and sorting them
new a2d0e84a62 Update JUnit Jupiter to 5.11.2
new 1d2ecc84ee CXF-8629: AsyncHTTPConduit (hc5) should support chunked
request / response (#2021)
new e8ee24fd61 Recording .gitmergeinfo Changes
The 3 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 | 4 +
parent/pom.xml | 2 +-
.../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 | 45 +++++++
.../src/test/resources/logging.properties | 7 +
8 files changed, 357 insertions(+), 17 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/graalvm_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