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

[uima-uimaj] branch maintenance/3.2.x updated (2b43d84 -> 1ebbf33)

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 2b43d84  Merge pull request #168 from apache/bugfix/UIMA-6413-Memory-leak-in-FSClassRegistry
     add 4811860  [UIMA-6413] Memory leak in FSClassRegistry
     new 1ebbf33  Merge pull request #170 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/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(-)

[uima-uimaj] 01/01: Merge pull request #170 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 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(-)