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/02/03 07:34:05 UTC

[uima-uimafit] branch master-v2 updated (ab8f787 -> a2dec8a)

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 ab8f787  Merge pull request #78 from apache/feature/UIMA-6169-Support-Charset-typed-parameters-in-components
     add d4de3a0  [UIMA-6186] Factory methods for resource instances
     new a2dec8a  Merge pull request #79 from apache/feature/UIMA-6186-Factory-methods-for-resource-instances

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:
 .../uima/fit/factory/ExternalResourceFactory.java  | 59 ++++++++++++++++++----
 .../fit/factory/ResourceManagerFactoryTest.java    | 55 ++++++++++++++++++++
 2 files changed, 104 insertions(+), 10 deletions(-)
 create mode 100644 uimafit-core/src/test/java/org/apache/uima/fit/factory/ResourceManagerFactoryTest.java


[uima-uimafit] 01/01: Merge pull request #79 from apache/feature/UIMA-6186-Factory-methods-for-resource-instances

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 a2dec8ab80502604f9d519da5af800d3fe4f186f
Merge: ab8f787 d4de3a0
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Feb 3 08:33:59 2020 +0100

    Merge pull request #79 from apache/feature/UIMA-6186-Factory-methods-for-resource-instances
    
    [UIMA-6186] Factory methods for resource instances

 .../uima/fit/factory/ExternalResourceFactory.java  | 59 ++++++++++++++++++----
 .../fit/factory/ResourceManagerFactoryTest.java    | 55 ++++++++++++++++++++
 2 files changed, 104 insertions(+), 10 deletions(-)