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 b6bdfbe2d6 Fix SSLv3Test suite since SSLv3 is disabled in JDK-11+ by
https://bugs.openjdk.org/browse/JDK-8190492
new 9c4fd11f88 CXF-8629: AsyncHTTPConduit (hc5) should support chunked
request / response
new 5c3bf108fc Update JUnit Jupiter to 5.11.2
new dfc629f887 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 | 3 +
parent/pom.xml | 2 +-
.../http/auth/DigestAuthSupplierSpringTest.java | 2 +
.../apache/cxf/systest/hc5/jaxrs/FileStore.java | 145 +++++++++++++++++++++
.../cxf/systest/hc5/jaxrs/FileStoreServer.java | 34 ++---
.../hc5/jaxrs/JAXRSAsyncClientChunkingTest.java | 142 ++++++++++++++++++++
.../systest/hc5/jaxws/JAXWSAsyncClientTest.java | 39 ++++++
.../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