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/04/03 23:41:09 UTC

[uima-uimaj] branch feature/UIMA-6200-Constructing-aggregate-engines-is-slow updated (fe73a79 -> 17711e0)

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

rec pushed a change to branch feature/UIMA-6200-Constructing-aggregate-engines-is-slow
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from fe73a79  [UIMA-6200] Constructing aggregate engines is slow
     add 17711e0  [UIMA-6200] Constructing aggregate engines is slow

No new revisions were added by this update.

Summary of changes:
 .../impl/CapabilityLanguageFlowController.java     | 35 +++++++-----
 .../apache/uima/flow/impl/FixedFlowController.java | 43 ++++++++++++---
 .../impl/CapabilityLanguageFlowControllerTest.java | 62 ++++++++++++++++++++++
 .../uima/flow/impl/FixedFlowControllerTest.java    | 53 +-----------------
 .../CapabilityLanguageFlowController.xml           |  0
 .../FixedFlowController.xml                        |  0
 6 files changed, 121 insertions(+), 72 deletions(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/flow/impl/CapabilityLanguageFlowControllerTest.java
 rename uimaj-core/src/{main/resources/org/apache/uima/flow => test/resources/CapabilityLanguageFlowControllerTest}/CapabilityLanguageFlowController.xml (100%)
 rename uimaj-core/src/{main/resources/org/apache/uima/flow => test/resources/FixedFlowControllerTest}/FixedFlowController.xml (100%)