This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch release/3.6.x in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
commit 68561e32b1a1a8aabc67fb8d94e7cf57fb094b15 Merge: c7064c3fb b43e72e0e Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Mon Sep 22 14:06:53 2025 +0200 Merge pull request #433 from apache/refactoring/430-Resolving-type-system-imports-through-SPIs-slows-things-down-too-much Issue #430: Resolving type system imports through sp is slows things down too much .asf.yaml | 12 +-- .../org/apache/uima/tools/bnd/UimaBndPlugin.java | 86 +++++++++++++++++----- .../uima/fit/maven/GenerateDescriptorsMojo.java | 2 +- .../uima/internal/util/ClassLoaderUtils.java | 58 ++++++--------- .../apache/uima/resource/RelativePathResolver.java | 2 +- .../resource/impl/RelativePathResolver_impl.java | 8 +- .../uima/resource/impl/ResourceManager_impl.java | 1 + 7 files changed, 101 insertions(+), 68 deletions(-)
