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

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


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

commit 2674fd03794efd3a01f9b6da883381953b99327a
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)
---
 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 d5c364c..f730876 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -123,7 +123,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 5540850..96a0975 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
@@ -561,7 +561,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