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 2020/10/26 13:56:30 UTC

[uima-ruta] branch master updated (356b511 -> 1b61423)

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

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


    from 356b511  no jira - deactivate test for now
     add c0d655f  UIMA-6281: Ruta: use uimaFIT instead of CAS.select().coveredBy() internally
     add e1aacd2  UIMA-6281: Ruta: use uimaFIT instead of CAS.select().coveredBy() internally
     add 4d2b15e  UIMA-6281: fix method for null arguments
     new 1b61423  Merge pull request #20 from apache/UIMA-6281-uimaFIT-coveredBy

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:
 .../java/org/apache/uima/ruta/FilterManager.java   |  1 +
 .../main/java/org/apache/uima/ruta/RutaStream.java | 51 ++++++++++++----------
 .../apache/uima/ruta/rule/WildCardRuleElement.java |  5 +--
 3 files changed, 31 insertions(+), 26 deletions(-)


[uima-ruta] 01/01: Merge pull request #20 from apache/UIMA-6281-uimaFIT-coveredBy

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

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

commit 1b614232093fd33014e751b85b9c53e7fafb805c
Merge: 356b511 4d2b15e
Author: pkluegl <pk...@gmail.com>
AuthorDate: Mon Oct 26 14:55:47 2020 +0100

    Merge pull request #20 from apache/UIMA-6281-uimaFIT-coveredBy
    
    UIMA-6281: Ruta: use uimaFIT instead of CAS.select().coveredBy() internally

 .../java/org/apache/uima/ruta/FilterManager.java   |  1 +
 .../main/java/org/apache/uima/ruta/RutaStream.java | 51 ++++++++++++----------
 .../apache/uima/ruta/rule/WildCardRuleElement.java |  5 +--
 3 files changed, 31 insertions(+), 26 deletions(-)