andymc12 opened a new pull request #463: CXF-7881: Ensure proper allowCurrentThread behavior URL: https://github.com/apache/cxf/pull/463 In the case where the current Executor throws a RejectedExecutionException: This should ensure that if allowCurrentThread is false OR the client policy has setAsyncExecuteTimeoutRejection, then the the caller should receive a RejectedExecutionException. If allowCurrentThread is true, then current thread will handle the async response. This should resolve JIRA [CXF-7881]( https://issues.apache.org/jira/browse/CXF-7881)
---------------------------------------------------------------- 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
