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/02/09 08:35:03 UTC

[uima-uimaj] 01/01: Merge pull request #171 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 main
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 6bc85d583782727282522f645e8ee5e602557150
Merge: 7c32476 24f4894
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Feb 9 09:34:57 2022 +0100

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

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