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 2019/02/24 20:58:41 UTC

svn commit: r32620 - in /release/uima/ruta-2.7.0: ./ issuesFixed/ issuesFixed/css/ issuesFixed/images/ issuesFixed/images/logos/

Author: pkluegl
Date: Sun Feb 24 20:58:41 2019
New Revision: 32620

Log:
no jira - release ruta-2.7.0-rc3

Added:
    release/uima/ruta-2.7.0/RELEASE_NOTES.html
    release/uima/ruta-2.7.0/issuesFixed/
    release/uima/ruta-2.7.0/issuesFixed/css/
    release/uima/ruta-2.7.0/issuesFixed/css/maven-base.css
    release/uima/ruta-2.7.0/issuesFixed/css/maven-theme.css
    release/uima/ruta-2.7.0/issuesFixed/css/print.css
    release/uima/ruta-2.7.0/issuesFixed/css/site.css
    release/uima/ruta-2.7.0/issuesFixed/images/
    release/uima/ruta-2.7.0/issuesFixed/images/collapsed.gif   (with props)
    release/uima/ruta-2.7.0/issuesFixed/images/expanded.gif   (with props)
    release/uima/ruta-2.7.0/issuesFixed/images/external.png   (with props)
    release/uima/ruta-2.7.0/issuesFixed/images/icon_error_sml.gif   (with props)
    release/uima/ruta-2.7.0/issuesFixed/images/icon_info_sml.gif   (with props)
    release/uima/ruta-2.7.0/issuesFixed/images/icon_success_sml.gif   (with props)
    release/uima/ruta-2.7.0/issuesFixed/images/icon_warning_sml.gif   (with props)
    release/uima/ruta-2.7.0/issuesFixed/images/logos/
    release/uima/ruta-2.7.0/issuesFixed/images/logos/build-by-maven-black.png   (with props)
    release/uima/ruta-2.7.0/issuesFixed/images/logos/build-by-maven-white.png   (with props)
    release/uima/ruta-2.7.0/issuesFixed/images/logos/maven-feather.png   (with props)
    release/uima/ruta-2.7.0/issuesFixed/images/newwindow.png   (with props)
    release/uima/ruta-2.7.0/issuesFixed/jira-report.html
    release/uima/ruta-2.7.0/ruta-2.7.0-source-release.zip.asc
    release/uima/ruta-2.7.0/ruta-2.7.0-source-release.zip.sha512

