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-uimaj.git.


    from 332769e  Merge pull request #36 from 
apache/UIMA-6199-Unindexed-document-annotation-added-back-to-index-during-deserialization
     add 1be1e13  [UIMA-6128] hook up xcas-1-1 to save
     add 1b9998f  Merge pull request #31 from 
apache/enhancement/UIMA-6128-hook-up-xcas-1-1
     add 1b04bc7  [UIMA-6184] Move code quality profiles to parent POM
     add b3137a0  Merge pull request #33 from 
apache/UIMA-6184-Move-code-quality-profiles-to-parent-POM
     add 941a8ce  [UIMA-6187] add eol=lf for .sh files
     add b4d19f6  Merge pull request #34 from apache/UIMA-6187-v2
     add fe73a79  [UIMA-6200] Constructing aggregate engines is slow
     add 17711e0  [UIMA-6200] Constructing aggregate engines is slow
     add 0784566  [UIMA-6200] Constructing aggregate engines is slow
     add de8c8b8  [UIMA-6200] Constructing aggregate engines is slow
     add a63872a  Merge pull request #37 from 
apache/feature/UIMA-6200-Constructing-aggregate-engines-is-slow
     add 86cb158  Merge branch 'master-v2' into sync-master-v2-to-master
     new 7753709  Merge pull request #38 from apache/sync-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:
 uimaj-core/pom.xml                                 |    8 +-
 .../impl/CapabilityLanguageFlowController.java     |   35 +-
 .../apache/uima/flow/impl/FixedFlowController.java |  119 ++-
 .../main/java/org/apache/uima/util/CasIOUtils.java |    6 +-
 .../uima/flow/CapabilityLanguageFlowController.xml |   56 +-
 .../org/apache/uima/flow/FixedFlowController.xml   |   10 +-
 .../impl/CapabilityLanguageFlowControllerTest.java |   62 ++
 .../uima/flow/impl/FixedFlowControllerTest.java    |   56 +-
 .../CapabilityLanguageFlowController.xml           |    0
 .../FixedFlowController.xml                        |    0
 uimaj-parent/pom.xml                               | 1007 ++++++++++----------
 11 files changed, 782 insertions(+), 577 deletions(-)
 create mode 100644 
uimaj-core/src/test/java/org/apache/uima/flow/impl/CapabilityLanguageFlowControllerTest.java
 copy uimaj-core/src/{main/resources/org/apache/uima/flow => 
test/resources/CapabilityLanguageFlowControllerTest}/CapabilityLanguageFlowController.xml
 (100%)
 copy uimaj-core/src/{main/resources/org/apache/uima/flow => 
test/resources/FixedFlowControllerTest}/FixedFlowController.xml (100%)

Reply via email to