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:08:54 UTC

[uima-ruta] branch master updated (ce0646f -> d328681)

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 ce0646f  Merge pull request #17 from apache/UIMA-6268-internal-indexing
     add 7400101  Merge pull request #16 from apache/UIMA-6268-internal-indexing
     add 26674c9  UIMA-6271: Ruta: option to validate internal indexing in RutaEngine
     add a2ceebd  Merge branch 'master' into UIMA-6271-validate-internal-ruta-indexing
     new d328681  Merge pull request #19 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 #19 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
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit d328681d9231da0159e825865db0729a535bff89
Merge: ce0646f a2ceebd
Author: pkluegl <pk...@gmail.com>
AuthorDate: Thu Oct 15 12:08:45 2020 +0200

    Merge pull request #19 from apache/UIMA-6271-validate-internal-ruta-indexing
    
    Uima 6271 validate internal ruta indexing

 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(-)