You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/01/20 12:14:12 UTC

[uima-uimaj] branch feature/UIMA-6412-Stop-using-ThreadGroup-in-CPMEngine updated (944f003 -> 9ed4324)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch feature/UIMA-6412-Stop-using-ThreadGroup-in-CPMEngine
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from 944f003  Merge branch 'main' into feature/UIMA-6412-Stop-using-ThreadGroup-in-CPMEngine
     add 9ed4324  [UIMA-6412] Stop using ThreadGroup in CPMEngine

No new revisions were added by this update.

Summary of changes:
 .../impl/cpm/engine/ArtifactProducer.java          |   2 +-
 .../impl/cpm/engine/BoundedWorkQueue.java          | 105 ++++++++++++---------
 .../uima/collection/impl/cpm/engine/CPMEngine.java |  95 +++----------------
 .../collection/impl/cpm/engine/ProcessingUnit.java |  45 +++++----
 .../collection/impl/cpm/cpm_messages.properties    |  20 ++--
 5 files changed, 107 insertions(+), 160 deletions(-)