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/15 10:04:43 UTC

[uima-ruta] branch master-v2 updated (7400101 -> b2f2fc1)

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

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


    from 7400101  Merge pull request #16 from apache/UIMA-6268-internal-indexing
     add 26674c9  UIMA-6271: Ruta: option to validate internal indexing in RutaEngine
     new b2f2fc1  Merge pull request #18 from apache/UIMA-6271-validate-internal-ruta-indexing

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:
 ruta-core/pom.xml                                  |  18 ++++
 .../java/org/apache/uima/ruta/RutaBasicUtils.java  | 116 +++++++++++++++++++++
 .../org/apache/uima/ruta/engine/RutaEngine.java    |  20 ++++
 .../org/apache/uima/ruta/RutaBasicUtilsTest.java   | 116 +++++++++++++++++++++
 ruta-docbook/src/docbook/tools.ruta.overview.xml   |  18 ++++
 ruta-parent/pom.xml                                |   2 +-
 6 files changed, 289 insertions(+), 1 deletion(-)
 create mode 100644 ruta-core/src/test/java/org/apache/uima/ruta/RutaBasicUtilsTest.java


[uima-ruta] 01/01: Merge pull request #18 from apache/UIMA-6271-validate-internal-ruta-indexing

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

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

commit b2f2fc187391790b9c3c4757eb6a59009e0e0acf
Merge: 7400101 26674c9
Author: pkluegl <pk...@gmail.com>
AuthorDate: Thu Oct 15 12:04:35 2020 +0200

    Merge pull request #18 from apache/UIMA-6271-validate-internal-ruta-indexing
    
    UIMA-6271: Ruta: option to validate internal indexing in RutaEngine

 ruta-core/pom.xml                                  |  18 ++++
 .../java/org/apache/uima/ruta/RutaBasicUtils.java  | 116 +++++++++++++++++++++
 .../org/apache/uima/ruta/engine/RutaEngine.java    |  20 ++++
 .../org/apache/uima/ruta/RutaBasicUtilsTest.java   | 116 +++++++++++++++++++++
 ruta-docbook/src/docbook/tools.ruta.overview.xml   |  18 ++++
 ruta-parent/pom.xml                                |   2 +-
 6 files changed, 289 insertions(+), 1 deletion(-)