This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 9d4e5fb  CXF-8673: Bump httpasyncclient version to 4.1.5 (#922)
9d4e5fb is described below

commit 9d4e5fbb3706d5a30f18d0610b2b7620606b8d18
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Mar 12 10:01:46 2022 -0500

    CXF-8673: Bump httpasyncclient version to 4.1.5 (#922)
    
    (cherry picked from commit efa7f6d730fe6e1facf92d86821fa15bc123d201)
    (cherry picked from commit 2674fd03794efd3a01f9b6da883381953b99327a)
---
 parent/pom.xml                                                         | 2 +-
 .../org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java    | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2e8999f..d10dd4c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -126,7 +126,7 @@
         
<cxf.hibernate.validator.version>6.2.1.Final</cxf.hibernate.validator.version>
         <cxf.hsqldb.version>2.5.0</cxf.hsqldb.version>
         
<cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>
-        
<cxf.httpcomponents.asyncclient.version>4.1.4</cxf.httpcomponents.asyncclient.version>
+        
<cxf.httpcomponents.asyncclient.version>4.1.5</cxf.httpcomponents.asyncclient.version>
         
<cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         
<cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         
<cxf.httpcomponents.core.version>4.4.15</cxf.httpcomponents.core.version>
diff --git 
a/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java
 
b/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java
index 3cd8ed2..535090e 100755
--- 
a/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java
+++ 
b/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java
@@ -562,7 +562,10 @@ public class AsyncHTTPConduit extends 
URLConnectionHTTPConduit {
                                     setSSLSession(sslsession);
                                 }
                             });
+                    // See please 
https://issues.apache.org/jira/browse/HTTPASYNC-168, the attribute names
+                    // are case-sensitive.
                     ctx.setAttribute("http.iosession-factory-registry", 
regBuilder.build());
+                    ctx.setAttribute("http.ioSession-factory-registry", 
regBuilder.build());
                 } catch (GeneralSecurityException e) {
                     // TODO Auto-generated catch block
                     e.printStackTrace();

Reply via email to