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/10/22 22:08:04 UTC

[GitHub] andymc12 opened a new pull request #463: CXF-7881: Ensure proper allowCurrentThread behavior

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:
users@infra.apache.org


With regards,
Apache Git Services