This is an automated email from the ASF dual-hosted git repository.
rec pushed a change to branch
refactoring/430-Resolving-type-system-imports-through-SPIs-slows-things-down-too-much
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
from bbf537fdb Issue #430: Resolving type system imports through SPIs slows
things down too much
add 41e61e6e5 Issue #431: Issue using SPI-enabled type systems embedded
into PEARs
add 4782d8123 Issue #431: Issue using SPI-enabled type systems embedded
into PEARs
add 25043f0b3 Issue #431: Issue using SPI-enabled type systems embedded
into PEARs
add 74f9b802d Issue #431: Issue using SPI-enabled type systems embedded
into PEARs
add 6bc412441 Issue #431: Issue using SPI-enabled type systems embedded
into PEARs
add 209a9a8d9 Issue #431: Issue using SPI-enabled type systems embedded
into PEARs
add 296b614ff Merge pull request #432 from
apache/bugfix/431-Issue-using-SPI-enabled-type-systems-embedded-into-PEARs
new 8afaca49c Merge branch 'release/3.6.x' into
refactoring/430-Resolving-type-system-imports-through-SPIs-slows-things-down-too-much
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:
.../apache/uima/fit/factory/FsIndexFactory.java | 6 +-
.../uima/fit/factory/TypePrioritiesFactory.java | 6 +-
.../fit/factory/TypeSystemDescriptionFactory.java | 6 +-
.../org/apache/uima/fit/validation/Validator.java | 5 +-
.../org/apache/uima/cas/impl/FSClassRegistry.java | 6 +-
.../uima/internal/util/ServiceLoaderUtil.java | 112 +++++++++++++++++++
.../apache/uima/internal/util/UIMAClassLoader.java | 123 ++++++++++++++++++---
.../uima/resource/metadata/impl/Import_impl.java | 18 +--
.../uima/internal/util/ServiceLoaderUtilTest.java | 69 ++++++++++++
.../uima/internal/util/UIMAClassLoaderTest.java | 64 +++++++----
.../UIMAClassLoaderTest_TypeSystemProvider.java} | 7 +-
.../resources/ClassLoaderTest/classLoadingTest.jar | Bin 659 -> 1810 bytes
12 files changed, 357 insertions(+), 65 deletions(-)
create mode 100644
uimaj-core/src/main/java/org/apache/uima/internal/util/ServiceLoaderUtil.java
create mode 100644
uimaj-core/src/test/java/org/apache/uima/internal/util/ServiceLoaderUtilTest.java
copy
uimaj-core/src/test/java/org/apache/uima/{spi/JCasClassProviderForTesting.java
=> internal/util/UIMAClassLoaderTest_TypeSystemProvider.java} (80%)