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 08:41:14 UTC

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

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 093611a  Merge pull request #167 from apache/bugfix/UIMA-6413-Memory-leak-in-FSClassRegistry
     add 72a8aca  [UIMA-6413] Memory leak in FSClassRegistry
     new 2b43d84  Merge pull request #168 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  | 92 +++++++++++++++++++++-
 .../apache/uima/cas/impl/FSClassRegistryTest.java  | 41 +++++++---
 2 files changed, 119 insertions(+), 14 deletions(-)

[uima-uimaj] 01/01: Merge pull request #168 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 2b43d84f8cc80bcffd5fdc37c57c96c7d4a43997
Merge: 093611a 72a8aca
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Jan 24 09:41:06 2022 +0100

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

 .../org/apache/uima/cas/impl/FSClassRegistry.java  | 92 +++++++++++++++++++++-
 .../apache/uima/cas/impl/FSClassRegistryTest.java  | 41 +++++++---
 2 files changed, 119 insertions(+), 14 deletions(-)