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:18 UTC

[uima-uimafit] branch master updated (43b199f -> 004b242)

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

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


    from 43b199f  Merge pull request #120 from apache/UIMA-6263-CAS-validation-support-v3
     add 1d84e24  Merge pull request #118 from apache/UIMA-6263-CAS-validation-support
     add 9125af4  Merge pull request #119 from apache/UIMA-6263-CAS-validation-support
     add 4d7af91  [UIMA-6263] CAS validation support
     add d5e26a2  Merge pull request #121 from apache/UIMA-6263-CAS-validation-support
     add ee1c697  [UIMA-6275] InitializableFactory is not smart enough to find a suitable classloader
     add c252cf3  Merge branch 'master' into bugfix/UIMA-6275-InitializableFactory-is-not-smart-enough-to-find-a-suitable-classloader
     add eda3678  No issue: ASF Jenkins Windows nodes seem to have trouble ('nohup' not found) - excluding Windows build nodes for the moment.
     add e574f93  [UIMA-6275] InitializableFactory is not smart enough to find a suitable classloader
     add 327fbfb  Merge pull request #123 from apache/bugfix/UIMA-6275-InitializableFactory-is-not-smart-enough-to-find-a-suitable-classloader
     add 9861d24  [UIMA-6275] InitializableFactory is not smart enough to find a suitable classloader
     add 4edd4c8  [UIMA-6275] InitializableFactory is not smart enough to find a suitable classloader
     add 90b5685  Merge pull request #125 from apache/UIMA-6275-Fix-JavaDoc-v2
     add 8d745ff  Merge branch 'master-v2' into bugfix/UIMA-6275-InitializableFactory-is-not-smart-enough-to-find-a-suitable-classloader
     new 004b242  Merge pull request #124 from apache/bugfix/UIMA-6275-InitializableFactory-is-not-smart-enough-to-find-a-suitable-classloader

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:
 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(-)
 create mode 100644 uimafit-core/src/main/java/org/apache/uima/fit/internal/ClassLoaderUtils.java


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

Posted by re...@apache.org.
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(-)