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 eb3b85326e [CXF-9105] add synchronized to the principal iteration. Fix
DefaultLogEventMapperTest for JDK-23 and above
new bf51758096 Bump actions/setup-java from 4.6.0 to 4.7.0 (#2247)
new 9672be74e6 Bump github/codeql-action from 3.28.5 to 3.28.8 (#2246)
new 3e019d7c33 Bump cxf.wiremock.version from 3.10.0 to 3.11.0 (#2248)
new b5dec004f6 Bump org.webjars:swagger-ui from 5.18.2 to 5.18.3 (#2254)
new e0b6473fc5 Bump org.graalvm.buildtools:native-maven-plugin from 0.10.4
to 0.10.5 (#2257)
new d6dbb447a7 CXF-8629: AsyncHTTPConduit (hc5) should support chunked
request / response. Add test cases with auto-redirect (#2202)
new 3110ea048b Recording .gitmergeinfo Changes
new 620fda7974 Recording .gitmergeinfo Changes
The 8 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 +
.../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 | 4 +-
.../http/asyncclient/hc5/AsyncHTTPConduit.java | 5 +-
.../hc5/URLConnectionAsyncHTTPConduit.java | 5 +-
.../http/netty/client/NettyHttpConduit.java | 5 +-
.../apache/cxf/systest/hc5/jaxrs/FileStore.java | 58 ++++-
.../hc5/jaxrs/JAXRSAsyncClientChunkingTest.java | 150 ++++++++++-
.../org/apache/cxf/systest/jaxrs/FileStore.java | 78 +++++-
.../jaxrs/JAXRSAsyncClientChunkingTest.java | 273 +++++++++++++++++++++
16 files changed, 576 insertions(+), 31 deletions(-)
create mode 100644
systests/transports/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSAsyncClientChunkingTest.java