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/24 13:46:33 UTC

[uima-uimafit] branch master updated (b21df4e -> 462c239)

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 b21df4e  Merge pull request #83 from apache/sync-v2-to-master
     add bdb6c54  [UIMA-6204] createReaderDescription does not discover type priorities
     add 8bf563f  Merge pull request #85 from apache/bugfix/UIMA-6204-createReaderDescription-does-not-discover-type-priorities
     add 2c5e0cb  [UIMA-6206] Parameter values with certain non-XML 1.0 characters not supported
     add 118488d  Merge pull request #86 from apache/bugfix/UIMA-6206-Parameter-values-with-certain-non-XML-1.0-characters-not-supported
     add 36ea029  [UIMA-6207] Allow setting number of threads in CpePipeline
     add a90e934  Merge pull request #87 from apache/feature/UIMA-6207-Allow-setting-number-of-threads-in-CpePipeline
     add fe82a17  Merge branch 'master-v2'
     add 5df28b9  No issue. Fixed JavaDoc
     new 462c239  Merge pull request #88 from apache/merge/master-v2-to-master

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     |  9 ++--
 .../java/org/apache/uima/fit/cpe/CpeBuilder.java   | 16 ++++--
 .../java/org/apache/uima/fit/cpe/CpePipeline.java  | 44 ++++++++++++++--
 6 files changed, 154 insertions(+), 32 deletions(-)


[uima-uimafit] 01/01: Merge pull request #88 from apache/merge/master-v2-to-master

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 462c2395237f86dfc78a5327217800055b00fd52
Merge: b21df4e 5df28b9
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Tue Mar 24 14:46:27 2020 +0100

    Merge pull request #88 from apache/merge/master-v2-to-master
    
    Merge/master v2 to master

 .../uima/fit/factory/CollectionReaderFactory.java  | 13 +++--
 .../fit/factory/AnalysisEngineFactoryTest.java     | 45 +++++++++++++----
 .../fit/factory/CollectionReaderFactoryTest.java   | 59 ++++++++++++++++++----
 .../fit/factory/TypePrioritiesFactoryTest.java     |  9 ++--
 .../java/org/apache/uima/fit/cpe/CpeBuilder.java   | 16 ++++--
 .../java/org/apache/uima/fit/cpe/CpePipeline.java  | 44 ++++++++++++++--
 6 files changed, 154 insertions(+), 32 deletions(-)