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/24 18:57:04 UTC

[uima-uimaj] 01/01: Merge pull request #169 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 7c32476863df42c61a261291af1d7509412cb0d0
Merge: c32d5b9 a3f7343
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Jan 24 19:56:56 2022 +0100

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

 .../org/apache/uima/cas/impl/FSClassRegistry.java  | 128 +++++++++++++++++++--
 .../apache/uima/internal/util/UIMAClassLoader.java |   3 +
 .../apache/uima/cas/impl/FSClassRegistryTest.java  |  93 +++++++++++++++
 3 files changed, 215 insertions(+), 9 deletions(-)