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 467e235a9e Recording .gitmergeinfo Changes
     new e8e1e55558 Bump actions/setup-java from 4.6.0 to 4.7.0 (#2247)
     new 13adf8a697 Bump org.webjars:swagger-ui from 5.18.2 to 5.18.3 (#2254)
     new e7a80e40e7 CXF-8629: AsyncHTTPConduit (hc5) should support chunked 
request / response. Add test cases with auto-redirect (#2202)
     new 8c0fcc5686 fix: do not log complete stream. (#2258)
     new b1f108a74c Recording .gitmergeinfo Changes

The 5 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              |   2 +-
 .github/workflows/pull-request-build.yml           |   2 +-
 .gitmergeinfo                                      |   6 +
 .../cxf/io/DelayedCachedOutputStreamCleaner.java   |   2 +-
 distribution/src/main/release/samples/pom.xml      |   2 +-
 parent/pom.xml                                     |   2 +-
 .../http/asyncclient/hc5/AsyncHTTPConduit.java     |   5 +-
 .../http/netty/client/NettyHttpConduit.java        |   5 +-
 .../apache/cxf/systest/hc5/jaxrs/FileStore.java    |  59 +++++++-
 .../hc5/jaxrs/JAXRSAsyncClientChunkingTest.java    | 151 +++++++++++++++++++--
 10 files changed, 217 insertions(+), 19 deletions(-)

Reply via email to