This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch release/3.5.x in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit f4d2886c6847aca2cec097129af80b64203f0de4 Merge: fd73bff24 41deb3fe7 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Wed Aug 28 12:24:35 2024 +0200 Merge pull request #376 from apache/bugfix/371-Repeated-creation-of-type-systems-can-exhaust-JVM-metaspace Issue #371: Repeated creation of type systems can exhaust JVM metaspace .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(-)
