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 2021/12/13 17:02:09 UTC

[uima-uimaj] branch main updated (b24559c -> 22d6a90)

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

rec pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from b24559c  Merge pull request #164 from apache/bugfix/UIMA-6400-UimaContextHolder-threadlocal-can-leak
     add 73e0cd2  [UIMA-6401] CPE ThreadGroupDestroyer keeps unnecessary reference on CPMEngine
     add f8d6999  Merge branch 'main' into bugfix/UIMA-6401-CPE-ThreadGroupDestroyer-keeps-unnecessary-reference-on-CPMEngine
     new 22d6a90  Merge pull request #163 from apache/bugfix/UIMA-6401-CPE-ThreadGroupDestroyer-keeps-unnecessary-reference-on-CPMEngine

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../uima/collection/impl/cpm/engine/CPMEngine.java | 1138 ++++++++++----------
 .../collection/impl/cpm/cpm_messages.properties    |  988 ++++++++---------
 2 files changed, 1042 insertions(+), 1084 deletions(-)

[uima-uimaj] 01/01: Merge pull request #163 from apache/bugfix/UIMA-6401-CPE-ThreadGroupDestroyer-keeps-unnecessary-reference-on-CPMEngine

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 22d6a907dc8bb90ce983ece96fa24fb63c97a759
Merge: b24559c f8d6999
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Dec 13 18:02:05 2021 +0100

    Merge pull request #163 from apache/bugfix/UIMA-6401-CPE-ThreadGroupDestroyer-keeps-unnecessary-reference-on-CPMEngine
    
    [UIMA-6401] CPE ThreadGroupDestroyer keeps unnecessary reference on CPMEngine

 .../uima/collection/impl/cpm/engine/CPMEngine.java | 1138 ++++++++++----------
 .../collection/impl/cpm/cpm_messages.properties    |  988 ++++++++---------
 2 files changed, 1042 insertions(+), 1084 deletions(-)