You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by GitBox <gi...@apache.org> on 2022/01/19 12:39:31 UTC

[GitHub] [uima-uimaj] reckart opened a new pull request #165: [UIMA-6412] Stop using ThreadGroup in CPMEngine

reckart opened a new pull request #165:
URL: https://github.com/apache/uima-uimaj/pull/165


   - Refactor the CPMThreadGroup into a CPMExecutionService
   - Replace Thread.join() calls with Future.get() calls
   - Replace the ThreadGroupDestroyer thread a simple call to shutdown()
   - Replace the uncaught exception handler with overriding ThreadPoolExecutor.afterExecute()
   - Clean up and format few classes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uima.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [uima-uimaj] reckart merged pull request #165: [UIMA-6412] Stop using ThreadGroup in CPMEngine

Posted by GitBox <gi...@apache.org>.
reckart merged pull request #165:
URL: https://github.com/apache/uima-uimaj/pull/165


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@uima.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org