Added: release/uima/ruta-2.7.0/RELEASE_NOTES.html
==============================================================================
--- release/uima/ruta-2.7.0/RELEASE_NOTES.html (added)
+++ release/uima/ruta-2.7.0/RELEASE_NOTES.html Sun Feb 24 20:58:41 2019
@@ -0,0 +1,108 @@
+<html>
+  <!--
+   ***************************************************************
+   * Licensed to the Apache Software Foundation (ASF) under one
+   * or more contributor license agreements.  See the NOTICE file
+   * distributed with this work for additional information
+   * regarding copyright ownership.  The ASF licenses this file
+   * to you under the Apache License, Version 2.0 (the
+   * "License"); you may not use this file except in compliance
+   * with the License.  You may obtain a copy of the License at
+   *
+   *   http://www.apache.org/licenses/LICENSE-2.0
+   * 
+   * Unless required by applicable law or agreed to in writing,
+   * software distributed under the License is distributed on an
+   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   * KIND, either express or implied.  See the License for the
+   * specific language governing permissions and limitations
+   * under the License.
+   ***************************************************************
+   -->
+
+<head>
+  <title>Apache UIMA Ruta v2.7.0 Release Notes</title>
+</head>
+<body>
+<h1>Apache UIMA Ruta&#8482; v2.7.0 Release Notes</h1>
+
+<h2>Contents</h2>
+<p>
+<a href="#what.is.uima-ruta">1. What is UIMA Ruta</a><br/>
+<a href="#major.changes">2. Major Changes in this Release</a><br/>
+<a href="#get.involved">3. How to Get Involved</a><br/>
+<a href="#report.issues">4. How to Report Issues</a><br/>
+<a href="#list.issues">5. List of JIRA Issues Fixed in this Release</a>
+</p>  
+   
+<h2><a name="what.is.uima-ruta">1. What is UIMA Ruta?</a></h2>
+
+     <p>
+  			Apache UIMA Ruta&#8482; is a rule-based script language supported by Eclipse-based tooling.
+      The language is designed to enable rapid development of text processing applications within Apache UIMA&#8482;. 
+      A special focus lies on the intuitive and flexible domain specific language for defining 
+      patterns of annotations. The Eclipse-based tooling for Ruta, called the Ruta Workbench,
+      was created to support the user and to facilitate every step when writing Ruta rules. Both the 
+      Ruta rule language and the Ruta Workbench integrate smoothly with Apache UIMA.
+			</p>
+
+<h2><a name="major.changes">2. Major Changes in this Release</a></h2>
+<p>
+  <p>UIMA Ruta Language and Analysis Engine:</p>
+  <ul>
+  	<li>Requires Java 8</li>
+    <li>New language feature: label expressions at actions for directly assigning/reusing newly created annotations. Example: Document{-> a:T1, CREATE(T2, "ref" = a)};</li>
+    <li>New language feature: new type of rule element for completely optional match which does not require an existing annotation and therefore also works at the boundary of a window/document. Example: NUM _{-PARTOF(CW)};</li>
+    <li>Type lists can be used as matching condition.</li>
+    <li>Initial default value of string and annotations variables is now null.</li>
+    <li>Comparison of annotation and annotation list are now supported.</li>
+    <li>New configuration parameter 'inferenceVisitors'.</li>
+    <li>New configuration parameter 'maxRuleMatches'.</li>
+    <li>New configuration parameter 'maxRuleElementMatches'.</li>
+    <li>New configuration parameter 'rulesScriptName'.</li>
+    <li>Inlined rules as condition are only evaluated if the rule element match was successful.</li>
+    <li>Multiple inlined rule blocks are allowed at one rule element.</li>
+    <li>String features with allowed values are supported.</li>
+    <li>PlainTextAnnotator supports vertical tabs.</li>
+    <li>Various improvements for WORDTABLE.</li>
+    <li>Thrown exceptions include script name.</li>
+    <li>Fixed values of label for failed matches.</li>
+    <li>Fixed inlined rules as condition at wildcards.</li>
+    <li>Fixed resetting of annotation-based variables.</li>
+    <li>Fixed various bugs of wildcards.</li>
+    <li>Fixed CONTAINS condition for annotations overlapping the window.</li>
+    <li>Fixed COUNT condition.</li>
+    <li>Fixed setting variables by configuration parameter.</li>
+  </ul>
+  <p>UIMA Ruta Workbench:</p>
+  <ul>
+  	<li>Query View support more CAS formats.</li>
+    <li>Fixed order of scripts in Applied Rules view.</li>
+    <li>Fixed reporting of non-existing problems in editor.</li>
+  </ul>
+</p>
+ 
+  
+<h2><a name="get.involved">3. How to Get Involved</a></h2>
+<p>
+The Apache UIMA Ruta project really needs and appreciates any contributions, 
+including documentation help, source code and feedback.  If you are interested
+in contributing, please visit 
+<a href="http://uima.apache.org/get-involved.html">
+  http://uima.apache.org/get-involved.html</a>.
+</p>
+  
+<h2><a name="report.issues">4. How to Report Issues</a></h2>
+<p>
+The Apache UIMA project uses JIRA for issue tracking.  Please report any 
+issues you find at 
+<a href="http://issues.apache.org/jira/browse/uima">http://issues.apache.org/jira/browse/uima</a>
+</p>
+  
+<h2><a name="list.issues">5. List of JIRA Issues Fixed in this Release</a></h2>
+
+Click <a href="issuesFixed/jira-report.html">issuesFixed/jira-report.html</a> for the list of 
+issues fixed in this release.
+
+</body>
+</html>
\ No newline at end of file

