This is an automated email from the ASF dual-hosted git repository.
rec pushed a change to branch release/3.5.x
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
from fd73bff24 Merge pull request #377 from
apache/bugfix/#368-select(AnnotationBaseFs-type).count()-seems-to-return-MAX_LONG
add e999f352a Issue #371: Repeated creation of type systems can exhaust
JVM metaspace
add 0686e404a Issue #371: Repeated creation of type systems can exhaust
JVM metaspace
add 41deb3fe7 Merge branch 'release/3.5.x' into
bugfix/371-Repeated-creation-of-type-systems-can-exhaust-JVM-metaspace
new f4d2886c6 Merge pull request #376 from
apache/bugfix/371-Repeated-creation-of-type-systems-can-exhaust-JVM-metaspace
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:
.gitignore | 1 +
.../org/apache/uima/cas/impl/FSClassRegistry.java | 509 ++++++++++-----------
.../org/apache/uima/cas/impl/TypeSystemImpl.java | 2 +-
.../apache/uima/internal/util/UIMAClassLoader.java | 12 +
.../apache/uima/cas/impl/TypeSystemImplTest.java | 48 +-
uimaj-parent/pom.xml | 13 +
6 files changed, 313 insertions(+), 272 deletions(-)