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/16 20:23:06 UTC

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

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 5c35e16  Merge pull request #72 from apache/bugfix/UIMA-6409-Ruta-possible-endless-wildcard-lookahead-in-combination-with-subtokens
     add d9b3321  UIMA-6411: Ruta: avoid creation of RutaBasics for bad annotations
     add 19a6170  UIMA-6411: Ruta: avoid creation of RutaBasics for bad annotations
     new 9c0bb3a  Merge pull request #73 from apache/bugfix/UIMA-6411-Ruta-avoid-creation-of-RutaBasics-for-bad-annotations

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:
 .../src/main/java/org/apache/uima/ruta/RutaStream.java  |  5 +++--
 .../java/org/apache/uima/ruta/EmptyDocumentTest.java    | 17 +++++++++++++++++
 2 files changed, 20 insertions(+), 2 deletions(-)

[uima-ruta] 01/01: Merge pull request #73 from apache/bugfix/UIMA-6411-Ruta-avoid-creation-of-RutaBasics-for-bad-annotations

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 9c0bb3abdc170d9511f22c2416f7a6850c903534
Merge: 5c35e16 19a6170
Author: pkluegl <pk...@apache.org>
AuthorDate: Sun Jan 16 21:22:59 2022 +0100

    Merge pull request #73 from apache/bugfix/UIMA-6411-Ruta-avoid-creation-of-RutaBasics-for-bad-annotations
    
    UIMA-6411: Ruta: avoid creation of RutaBasics for bad annotations

 .../src/main/java/org/apache/uima/ruta/RutaStream.java  |  5 +++--
 .../java/org/apache/uima/ruta/EmptyDocumentTest.java    | 17 +++++++++++++++++
 2 files changed, 20 insertions(+), 2 deletions(-)