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/03/23 11:19:31 UTC

[uima-uimafit] branch master-v2 updated (dc2fffc -> 8bf563f)

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 dc2fffc  Merge pull request #82 from apache/UIMA-6188-uimaFIT-initializes-resources-with-parameter-values-originating-from-component
     add bdb6c54  [UIMA-6204] createReaderDescription does not discover type priorities
     new 8bf563f  Merge pull request #85 from apache/bugfix/UIMA-6204-createReaderDescription-does-not-discover-type-priorities

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/CollectionReaderFactory.java  | 13 +++--
 .../fit/factory/AnalysisEngineFactoryTest.java     | 45 +++++++++++++----
 .../fit/factory/CollectionReaderFactoryTest.java   | 59 ++++++++++++++++++----
 .../fit/factory/TypePrioritiesFactoryTest.java     |  8 +--
 4 files changed, 100 insertions(+), 25 deletions(-)


[uima-uimafit] 01/01: Merge pull request #85 from apache/bugfix/UIMA-6204-createReaderDescription-does-not-discover-type-priorities

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 8bf563f5293b478d3c02cabe518a2bda6a22c9a2
Merge: dc2fffc bdb6c54
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Mar 23 12:19:26 2020 +0100

    Merge pull request #85 from apache/bugfix/UIMA-6204-createReaderDescription-does-not-discover-type-priorities
    
    [UIMA-6204] createReaderDescription does not discover type priorities

 .../uima/fit/factory/CollectionReaderFactory.java  | 13 +++--
 .../fit/factory/AnalysisEngineFactoryTest.java     | 45 +++++++++++++----
 .../fit/factory/CollectionReaderFactoryTest.java   | 59 ++++++++++++++++++----
 .../fit/factory/TypePrioritiesFactoryTest.java     |  8 +--
 4 files changed, 100 insertions(+), 25 deletions(-)