You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2018/01/19 23:48:46 UTC

[GitHub] andymc12 commented on issue #368: Ensure that the JAX-RS CompletionStage uses the correct ExecutorService

andymc12 commented on issue #368: Ensure that the JAX-RS CompletionStage uses the correct ExecutorService
URL: https://github.com/apache/cxf/pull/368#issuecomment-359121199
 
 
   Looking at this a little more, this is not a complete solution... This will work for the _next_ stage, but not subsequent stages because the `CompletableFuture` class will start returning instances of itself that continues to use the `ForkJoinPool.commonPool` rather than the specified Executor.  I'll try to get a little more work done on this after the weekend.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services