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/21 15:11:14 UTC

[uima-uimaj] 01/01: Merge pull request #167 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 093611ad75adb806a82ed155ff960bfd9a632134
Merge: 64fbcd2 410a8e9
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Jan 21 16:11:08 2022 +0100

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

 .../org/apache/uima/cas/impl/FSClassRegistry.java  | 15 ++++-
 .../apache/uima/internal/util/UIMAClassLoader.java |  4 ++
 .../apache/uima/cas/impl/FSClassRegistryTest.java  | 76 ++++++++++++++++++++++
 3 files changed, 94 insertions(+), 1 deletion(-)