Added: release/uima/ruta-2.7.0/issuesFixed/css/maven-base.css
==============================================================================
--- release/uima/ruta-2.7.0/issuesFixed/css/maven-base.css (added)
+++ release/uima/ruta-2.7.0/issuesFixed/css/maven-base.css Sun Feb 24 20:58:41 2019
@@ -0,0 +1,151 @@
+body {
+  margin: 0px;
+  padding: 0px;
+}
+img {
+  border:none;
+}
+table {
+  padding:0px;
+  width: 100%;
+  margin-left: -2px;
+  margin-right: -2px;
+}
+acronym {
+  cursor: help;
+  border-bottom: 1px dotted #feb;
+}
+table.bodyTable th, table.bodyTable td {
+  padding: 2px 4px 2px 4px;
+  vertical-align: top;
+}
+div.clear{
+  clear:both;
+  visibility: hidden;
+}
+div.clear hr{
+  display: none;
+}
+#bannerLeft, #bannerRight {
+  font-size: xx-large;
+  font-weight: bold;
+}
+#bannerLeft img, #bannerRight img {
+  margin: 0px;
+}
+.xleft, #bannerLeft img {
+  float:left;
+}
+.xright, #bannerRight {
+  float:right;
+}
+#banner {
+  padding: 0px;
+}
+#banner img {
+  border: none;
+}
+#breadcrumbs {
+  padding: 3px 10px 3px 10px;
+}
+#leftColumn {
+ width: 170px;
+ float:left;
+ overflow: auto;
+}
+#bodyColumn {
+  margin-right: 1.5em;
+  margin-left: 197px;
+}
+#legend {
+  padding: 8px 0 8px 0;
+}
+#navcolumn {
+  padding: 8px 4px 0 8px;
+}
+#navcolumn h5 {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn ul {
+  margin: 0;
+  padding: 0;
+  font-size: small;
+}
+#navcolumn li {
+  list-style-type: none;
+  background-image: none;
+  background-repeat: no-repeat;
+  background-position: 0 0.4em;
+  padding-left: 16px;
+  list-style-position: outside;
+  line-height: 1.2em;
+  font-size: smaller;
+}
+#navcolumn li.expanded {
+  background-image: url(../images/expanded.gif);
+}
+#navcolumn li.collapsed {
+  background-image: url(../images/collapsed.gif);
+}
+#poweredBy {
+  text-align: center;
+}
+#navcolumn img {
+  margin-top: 10px;
+  margin-bottom: 3px;
+}
+#poweredBy img {
+  display:block;
+  margin: 20px 0 20px 17px;
+}
+#search img {
+    margin: 0px;
+    display: block;
+}
+#search #q, #search #btnG {
+    border: 1px solid #999;
+    margin-bottom:10px;
+}
+#search form {
+    margin: 0px;
+}
+#lastPublished {
+  font-size: x-small;
+}
+.navSection {
+  margin-bottom: 2px;
+  padding: 8px;
+}
+.navSectionHead {
+  font-weight: bold;
+  font-size: x-small;
+}
+.section {
+  padding: 4px;
+}
+#footer {
+  padding: 3px 10px 3px 10px;
+  font-size: x-small;
+}
+#breadcrumbs {
+  font-size: x-small;
+  margin: 0pt;
+}
+.source {
+  padding: 12px;
+  margin: 1em 7px 1em 7px;
+}
+.source pre {
+  margin: 0px;
+  padding: 0px;
+}
+#navcolumn img.imageLink, .imageLink {
+  padding-left: 0px;
+  padding-bottom: 0px;
+  padding-top: 0px;
+  padding-right: 2px;
+  border: 0px;
+  margin: 0px;
+}

Added: release/uima/ruta-2.7.0/issuesFixed/css/maven-theme.css
==============================================================================
--- release/uima/ruta-2.7.0/issuesFixed/css/maven-theme.css (added)
+++ release/uima/ruta-2.7.0/issuesFixed/css/maven-theme.css Sun Feb 24 20:58:41 2019
@@ -0,0 +1,141 @@
+body {
+  padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #900;
+  background-color: #ddd;
+  font-weight:900;
+  font-size: x-large;
+}
+h3 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  color: #900;
+  background-color: #eee;
+  font-weight: normal;
+  font-size: large;
+}
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: normal;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+#leftColumn {
+  margin: 10px 0 0 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
+

Added: release/uima/ruta-2.7.0/issuesFixed/css/print.css
==============================================================================
--- release/uima/ruta-2.7.0/issuesFixed/css/print.css (added)
+++ release/uima/ruta-2.7.0/issuesFixed/css/print.css Sun Feb 24 20:58:41 2019
@@ -0,0 +1,7 @@
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+	display: none !important;
+}
+#bodyColumn, body.docs div.docs {
+	margin: 0 !important;
+	border: none !important
+}

