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 2023/01/27 09:49:19 UTC

[uima-uimafit] 01/01: Merge pull request #216 from apache/feature/215-Improve-descriptor-scanning-performance-when-there-are-many-classloaders

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

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

commit b327f73301113f3b5bea8e6a39f91b48933d5958
Merge: 60812ac 5a27df7
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Jan 27 10:49:09 2023 +0100

    Merge pull request #216 from apache/feature/215-Improve-descriptor-scanning-performance-when-there-are-many-classloaders
    
    Issue #215: Improve descriptor scanning performance when there are many classloaders

 .../apache/uima/fit/factory/FsIndexFactory.java    | 49 +++++++++++++++++---
 .../uima/fit/factory/TypePrioritiesFactory.java    | 54 +++++++++++++++++-----
 .../fit/factory/TypeSystemDescriptionFactory.java  | 50 +++++++++++++++++---
 .../org/apache/uima/fit/ComponentTestBase.java     |  4 --
 .../uima/fit/factory/FsIndexFactoryTest.java       |  6 ++-
 .../fit/factory/TypePrioritiesFactoryTest.java     |  6 ++-
 .../factory/TypeSystemDescriptionFactoryTest.java  |  6 ++-
 7 files changed, 144 insertions(+), 31 deletions(-)