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 12:17:31 UTC

[uima-ruta] branch maintenance/3.1.x updated (4d6c5bc -> ae27103)

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 4d6c5bc  Merge pull request #68 from apache/bugfix/UIMA-6406-Removing-an-annotation-inside-a-BLOCK-only-takes-effect-outside-the-block
     add 351ddca  UIMA-6405: Local variable not captured properly in a wildcard matching condition
     add 722ac79  Merge branch 'maintenance/3.1.x' into bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition
     add 422e193  UIMA-6405: Local variable not captured properly in a wildcard matching condition
     new ae27103  Merge pull request #67 from apache/bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition

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 |  7 ++--
 .../apache/uima/ruta/rule/ComposedRuleElement.java |  2 +-
 .../org/apache/uima/ruta/rule/RutaRuleElement.java |  7 ++--
 .../org/apache/uima/ruta/rule/WildCard2Test.java   | 38 +++++++++++++++++++---
 4 files changed, 41 insertions(+), 13 deletions(-)

[uima-ruta] 01/01: Merge pull request #67 from apache/bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition

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 ae27103c144de60739677fc310178359567db554
Merge: 4d6c5bc 422e193
Author: pkluegl <pk...@apache.org>
AuthorDate: Fri Jan 7 13:16:31 2022 +0100

    Merge pull request #67 from apache/bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition
    
    UIMA-6405: Local variable not captured properly in a wildcard matchin…

 .../apache/uima/ruta/rule/AbstractRuleElement.java |  7 ++--
 .../apache/uima/ruta/rule/ComposedRuleElement.java |  2 +-
 .../org/apache/uima/ruta/rule/RutaRuleElement.java |  7 ++--
 .../org/apache/uima/ruta/rule/WildCard2Test.java   | 38 +++++++++++++++++++---
 4 files changed, 41 insertions(+), 13 deletions(-)