Added: release/uima/ruta-2.7.0/issuesFixed/css/site.css
==============================================================================
--- release/uima/ruta-2.7.0/issuesFixed/css/site.css (added)
+++ release/uima/ruta-2.7.0/issuesFixed/css/site.css Sun Feb 24 20:58:41 2019
@@ -0,0 +1 @@
+/* You can override this file with your own styles */
\ No newline at end of file

Added: release/uima/ruta-2.7.0/issuesFixed/images/collapsed.gif
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.7.0/issuesFixed/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/uima/ruta-2.7.0/issuesFixed/images/expanded.gif
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.7.0/issuesFixed/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/uima/ruta-2.7.0/issuesFixed/images/external.png
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.7.0/issuesFixed/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/uima/ruta-2.7.0/issuesFixed/images/icon_error_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.7.0/issuesFixed/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/uima/ruta-2.7.0/issuesFixed/images/icon_info_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.7.0/issuesFixed/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/uima/ruta-2.7.0/issuesFixed/images/icon_success_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.7.0/issuesFixed/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/uima/ruta-2.7.0/issuesFixed/images/icon_warning_sml.gif
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.7.0/issuesFixed/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/uima/ruta-2.7.0/issuesFixed/images/logos/build-by-maven-black.png
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.7.0/issuesFixed/images/logos/build-by-maven-black.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/uima/ruta-2.7.0/issuesFixed/images/logos/build-by-maven-white.png
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.7.0/issuesFixed/images/logos/build-by-maven-white.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/uima/ruta-2.7.0/issuesFixed/images/logos/maven-feather.png
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.7.0/issuesFixed/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/uima/ruta-2.7.0/issuesFixed/images/newwindow.png
==============================================================================
Binary file - no diff available.

