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 09:39:15 UTC

[uima-ruta] branch bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition updated (351ddca -> 722ac79)

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

pkluegl pushed a change to branch bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git.


    from 351ddca  UIMA-6405: Local variable not captured properly in a wildcard matching condition
     add e710b31  UIMA-6406: Removing an annotation inside a BLOCK only takes effect outside the block
     add e781524  UIMA-6406: Removing an annotation inside a BLOCK only takes effect outside the block
     add 4d6c5bc  Merge pull request #68 from apache/bugfix/UIMA-6406-Removing-an-annotation-inside-a-BLOCK-only-takes-effect-outside-the-block
     add 722ac79  Merge branch 'maintenance/3.1.x' into bugfix/UIMA-6405-Local-variable-not-captured-properly-in-a-wildcard-matching-condition

No new revisions were added by this update.

Summary of changes:
 ruta-core/.gitignore                               |   2 +
 .../main/java/org/apache/uima/ruta/RutaStream.java |   6 +-
 .../org/apache/uima/ruta/engine/RutaTestUtils.java | 112 ++++++++++++++-------
 .../org/apache/uima/ruta/action/UnmarkTest.java    |  54 +++++++---
 4 files changed, 124 insertions(+), 50 deletions(-)
 create mode 100644 ruta-core/.gitignore