Skip to content

Commit

Permalink
Pipe source resumed from wrong thread when passing response body from
Browse files Browse the repository at this point in the history
Vert.x HttpClient to CXF, fix quarkiverse#1700
  • Loading branch information
ppalaga committed Jan 30, 2025
1 parent bbd36bd commit 19b598d
Show file tree
Hide file tree
Showing 14 changed files with 462 additions and 271 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,12 @@ quarkus.cxf.client.helloWithoutWsdlWithBlocking.service-interface = io.quarkiver

quarkus.cxf.retransmit-cache.threshold = 500K
quarkus.cxf.retransmit-cache.directory = ${qcxf.retransmitCacheDir}
quarkus.log.category."io.quarkiverse.cxf.vertx.http.client.BodyRecorder".level = DEBUG
quarkus.log.category."io.quarkiverse.cxf.vertx.http.client.TempStore".level = DEBUG
quarkus.log.min-level = TRACE
quarkus.log.category."io.quarkiverse.cxf.vertx.http.client".level = TRACE

quarkus.cxf.client.retransmitCache.client-endpoint-url = http://localhost:${quarkus.http.test-port}/RedirectRest/retransmitCacheRedirect
quarkus.cxf.client.retransmitCache.service-interface = io.quarkiverse.cxf.it.redirect.retransmitcache.RetransmitCacheService
quarkus.cxf.client.retransmitCache.auto-redirect = true
#quarkus.cxf.client.retransmitCache.logging.enabled = true

quarkus.default-locale = en_US
quarkus.log.category."io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit".level=DEBUG
Loading

0 comments on commit 19b598d

Please sign in to comment.