Propchange: release/uima/ruta-2.7.0/issuesFixed/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/uima/ruta-2.7.0/issuesFixed/jira-report.html
==============================================================================
--- release/uima/ruta-2.7.0/issuesFixed/jira-report.html (added)
+++ release/uima/ruta-2.7.0/issuesFixed/jira-report.html Sun Feb 24 20:58:41 2019
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Feb 13, 2019 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>JIRA Report</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20190213" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2019-02-13</span>
+                  &nbsp;| <span id="projectVersion">Version: ${project.version}</span>
+                      </div>
+            <div class="xright">        
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                      <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>JIRA Report<a name="JIRA_Report"></a></h2><a name="JIRA_Report"></a><table border="0" class="bodyTable"><tr class="a"><th>Type</th><th>Key</th><th>Status</th><th>Summary</th></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5468">UIMA-5468</a></td><td>Resolved</td><td>Ruta: order of multiple scripts in explanation view</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5480">UIMA-5480</a></td><td>Resolved</td><td>Ruta: unknown type param variable resolved against Annotation</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5489">UIMA-5489</a></td><td>Resolved</td><td>Ruta: verbalization of some elements flawed</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5569">UIMA-5569</a></td><td>Resolved</td><td>Ruta: se
 tting variables by paramters: only skip invalid</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5585">UIMA-5585</a></td><td>Resolved</td><td>Ruta: allow ResourceManager extension classloader for loading ruta extensions</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5663">UIMA-5663</a></td><td>Resolved</td><td>Ruta: possible NPE for lazy feature access on null annotation variable</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5680">UIMA-5680</a></td><td>Resolved</td><td>Special characters in MARKFAST dictionaries mask entries</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5681">UIMA-5681</a></td><td>Resolved</td><td>MARKFAST silently ignores non .txt files</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https
 ://issues.apache.org/jira/browse/UIMA-5752">UIMA-5752</a></td><td>Resolved</td><td>Problem with matching items in MarkTable with whitespacers visible</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5758">UIMA-5758</a></td><td>Resolved</td><td>csvSeparator parameter is missing in basicengine.xml template</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5771">UIMA-5771</a></td><td>Resolved</td><td>Ruta: instance comparison of annotation: feature vs label</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5774">UIMA-5774</a></td><td>Resolved</td><td>Ruta: possible NPE delegated PARTOF condition for empty annotation feature as anchoring element</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5775">UIMA-5775</a></td><td>Resolved</td><td>Per
 formance problem MARKTABLE when matching case insensitive</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5777">UIMA-5777</a></td><td>Resolved</td><td>Incorrect feature assignment on MARKTABLE because incorrect record can be used</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5785">UIMA-5785</a></td><td>Resolved</td><td>Ruta: short name of parent in DECLARE not resolved</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5809">UIMA-5809</a></td><td>Resolved</td><td>Ruta: COUNT condition assigns wrong value</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5850">UIMA-5850</a></td><td>Resolved</td><td>Ruta: CONTAINS counts overlapping annotations</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.or
 g/jira/browse/UIMA-5863">UIMA-5863</a></td><td>Resolved</td><td>Ruta: label remembers removed match in greedy rule element</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5881">UIMA-5881</a></td><td>Resolved</td><td>Ruta: multiple matches of simple wildcard</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5882">UIMA-5882</a></td><td>Resolved</td><td>Ruta: CME for simple wildcard rule</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5888">UIMA-5888</a></td><td>Resolved</td><td>Ruta: annotation-based variables are not resetted between CASes</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5915">UIMA-5915</a></td><td>Resolved</td><td>Ruta: editor reports false postive error for complex feature expression</td></tr><tr class="b"><td>Bug</t
 d><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5946">UIMA-5946</a></td><td>Resolved</td><td>Ruta: inlined rule as condition at wildcard</td></tr><tr class="a"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5951">UIMA-5951</a></td><td>Resolved</td><td>Ruta: wrong initialization of LazyFeature in stacked feature match</td></tr><tr class="b"><td>Bug</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5967">UIMA-5967</a></td><td>Resolved</td><td>MARKTABLE throws NullPointerException</td></tr><tr class="a"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5365">UIMA-5365</a></td><td>Resolved</td><td>Ruta: remove values of label expressions if rule element did not match successfully</td></tr><tr class="b"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5481">UIMA-5481</a></td><td>Resolved</td>
 <td>Ruta: string variables with null values</td></tr><tr class="a"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5736">UIMA-5736</a></td><td>Resolved</td><td>Add option to CSVTable to use custom column separator</td></tr><tr class="b"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5780">UIMA-5780</a></td><td>Resolved</td><td>Ruta: Support all SerialFormats in Query View</td></tr><tr class="a"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5861">UIMA-5861</a></td><td>Resolved</td><td>Ruta: include script name in Ruta runtime exceptions</td></tr><tr class="b"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5892">UIMA-5892</a></td><td>Resolved</td><td>Ruta should be more careful about creating new ResourceManagers</td></tr><tr class="a"><td>Improvement</td><td><a class="externalLink" href=
 "https://issues.apache.org/jira/browse/UIMA-5903">UIMA-5903</a></td><td>Resolved</td><td>Ruta: PlainTextAnnotator should consider vertical/line tabs \u000b</td></tr><tr class="b"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5910">UIMA-5910</a></td><td>Resolved</td><td>Set annotation feature with allowedValues</td></tr><tr class="a"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5945">UIMA-5945</a></td><td>Resolved</td><td>Ruta: evaluate inlined rules as condition only if the match has not failed yet</td></tr><tr class="b"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5950">UIMA-5950</a></td><td>Resolved</td><td>Documentation of default value for removeBasics parameter in RutaEngine</td></tr><tr class="a"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5969">UIMA-5969</a></td><td>Resol
 ved</td><td>Ruta: assignment of string feature is not robust enough concerning other primitive types</td></tr><tr class="b"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5978">UIMA-5978</a></td><td>Resolved</td><td>Ruta: refactor xml parsing and use uimaj utils</td></tr><tr class="a"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5979">UIMA-5979</a></td><td>Resolved</td><td>Ruta: bundles export packages that have private references</td></tr><tr class="b"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5980">UIMA-5980</a></td><td>Resolved</td><td>Ruta: cleanup test files</td></tr><tr class="a"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5982">UIMA-5982</a></td><td>Resolved</td><td>Ruta: javadoc warnings</td></tr><tr class="b"><td>Improvement</td><td><a class="externalLink" href="https
 ://issues.apache.org/jira/browse/UIMA-5983">UIMA-5983</a></td><td>Resolved</td><td>Ruta: build with Java 11</td></tr><tr class="a"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5984">UIMA-5984</a></td><td>Resolved</td><td>Ruta: adapt readme file</td></tr><tr class="b"><td>Improvement</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5986">UIMA-5986</a></td><td>Resolved</td><td>Ruta: maven compiler should use 1.8</td></tr><tr class="a"><td>New Feature</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5414">UIMA-5414</a></td><td>Resolved</td><td>Ruta: config param for max amount of rule and rule element matches</td></tr><tr class="b"><td>New Feature</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5415">UIMA-5415</a></td><td>Resolved</td><td>Ruta: open inference crowd visitors as configuration parameter</td></tr><tr class="a"><td>New Feature<
 /td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5419">UIMA-5419</a></td><td>Resolved</td><td>Ruta: actions for creating annotations as functions filling label variables</td></tr><tr class="b"><td>New Feature</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5884">UIMA-5884</a></td><td>Resolved</td><td>Ruta: TYPELIST as matching condition</td></tr><tr class="a"><td>New Feature</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5916">UIMA-5916</a></td><td>Resolved</td><td>Ruta: new language element for optional matching condition</td></tr><tr class="b"><td>New Feature</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5952">UIMA-5952</a></td><td>Resolved</td><td>Ruta: type namespace prefix for missing script in rules param should be configurable</td></tr><tr class="a"><td>New Feature</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA
 -5955">UIMA-5955</a></td><td>Resolved</td><td>Ruta: allow multiple inlined rule blocks of same type at one rule element</td></tr><tr class="b"><td>Task</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5671">UIMA-5671</a></td><td>Resolved</td><td>Ruta: update parent pom</td></tr><tr class="a"><td>Task</td><td><a class="externalLink" href="https://issues.apache.org/jira/browse/UIMA-5737">UIMA-5737</a></td><td>Resolved</td><td>Ruta: adapt build tools to new Release Distribution Policy</td></tr></table></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+              Copyright &#169;  All Rights Reserved.      
