You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Fernando Soares Carnevale Ito (Jira)" <ji...@apache.org> on 2022/03/09 15:58:00 UTC

[jira] [Created] (CXF-8673) Bump httpasyncclient versions from 4.1.4 to 4.1.5

Fernando Soares Carnevale Ito created CXF-8673:
--------------------------------------------------

             Summary: Bump httpasyncclient versions from 4.1.4 to 4.1.5
                 Key: CXF-8673
                 URL: https://issues.apache.org/jira/browse/CXF-8673
             Project: CXF
          Issue Type: Improvement
          Components: Transports
            Reporter: Fernando Soares Carnevale Ito


Version 4.1.5 of HttpAsyncClient Overview was released at the end of 2021 with a few improvements and bug fixes.

However, in this release, an {_}undocument{_}/{_}unsupported{_} property was renamed from 

"http.iosession-factory-registry" to "http.ioSession-factory-registry". this property is used by AsyncHTTPConduit class.

(see https://issues.apache.org/jira/browse/HTTPASYNC-168)

when using version 4.1.5 together with cxf-rt-transports-http-hc, the support for custom SSLContexts no longer works.{*}{*}

 

Would it be possible to bump HttpAsyncClient version to  4.1.5?

to keep it working for both versions one could simply set both 

http.iosession-factory-registry and http.ioSession-factory-registry in the context ([https://github.com/apache/cxf/blob/7b144c6ee38c3883ec031ad0cc32d122824b42b5/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java#L564)]

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)