You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2022/01/07 17:03:56 UTC

[uima-ruta] branch maintenance/3.1.x updated (78b6ed4 -> 9cc74bd)

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

pkluegl pushed a change to branch maintenance/3.1.x
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


    from 78b6ed4  Merge pull request #66 from apache/bugfix/UIMA-6404-Ruta-anchor-with-quantifier-ignores-matches
     add ec58d0a  UIMA-6394: Ruta: label assignment in alternative match causes problems
     add 380d3c9  UIMA-6394: Ruta: label assignment in alternative match causes problems
     new 9cc74bd  Merge pull request #69 from apache/bugfix/UIMA-6394-Ruta-label-assignment-in-alternative-match-causes-problems-bugfix

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:
 .../apache/uima/ruta/rule/AbstractRuleElement.java | 19 +++++++-----
 .../java/org/apache/uima/ruta/rule/RutaRule.java   | 35 +++++++++++++++++-----
 .../org/apache/uima/ruta/rule/RutaRuleElement.java |  4 +++
 .../annotation/AnnotationLabelExpressionTest.java  | 32 ++++++++++++++++++++
 4 files changed, 75 insertions(+), 15 deletions(-)

[uima-ruta] 01/01: Merge pull request #69 from apache/bugfix/UIMA-6394-Ruta-label-assignment-in-alternative-match-causes-problems-bugfix

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

pkluegl pushed a commit to branch maintenance/3.1.x
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 9cc74bde76eb3c4593244d07d78b0681a1cd50a0
Merge: 78b6ed4 380d3c9
Author: pkluegl <pk...@apache.org>
AuthorDate: Fri Jan 7 18:03:49 2022 +0100

    Merge pull request #69 from apache/bugfix/UIMA-6394-Ruta-label-assignment-in-alternative-match-causes-problems-bugfix
    
    UIMA-6394: Ruta: label assignment in alternative match causes problems

 .../apache/uima/ruta/rule/AbstractRuleElement.java | 19 +++++++-----
 .../java/org/apache/uima/ruta/rule/RutaRule.java   | 35 +++++++++++++++++-----
 .../org/apache/uima/ruta/rule/RutaRuleElement.java |  4 +++
 .../annotation/AnnotationLabelExpressionTest.java  | 32 ++++++++++++++++++++
 4 files changed, 75 insertions(+), 15 deletions(-)