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/15 20:57:48 UTC

[uima-uimaj] branch bugfix/UIMA-6296-SelectFS-fsIterator-may-yield-different-result-set-than-asList updated (a8f56d1 -> faadc1c)

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

rec pushed a change to branch bugfix/UIMA-6296-SelectFS-fsIterator-may-yield-different-result-set-than-asList
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from a8f56d1  [UIMA-6296] SelectFS fsIterator may yield different result set than asList
     add 4007121  [UIMA-6276] Potential memory leak in FSClassRegistry
     add 18ebf33  Merge branch 'master' into bugfix/UIMA-6276-Potential-memory-leak-in-FSClassRegistry
     add 1364eec  Merge pull request #71 from apache/bugfix/UIMA-6276-Potential-memory-leak-in-FSClassRegistry
     add f2075fc  [UIMA-6254] Move API report post-analysis script into the build resources
     add 53cb225  [UIMA-6254] Move API report post-analysis script into the build resources
     add 6ae4f4c  [UIMA-6254] Move API report post-analysis script into the build resources
     add bf5518c  [UIMA-6254] Move API report post-analysis script into the build resources
     add c783560  Merge pull request #87 from apache/feature/UIMA-6254-Move-API-report-post-analysis-script-into-the-build-resources
     add faadc1c  Merge branch 'master' into bugfix/UIMA-6296-SelectFS-fsIterator-may-yield-different-result-set-than-asList

No new revisions were added by this update.

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 +++++++++++++++++
 uimaj-parent/pom.xml                               |  98 +------
 uimaj-parent/src/main/groovy/api-report.groovy     |  30 --
 6 files changed, 609 insertions(+), 130 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
 delete mode 100644 uimaj-parent/src/main/groovy/api-report.groovy