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