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/27 08:05:22 UTC

[uima-uimaj] 01/01: Merge pull request #170 from apache/bugfix/UIMA-6413-Memory-leak-in-FSClassRegistry

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

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

commit 1ebbf3316c669b166f4c3779d8128a893635fe25
Merge: 2b43d84 4811860
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Jan 27 09:04:56 2022 +0100

    Merge pull request #170 from apache/bugfix/UIMA-6413-Memory-leak-in-FSClassRegistry
    
    [UIMA-6413] Memory leak in FSClassRegistry

 .../org/apache/uima/internal/util/UIMAClassLoader.java     | 12 +++++++++++-
 .../java/org/apache/uima/cas/impl/FSClassRegistryTest.java | 11 +++++++----
 .../uima/resource/impl/ResourceManager_implTest.java       | 14 +++++++++++++-
 3 files changed, 31 insertions(+), 6 deletions(-)