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 2021/10/28 13:13:46 UTC

[uima-uimafit] 01/01: Merge pull request #159 from apache/feature/UIMA-6392-Better-delegate-key-generation

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 e910935680775efb0f30c751e11e2750fcd41119
Merge: 1bc07a0 e273553
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Oct 28 15:13:40 2021 +0200

    Merge pull request #159 from apache/feature/UIMA-6392-Better-delegate-key-generation
    
    [UIMA-6392] Better delegate key generation

 .../apache/uima/fit/factory/AggregateBuilder.java  | 24 ++----
 .../uima/fit/factory/AnalysisEngineFactory.java    | 91 ++++++++++++++++------
 .../uima/fit/factory/AggregateBuilderTest.java     |  6 +-
 .../fit/factory/AnalysisEngineFactoryTest.java     | 48 ++++++++++++
 .../java/org/apache/uima/fit/cpe/CpeBuilder.java   | 16 ++--
 .../java/org/apache/uima/fit/cpe/CpePipeline.java  | 53 ++++++++++---
 6 files changed, 179 insertions(+), 59 deletions(-)