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 2022/03/02 09:06:28 UTC

[uima-uimafit] branch main updated (d7a0288 -> b97026d)

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

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


    from d7a0288  Merge pull request #167 from apache/bugfix/UIMA-6417-Problems-setting-numeric-parameter-values
     add 05c4d37  [UIMA-6391] CpePipeline should kill CPE if reader throws exception
     add 49f7c41  [UIMA-6391] CpePipeline should kill CPE if reader throws exception
     new b97026d  Merge pull request #168 from apache/bugfix/UIMA-6391-CpePipeline-should-kill-CPE-if-reader-throws-exception

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:
 uimafit-core/pom.xml                               |   8 +-
 uimafit-cpe/pom.xml                                |  13 +-
 .../java/org/apache/uima/fit/cpe/CpePipeline.java  |  46 ++++---
 .../fit/cpe/CpePipelineFailureHandlingTest.java    |  89 ++++++++++++
 .../org/apache/uima/fit/cpe/CpePipelineTest.java   | 153 +++++++++------------
 5 files changed, 199 insertions(+), 110 deletions(-)
 create mode 100644 uimafit-cpe/src/test/java/org/apache/uima/fit/cpe/CpePipelineFailureHandlingTest.java

[uima-uimafit] 01/01: Merge pull request #168 from apache/bugfix/UIMA-6391-CpePipeline-should-kill-CPE-if-reader-throws-exception

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b97026d77cacec83c5ef6b84e55b08ff2521a06a
Merge: d7a0288 49f7c41
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Mar 2 10:06:25 2022 +0100

    Merge pull request #168 from apache/bugfix/UIMA-6391-CpePipeline-should-kill-CPE-if-reader-throws-exception
    
    [UIMA-6391] CpePipeline should kill CPE if reader throws exception

 uimafit-core/pom.xml                               |   8 +-
 uimafit-cpe/pom.xml                                |  13 +-
 .../java/org/apache/uima/fit/cpe/CpePipeline.java  |  46 ++++---
 .../fit/cpe/CpePipelineFailureHandlingTest.java    |  89 ++++++++++++
 .../org/apache/uima/fit/cpe/CpePipelineTest.java   | 153 +++++++++------------
 5 files changed, 199 insertions(+), 110 deletions(-)