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 cac0396188 Updating Johnzon to 1.2.21 to fix CVE-2023-33008 (#1511) 
(#1515)
     new a83d5112b9 Bump cxf.netty.version from 4.1.100.Final to 4.1.101.Final 
(#1514)
     new 501cf8bdfd CXF-8911:Allow wrapping AsyncHTTPConduit response 
processing (using new AsyncHttpResponseWrapperFactory bus extension) (#1510)
     new 66d4fc9eaa 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                                      |  8 ++++
 distribution/src/main/release/samples/pom.xml      |  1 -
 parent/pom.xml                                     |  2 +-
 .../http/asyncclient/AsyncHTTPConduit.java         | 32 +++++++++----
 .../AsyncHttpResponseWrapperFactory.java           | 55 ++++++++++++++++++++++
 .../http/asyncclient/AsyncHTTPConduitTest.java     | 38 ++++++++++++++-
 .../http/asyncclient/hc5/AsyncHTTPConduit.java     | 21 ++++++++-
 .../hc5/AsyncHttpResponseWrapperFactory.java       | 55 ++++++++++++++++++++++
 .../http/asyncclient/hc5/AsyncHTTPConduitTest.java | 38 ++++++++++++++-
 9 files changed, 236 insertions(+), 14 deletions(-)
 create mode 100644 
rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHttpResponseWrapperFactory.java
 create mode 100644 
rt/transports/http-hc5/src/main/java/org/apache/cxf/transport/http/asyncclient/hc5/AsyncHttpResponseWrapperFactory.java

Reply via email to