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 2020/10/15 21:37:19 UTC

[uima-uimafit] 01/01: Merge pull request #124 from apache/bugfix/UIMA-6275-InitializableFactory-is-not-smart-enough-to-find-a-suitable-classloader

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

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

commit 004b242109c3cfa67a837b33aafeaf5235cd3a2d
Merge: 43b199f 8d745ff
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Oct 15 23:37:10 2020 +0200

    Merge pull request #124 from apache/bugfix/UIMA-6275-InitializableFactory-is-not-smart-enough-to-find-a-suitable-classloader
    
    [UIMA-6275] InitializableFactory is not smart enough to find a suitable classloader

 Jenkinsfile                                        |   5 +-
 .../apache/uima/fit/factory/FsIndexFactory.java    |  10 +-
 .../uima/fit/factory/TypePrioritiesFactory.java    |  10 +-
 .../fit/factory/TypeSystemDescriptionFactory.java  |   8 +-
 .../initializable/InitializableFactory.java        |  21 +++-
 .../apache/uima/fit/internal/ClassLoaderUtils.java | 123 +++++++++++++++++++++
 .../uima/fit/internal/ResourceManagerFactory.java  |  87 +++++++--------
 7 files changed, 194 insertions(+), 70 deletions(-)