This is an automated email from the ASF dual-hosted git repository. rec pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
from 1092a99c8 Merge branch 'release/3.6.x' 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 e4f6ebb91 Merge branch 'release/3.6.x' 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%)