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 2020/11/11 07:44:14 UTC

[uima-uimaj] 01/01: Merge pull request #71 from apache/bugfix/UIMA-6276-Potential-memory-leak-in-FSClassRegistry

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

rec pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit 1364eec8160cf5769fdc5aaf59c56a23ed74d449
Merge: 6b08e58 18ebf33
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Nov 11 08:28:23 2020 +0100

    Merge pull request #71 from apache/bugfix/UIMA-6276-Potential-memory-leak-in-FSClassRegistry
    
    [UIMA-6276] Potential memory leak in FSClassRegistry

 NOTICE                                             |   8 +-
 .../org/apache/uima/cas/impl/FSClassRegistry.java  |  24 +-
 .../apache/uima/internal/util/WeakIdentityMap.java | 318 +++++++++++++++++++++
 .../uima/internal/util/WeakIdentityMapTest.java    | 261 +++++++++++++++++
 4 files changed, 606 insertions(+), 5 deletions(-)