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/10 14:56:27 UTC

[uima-uimaj] branch main updated (89462e1 -> 5cf965f)

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 89462e1  [UIMA-6374] Create CAS (de)serialization test suite (#160)
     add 7b552b5  Merge pull request #154 from apache/bugfix/UIMA-6393-Circular-imports-break-resource-manager-cache_pk
     add e050dfa  [UIMA-6398] Classloader paradoxon and memory leak in UIMA loggers
     add 2e80688  Merge branch 'main' into bugfix/UIMA-6398-Classloader-paradoxon-and-memory-leak-in-UIMA-loggers
     add c33c8dd  [UIMA-6398] Classloader paradoxon and memory leak in UIMA loggers
     add 348cbfe  Merge branch 'main' into bugfix/UIMA-6398-Classloader-paradoxon-and-memory-leak-in-UIMA-loggers
     new 5cf965f  Merge pull request #159 from apache/bugfix/UIMA-6398-Classloader-paradoxon-and-memory-leak-in-UIMA-loggers

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:
 .../asb/impl/FlowControllerContainer.java          |    1 -
 .../impl/PrimitiveAnalysisEngine_impl.java         |   20 +-
 .../apache/uima/resource/Resource_ImplBase.java    |    4 +-
 .../src/main/java/org/apache/uima/util/Logger.java |   11 +
 .../apache/uima/util/impl/Logger_common_impl.java  | 2585 ++++++++++----------
 .../impl/AnalysisEngineDescription_implTest.java   |    1 -
 .../uima/cas/serdes/CasToComparableText.java       |    3 +-
 .../org/apache/uima/impl/UimaContext_implTest.java |    1 -
 .../resource/metadata/impl/ImportResolverTest.java |    8 +-
 9 files changed, 1335 insertions(+), 1299 deletions(-)

[uima-uimaj] 01/01: Merge pull request #159 from apache/bugfix/UIMA-6398-Classloader-paradoxon-and-memory-leak-in-UIMA-loggers

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 5cf965f24c78ddba1e52433abcda46bb1a662c4e
Merge: 89462e1 348cbfe
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Dec 10 15:56:19 2021 +0100

    Merge pull request #159 from apache/bugfix/UIMA-6398-Classloader-paradoxon-and-memory-leak-in-UIMA-loggers
    
    [UIMA-6398] Classloader paradoxon and memory leak in UIMA loggers

 .../asb/impl/FlowControllerContainer.java          |    1 -
 .../impl/PrimitiveAnalysisEngine_impl.java         |   20 +-
 .../apache/uima/resource/Resource_ImplBase.java    |    4 +-
 .../src/main/java/org/apache/uima/util/Logger.java |   11 +
 .../apache/uima/util/impl/Logger_common_impl.java  | 2585 ++++++++++----------
 .../impl/AnalysisEngineDescription_implTest.java   |    1 -
 .../uima/cas/serdes/CasToComparableText.java       |    3 +-
 .../org/apache/uima/impl/UimaContext_implTest.java |    1 -
 .../resource/metadata/impl/ImportResolverTest.java |    8 +-
 9 files changed, 1335 insertions(+), 1299 deletions(-)