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:13 UTC

[uima-uimaj] branch maintenance/3.2.x updated (64fbcd2 -> 093611a)

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

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


    from 64fbcd2  Merge pull request #161 from apache/bugfix/UIMA-6400-UimaContextHolder-threadlocal-can-leak
     add 410a8e9  [UIMA-6413] Memory leak in FSClassRegistry
     new 093611a  Merge pull request #167 from apache/bugfix/UIMA-6413-Memory-leak-in-FSClassRegistry

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:
 .../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(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/impl/FSClassRegistryTest.java

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

Posted by re...@apache.org.
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(-)