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: [email protected] With regards, Apache Git Services
