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 14:10:45 UTC

[uima-uimafit] branch master-v2 updated (d5e26a2 -> 327fbfb)

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

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


    from 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
     new 327fbfb  Merge pull request #123 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:
 .../apache/uima/fit/factory/FsIndexFactory.java    |   8 +-
 .../uima/fit/factory/TypePrioritiesFactory.java    |   8 +-
 .../fit/factory/TypeSystemDescriptionFactory.java  |  10 +-
 .../initializable/InitializableFactory.java        |  21 +++-
 .../apache/uima/fit/internal/ClassloaderUtils.java | 123 +++++++++++++++++++++
 .../uima/fit/internal/ResourceManagerFactory.java  |  77 +++++++------
 6 files changed, 188 insertions(+), 59 deletions(-)
 create mode 100644 uimafit-core/src/main/java/org/apache/uima/fit/internal/ClassloaderUtils.java


[uima-uimafit] 01/01: Merge pull request #123 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-v2
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit 327fbfb941d9a1294414a13ebb2b54c2cde0e4f6
Merge: d5e26a2 ee1c697
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Oct 15 16:10:35 2020 +0200

    Merge pull request #123 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

 .../apache/uima/fit/factory/FsIndexFactory.java    |   8 +-
 .../uima/fit/factory/TypePrioritiesFactory.java    |   8 +-
 .../fit/factory/TypeSystemDescriptionFactory.java  |  10 +-
 .../initializable/InitializableFactory.java        |  21 +++-
 .../apache/uima/fit/internal/ClassloaderUtils.java | 123 +++++++++++++++++++++
 .../uima/fit/internal/ResourceManagerFactory.java  |  77 +++++++------
 6 files changed, 188 insertions(+), 59 deletions(-)