You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2016/08/30 17:35:58 UTC

svn commit: r1758435 - in /uima/site/trunk/uima-website: docs/news.html xdocs/news.xml

Author: schor
Date: Tue Aug 30 17:35:58 2016
New Revision: 1758435

URL: http://svn.apache.org/viewvc?rev=1758435&view=rev
Log:
no jira - update website for uimaj-2.9.0 release

Modified:
    uima/site/trunk/uima-website/docs/news.html
    uima/site/trunk/uima-website/xdocs/news.xml

Modified: uima/site/trunk/uima-website/docs/news.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/news.html?rev=1758435&r1=1758434&r2=1758435&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/news.html (original)
+++ uima/site/trunk/uima-website/docs/news.html Tue Aug 30 17:35:58 2016
@@ -226,6 +226,13 @@
         <blockquote class="sectionBody">
                                           <table class="subsectionToc">
             <tr >
+      <td>30 August 2015</td>
+      <td><a href='#30 Aug 2016'>
+                  Apache UIMA Java SDK 2.9.0 released
+                </a>
+      </td>
+      </tr>  
+          <tr >
       <td>08 Aug 2016</td>
       <td><a href='#08 Aug 2016'>
                   Apache UIMA DUCC 2.1.0 released
@@ -580,6 +587,45 @@
         <tr><td>
        
        
+       
+          <a name="30 Aug 2016">
+            <h2>30 Aug 2016
+                        &ndash; Apache UIMA Java SDK 2.9.0 released
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p>The UIMA core Java SDK adds some new capabilities and fixes some bugs.
+      <ul>
+					<li>Two new features were added.
+					<ul><li>CasIOUtls - a collection of general-purpose CAS load/save utilities, with support for
+					including the type system and index definition information along with the Feature Structures.</li>
+					<li>A new set of APIs allowing use of the external shared settings files to be used directly, rather than only by 
+					overriding UIMA configuration parameters. These APIs give direct access by the external settings file's key names to the 
+					key values.</li>
+					</ul>
+					</li>
+					<li>Many bugs were fixed, including:
+					<ul>
+					<li>A regression (since version 2.8.0) which broke the unambiguous AnnotationIndex iterator in some cases.</li>
+					<li>fixes for the Eclipse tooling plugins to work with the latest Eclipse (4.6, Neon) version.</li>
+					<li>Sofa mapping support for flow controllers.</li>
+					<li>Fixing a stack overflow error in AnnotationViewer when switching Sofas.</li>
+					<li>Fixing 2 JSON serialization issues: mishandling of arrays of FeatureStructures having null entries,
+					and mishandling of namespaces for uninstantiated types found as supertypes.</li>
+					</ul>
+					</li>
+					</ul></p>
+                                                <p>Please see the <a target="_blank" href="http://uima.apache.org/d/uimaj-2.9.0/RELEASE_NOTES.html">RELEASE_NOTES</a>
+      for a summary of the changes.</p>
+                            </blockquote>
+        </td></tr>
+    </table>
+                                                      <table class="subsectionTable">
+        <tr><td>
+       
+       
        
           <a name="08 Aug 2016">
             <h2>08 Aug 2016

Modified: uima/site/trunk/uima-website/xdocs/news.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/news.xml?rev=1758435&r1=1758434&r2=1758435&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/news.xml (original)
+++ uima/site/trunk/uima-website/xdocs/news.xml Tue Aug 30 17:35:58 2016
@@ -32,8 +32,34 @@
 	
 
 		<section name="Apache UIMA News">
-      <subsectionToc/>
+    <subsectionToc/>
 
+    <subsection name="30 Aug 2016" date = "30 August 2015" title="Apache UIMA Java SDK 2.9.0 released">
+
+      <p>The UIMA core Java SDK adds some new capabilities and fixes some bugs.
+      <ul>
+					<li>Two new features were added.
+					<ul><li>CasIOUtls - a collection of general-purpose CAS load/save utilities, with support for
+					including the type system and index definition information along with the Feature Structures.</li>
+					<li>A new set of APIs allowing use of the external shared settings files to be used directly, rather than only by 
+					overriding UIMA configuration parameters. These APIs give direct access by the external settings file's key names to the 
+					key values.</li>
+					</ul>
+					</li>
+					<li>Many bugs were fixed, including:
+					<ul>
+					<li>A regression (since version 2.8.0) which broke the unambiguous AnnotationIndex iterator in some cases.</li>
+					<li>fixes for the Eclipse tooling plugins to work with the latest Eclipse (4.6, Neon) version.</li>
+					<li>Sofa mapping support for flow controllers.</li>
+					<li>Fixing a stack overflow error in AnnotationViewer when switching Sofas.</li>
+					<li>Fixing 2 JSON serialization issues: mishandling of arrays of FeatureStructures having null entries,
+					and mishandling of namespaces for uninstantiated types found as supertypes.</li>
+					</ul>
+					</li>
+					</ul></p>
+      <p>Please see the <a target="_blank" href="http://uima.apache.org/d/uimaj-2.9.0/RELEASE_NOTES.html">RELEASE_NOTES</a>
+      for a summary of the changes.</p>
+    </subsection>
 
     <subsection name="08 Aug 2016" date = "08 Aug 2016" title="Apache UIMA DUCC 2.1.0 released">
  <p>DUCC stands for Distributed UIMA Cluster Computing. DUCC is a cluster management system providing tooling,
@@ -209,7 +235,7 @@ provides cluster management services to
         for a summary of the changes.</p>
       </subsection>
 
-     <subsection name="11 Aug 2015" date = "11 August 2015" title="Apache UIMA Java SDK 2.8.1 released">
+      <subsection name="11 Aug 2015" date = "11 August 2015" title="Apache UIMA Java SDK 2.8.1 released">
 
         <p>This release is a bug fix release; replacing 2.8.0, and addressing a few issues reported
         after the 2.8.0 release.</p>