+        
+                  </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: release/uima/ruta-2.7.0/ruta-2.7.0-source-release.zip.asc
==============================================================================
--- release/uima/ruta-2.7.0/ruta-2.7.0-source-release.zip.asc (added)
+++ release/uima/ruta-2.7.0/ruta-2.7.0-source-release.zip.asc Sun Feb 24 20:58:41 2019
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEkADpuHJ4JTgqyYGySTRDk8CQGfMFAlxkOokACgkQSTRDk8CQ
+GfN8qQ//ebROVAuv1p5BDV9ri4aFJd81Z92761BNfsBH1qf9zkrbCkrSDWDcMdZI
+UdhYH0F/WFj7Rkf3w/s43cee8yh1Zuo/lvmaIe/mtwDB5r6utSCMZT+Ph105Nsp3
+r+HqP7ubFrcTQc19zBd1HtQjWnACcNQ9S6+i2XTsg6vep5cbbJF/2EnFIbvy02R+
+4a9SXZ1x5vxddKY8PSTcaCzlDppdA633auOEPJlWnxh5NmiESz2pnNw1poho9Dvq
+HZ8X4kgsp9esMahfoCmonzzQcKrRiKRBNUAgaHD2goI0zA78UIFggJcEt/0P+pcI
+uAaNBNm1S467czE7TuWLS13DmGDCMw2SeNYZ6HnumMjxZMsCyrjA5ABdig9jH6r5
+KpHCCpmuGrbshcH3THjvZltDz4f3aBMg/6f03IQ0OPUIIcq0Uf9XzJkq3LaORaID
+ok9VaNVFFLybKEJNP9+1tM5vDumoH1xmEdscgwpMUc0ok0u14763RxB3es35uszi
+0MMx0g1HanXEXrF/aUBiIjBx9kKyx+lh1M4shxS+t972R15hvhSykzZQdbRvPfgo
+COBPbjVYA+Xb0qOUucJUg7sbxoB6EoRCPnBhPxfmiPm3t9PuOHYil/Sq0a0j0unC
+ghjx+rCsbm+Qs/hQOuYzrHdmxkuCxOOjRIbM6yceoOfDiOlU1y4=
+=IaNb
+-----END PGP SIGNATURE-----

Added: release/uima/ruta-2.7.0/ruta-2.7.0-source-release.zip.sha512
==============================================================================
--- release/uima/ruta-2.7.0/ruta-2.7.0-source-release.zip.sha512 (added)
+++ release/uima/ruta-2.7.0/ruta-2.7.0-source-release.zip.sha512 Sun Feb 24 20:58:41 2019
@@ -0,0 +1 @@
+932b3c6ef6a43424d5b0b188aaddeb4182a5a9ff98906e5f11e476d6fd70989a05f3681165baebcd3a82a7ace417a1525b29f7b440d291175b9aadb22d800c7c
\ No newline at end of file