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

[uima-uimaj] branch master updated (6b08e58 -> 1364eec)

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

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


    from 6b08e58  Merge pull request #86 from apache/refactoring/NO-JIRA-Remove-Eclipse-Maven-Repo
     add 4007121  [UIMA-6276] Potential memory leak in FSClassRegistry
     add 18ebf33  Merge branch 'master' into bugfix/UIMA-6276-Potential-memory-leak-in-FSClassRegistry
     new 1364eec  Merge pull request #71 from apache/bugfix/UIMA-6276-Potential-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:
 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(-)
 create mode 100644 uimaj-core/src/main/java/org/apache/uima/internal/util/WeakIdentityMap.java
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/internal/util/WeakIdentityMapTest.java


[uima-uimaj] 01/01: Merge pull request #71 from apache/bugfix/UIMA-6276-Potential-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 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(-)