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 6c2e81d7be [CXF-9105] add synchronized to the principal iteration. Fix
DefaultLogEventMapperTest for JDK-23 and above
new 737a3fdc61 Bump actions/setup-java from 4.6.0 to 4.7.0 (#2247)
new 826dd4b1aa Bump github/codeql-action from 3.28.5 to 3.28.8 (#2246)
new 1650a802ea Bump org.webjars:swagger-ui from 5.18.2 to 5.18.3 (#2254)
new 49162c267d Bump org.graalvm.buildtools:native-maven-plugin from 0.10.4
to 0.10.5 (#2257)
new af434bf3e4 CXF-8629: AsyncHTTPConduit (hc5) should support chunked
request / response. Add test cases with auto-redirect (#2202)
new 20cfa99073 fix: do not log complete stream. (#2258)
new 334df9af6d Recording .gitmergeinfo Changes
The 7 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:
.github/workflows/codeql-analysis.yml | 6 +-
.github/workflows/pull-request-build.yml | 2 +-
.gitmergeinfo | 7 +
.../cxf/io/DelayedCachedOutputStreamCleaner.java | 2 +-
.../release/samples/jax_rs/graalvm_basic/pom.xml | 4 +-
.../src/main/release/samples/jaxws_graalvm/pom.xml | 4 +-
.../samples/jaxws_graalvm_dynamic/client/pom.xml | 2 +-
.../samples/jaxws_graalvm_dynamic/server/pom.xml | 2 +-
distribution/src/main/release/samples/pom.xml | 2 +-
parent/pom.xml | 2 +-
.../http/asyncclient/hc5/AsyncHTTPConduit.java | 5 +-
.../hc5/URLConnectionAsyncHTTPConduit.java | 5 +-
.../http/netty/client/NettyHttpConduit.java | 5 +-
.../apache/cxf/systest/hc5/jaxrs/FileStore.java | 66 ++++-
.../hc5/jaxrs/JAXRSAsyncClientChunkingTest.java | 150 ++++++++++-
.../org/apache/cxf/systest/jaxrs/FileStore.java | 86 ++++++-
.../jaxrs/JAXRSAsyncClientChunkingTest.java | 274 +++++++++++++++++++++
17 files changed, 587 insertions(+), 37 deletions(-)
create mode 100644
systests/transports/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSAsyncClientChunkingTest.java