You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2016/12/15 16:12:20 UTC

svn commit: r1774490 [3/3] - in /uima/site/trunk/uima-website: docs/downloads.html docs/index.html velocity.log xdocs/index.xml xdocs/news.xml xdocs/stylesheets/project.xml

Modified: uima/site/trunk/uima-website/xdocs/index.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/index.xml?rev=1774490&r1=1774489&r2=1774490&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/index.xml (original)
+++ uima/site/trunk/uima-website/xdocs/index.xml Thu Dec 15 16:12:19 2016
@@ -141,6 +141,9 @@
 			<p>
 				<ul>
           <li>
+            <a href="news.html#15 Dec 2016">15 Dec 2016: <strong>Apache UIMA-AS 2.9.0 released</strong></a>
+          </li>
+          <li>
             <a href="news.html#08 Sep 2016">28 Sep 2016: <strong>Apache UIMA Ruta 2.5.0 released</strong></a>
           </li>
           <li>

Modified: uima/site/trunk/uima-website/xdocs/news.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/news.xml?rev=1774490&r1=1774489&r2=1774490&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/news.xml (original)
+++ uima/site/trunk/uima-website/xdocs/news.xml Thu Dec 15 16:12:19 2016
@@ -34,6 +34,33 @@
 		<section name="Apache UIMA News">
     <subsectionToc/>
 
+    <subsection name="15 Dec 2016" date = "15 Dec 2016" title="Apache UIMA Asynchronous Scaleout (UIMA-AS) 2.9.0 released">
+      <p>UIMA AS 2.9.0 is a maintenance release that contains fixes and improvements over UIMA-AS 2.8.1.
+      </p><p>
+      The complete list of fixes is <a href="d/uima-as-2.9.0/issuesFixed/jira-report.html">here</a>.
+      </p>
+        <p>The major changes in this release are:</p>
+        <ul>
+          <li>Updated to use Activemq 5.14.0</li> 
+          <li>Added dependency on UIMA SDK 2.9.0</li>
+          <li>Fixed http based service connectivity</li>  
+          <li>Added support for automatic recovery of temp queues after broker restart.</li>
+          <li>Fixed per CAS Performance Metrics breakdown </li>
+          <li>Fixed per process CPU & RSS reporting</li> 
+          <li>Fixed example runtime configurations</li>
+          <li>Fixed error recovery on exception while deserializing a CAS</li>
+          <li>"Pinned" JMX MBeans to a specific deployment to enable orderly cleanup</li>
+          <li>Fixed support of AMQ white listing of packages</li>
+          <li>Added support to disable JMX via a new argument -Duima.as.enable.jmx=false</li>
+          <li>Fixed dd2spring issues</li>
+          <li>Updated version checker to test compatibility with UIMA SDK.</li> 
+         </ul>
+      <p>
+      This version of UIMA-AS requires Java version 7 or later.      
+      </p>
+    </subsection>
+
+
     <subsection name="28 Sep 2016" date = "28 September 2016" title="Apache UIMA Ruta 2.5.0 released">
         <p>Apache UIMA Ruta is a rule-based script language supported by
           Eclipse-based tooling. The language is designed to enable rapid

Modified: uima/site/trunk/uima-website/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/stylesheets/project.xml?rev=1774490&r1=1774489&r2=1774490&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/stylesheets/project.xml (original)
+++ uima/site/trunk/uima-website/xdocs/stylesheets/project.xml Thu Dec 15 16:12:19 2016
@@ -93,6 +93,15 @@
         --> 
   </menus>
 
+  <downloads version="2.9.0" title="Apache UIMA-AS 2.9.0" withreleasedate="true">
+    <download name="UIMA AS Asynchronous Scaleout" subdirectory="uima-as-2.9.0" releasedate="15-Dec-2016">
+      <releasenotes filename="uima-as-2.9.0/RELEASE_NOTES">         <f>html</f>                              </releasenotes> 
+      <binary       filename="uima-as-2.9.0-bin">                   <f>zip</f>  <f>tar.gz</f>                </binary>   
+      <source       filename="uima-as-2.9.0-source-release">                   <f>zip</f>    </source>
+    </download>
+  </downloads>
+
+
   <downloads version="2.9.0" title="Apache UIMA Version 2.9.0" withreleasedate="true">
     <download name="UIMA Java framework &amp; SDK" subdirectory="uimaj-2.9.0" releasedate="30-Aug-2016">
       <releasenotes filename="uimaj-2.9.0/RELEASE_NOTES">           <f>html</f>                </releasenotes>