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/26 23:45:14 UTC

[uima-ruta] branch maintenance/3.1.x updated (9c0bb3a -> 72c6b01)

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 9c0bb3a  Merge pull request #73 from apache/bugfix/UIMA-6411-Ruta-avoid-creation-of-RutaBasics-for-bad-annotations
     add 7d6808d  UIMA-6414: Ruta: missing match for optional after sidestep out of composed
     add be1c456  UIMA-6414: Ruta: missing match for optional after sidestep out of composed
     add ffad5fb  UIMA-6414: Ruta: missing match for optional after sidestep out of composed
     add 30623e4  UIMA-6414: Ruta: missing match for optional after sidestep out of composed
     add 84923f4  UIMA-6414: Ruta: missing match for optional after sidestep out of composed
     new 72c6b01  Merge pull request #74 from apache/bugfix/UIMA-6414-Ruta-missing-match-for-optional-after-sidestep-out-of-composed

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 | 12 +++++++---
 .../apache/uima/ruta/rule/ComposedRuleElement.java |  3 ++-
 .../org/apache/uima/ruta/rule/RutaRuleElement.java | 24 ++++++++++++++++++-
 .../uima/ruta/ConjunctiveRuleElementTest.java      | 12 +++-------
 .../apache/uima/ruta/rule/ManualAnchoringTest.java | 27 +++++++++++++++++++++-
 .../uima/ruta/rule/SidestepInComposedTest.java     | 14 +++++++++++
 .../ruta/rule/quantifier/MinMaxQuantifierTest.java |  8 +++----
 7 files changed, 81 insertions(+), 19 deletions(-)

[uima-ruta] 01/01: Merge pull request #74 from apache/bugfix/UIMA-6414-Ruta-missing-match-for-optional-after-sidestep-out-of-composed

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 72c6b0177494b79d6290d4ca4e10f9b026ca0cf7
Merge: 9c0bb3a 84923f4
Author: pkluegl <pk...@apache.org>
AuthorDate: Thu Jan 27 00:45:06 2022 +0100

    Merge pull request #74 from apache/bugfix/UIMA-6414-Ruta-missing-match-for-optional-after-sidestep-out-of-composed
    
    UIMA-6414: Ruta: missing match for optional after sidestep out of composed

 .../apache/uima/ruta/rule/AbstractRuleElement.java | 12 +++++++---
 .../apache/uima/ruta/rule/ComposedRuleElement.java |  3 ++-
 .../org/apache/uima/ruta/rule/RutaRuleElement.java | 24 ++++++++++++++++++-
 .../uima/ruta/ConjunctiveRuleElementTest.java      | 12 +++-------
 .../apache/uima/ruta/rule/ManualAnchoringTest.java | 27 +++++++++++++++++++++-
 .../uima/ruta/rule/SidestepInComposedTest.java     | 14 +++++++++++
 .../ruta/rule/quantifier/MinMaxQuantifierTest.java |  8 +++----
 7 files changed, 81 insertions(+), 19 deletions(-)