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:25:49 UTC

[uima-uimafit] 01/01: Merge pull request #125 from apache/UIMA-6275-Fix-JavaDoc-v2

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

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

commit 90b5685b6df697f9ff940ebb94d8548b9f181208
Merge: 327fbfb 4edd4c8
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Oct 15 23:25:37 2020 +0200

    Merge pull request #125 from apache/UIMA-6275-Fix-JavaDoc-v2
    
    [UIMA-6275] InitializableFactory is not smart enough to find a suitable classloader

 Jenkinsfile                                                    |  5 ++++-
 .../main/java/org/apache/uima/fit/factory/FsIndexFactory.java  |  6 +++---
 .../org/apache/uima/fit/factory/TypePrioritiesFactory.java     |  6 +++---
 .../apache/uima/fit/factory/TypeSystemDescriptionFactory.java  |  6 +++---
 .../uima/fit/factory/initializable/InitializableFactory.java   |  6 +++---
 .../internal/{ClassloaderUtils.java => ClassLoaderUtils.java}  | 10 +++++-----
 .../org/apache/uima/fit/internal/ResourceManagerFactory.java   |  2 +-
 7 files changed, 22 insertions(+), 19 deletions(-)