[CXF-9062]Be able to create AsyncHTTPConduit based on URLConnectionHT…#2093
[CXF-9062]Be able to create AsyncHTTPConduit based on URLConnectionHT…#2093ffang merged 2 commits intoapache:mainfrom
Conversation
...hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncWrappedOutputStreamBase.java
Outdated
Show resolved
Hide resolved
...rc/main/java/org/apache/cxf/transport/http/asyncclient/hc5/AsyncWrappedOutputStreamBase.java
Outdated
Show resolved
Hide resolved
systests/transport-hc5/src/test/java/org/apache/cxf/systest/hc5/http/auth/DigestAuthTest.java
Outdated
Show resolved
Hide resolved
...-hc5/src/test/java/org/apache/cxf/systest/hc5/http2/AbstractApacheClientServerHttp2Test.java
Outdated
Show resolved
Hide resolved
...c/src/main/java/org/apache/cxf/transport/http/asyncclient/URLConnectionAsyncHTTPConduit.java
Show resolved
Hide resolved
|
@ffang looks good, thank you. It would be great to have tests that use conduit with |
Hi @reta , This is a good question, actually I have run all tests with forceURLConnectionConduit set as true. And that's why I changed DigestAuthTest.java and AbstractApacheClientServerHttp2Test.java. With that change, they pass with both forceURLConnectionConduit as true or false. Cheers |
Thanks @ffang , I suspect you have done it ad-hoc / manually, right? What we should be able to do is something like that: Basically, for modules in question (xxx-hc, xxx-hc5) we would have 2 test runs, w/o system property set (I am happy to help with that as well). Thanks! |
That's right, I did it manually.
Thanks for any help you provide. I'm gonna merge this PR for now. Cheers |
apache#2093) * [CXF-9062]Be able to create AsyncHTTPConduit based on URLConnectionHTTPConduit * [CXF-9062]address feedback (cherry picked from commit d3da696) (cherry picked from commit 2561dfc)
apache#2093) * [CXF-9062]Be able to create AsyncHTTPConduit based on URLConnectionHTTPConduit * [CXF-9062]address feedback (cherry picked from commit d3da696)
…TPConduit