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 2009/10/28 18:34:57 UTC

svn commit: r830691 - in /incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme: RELEASE_NOTES RELEASE_NOTES.html

Author: schor
Date: Wed Oct 28 17:34:56 2009
New Revision: 830691

URL: http://svn.apache.org/viewvc?rev=830691&view=rev
Log:
UIMA-1539 regen release notes

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES?rev=830691&r1=830690&r2=830691&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES Wed Oct 28 17:34:56 2009
@@ -147,7 +147,8 @@
 6. List of JIRA Issues Fixed in this Release
 
 
-Release Notes - UIMA - Version 2.3.0
+
+Release Notes - UIMA - Version 2.3
 
 
 ** Bug
@@ -159,6 +160,7 @@
     * [UIMA-958] - Document Analyzer not showing PersonTitle when running with xml tagged source
     * [UIMA-978] - CDE eclipse plugin contains upper-case GIF file extension
     * [UIMA-982] - SofaFS class level Javadocs misleading
+    * [UIMA-985] - Javdocs for getSofaData calls do not say null may be returned
     * [UIMA-988] - Performance bug: CAS heap reset wasteful use of Arrays.fill()
     * [UIMA-989] - CVD hangs on start-up
     * [UIMA-1012] - addSourceToJars.[bat/sh] is not executable in distribution
@@ -168,11 +170,11 @@
     * [UIMA-1045] - "Recently used" file lists in CVD do not work correctly
     * [UIMA-1058] - synch issue in FSClassRegistry.generators
     * [UIMA-1086] - CpmPanel displayProgress has bad logic
+    * [UIMA-1099] - The Cas Editor leaks memory with each opened file.
     * [UIMA-1100] - Token annotation rendering style does not work.
     * [UIMA-1105] - CPE is sutck trying to retrieve a free CAS from the pool
     * [UIMA-1107] - Annotator context not set when annotator loaded from PEAR
     * [UIMA-1111] - Calling jcas.getType for a type that is not defined in the descriptor causes a lot of object allocation
-    * [UIMA-1113] - DocumentAnalyzer falls down when running pear specifier and html result view
     * [UIMA-1114] - DocumentAnalyzer: html view doesn't work for aggregates
     * [UIMA-1116] - Missing override to protect SofaNum feature from modification
     * [UIMA-1142] - FileUtils.saveString2File() should use try/finally block to close output stream
@@ -258,6 +260,14 @@
     * [UIMA-1573] - setUimaClassPath fixes
     * [UIMA-1576] - The AnnotationEditor does not remember the shown annotations when the Cas Editor is restarted
     * [UIMA-1584] - Document Delta CAS XMI format
+    * [UIMA-1599] - Outline view may throws ClassCastException in TypeGroupedContentProvider
+    * [UIMA-1600] - Background drawing style does not draw correctly if an annotation contains a tab
+    * [UIMA-1606] - On eclipse 3.3.1.1 package not automatically added to the list of  imported packages 
+    * [UIMA-1609] - binary assembly wrongly including FOP files
+    * [UIMA-1615] - make build-from-sources work
+    * [UIMA-1618] - Rename CasEditor NLP category to "Cas Editor" and the NLP project to "Cas Editor Project"
+    * [UIMA-1619] - Clarify that a Cas Editor Project is required to use the Cas Editor in the documentation
+    * [UIMA-1631] - UimaBootstrap Loader approach fails to work for classes loaded by logger (and maybe other parts of Java)
 
 ** Improvement
     * [UIMA-71] - New v2 features missing from tutorial chapters
@@ -268,6 +278,7 @@
     * [UIMA-554] - Have produceResource for CollectionReaders operate like other Analysis Engines with respect to setup of type system
     * [UIMA-684] - update website with "How to do a release" 
     * [UIMA-767] - Use eclipse content types to identify annotators descriptors (.ann) and consumer descriptors (.con)
+    * [UIMA-841] - move Eclipse feature maven builds into feature projects
     * [UIMA-857] - Change startup of framework to support versioned Jars and simplified classpath
     * [UIMA-961] - Cleanup - remove unused things
     * [UIMA-984] - Improve way we get required jar file javax.activation:activation:jar:1.0.2 for building from the source
@@ -295,6 +306,7 @@
     * [UIMA-1283] - Improve POMs so that eclipse build no longer requery maven repos once a day
     * [UIMA-1306] - uimaj-examples: opennlp_wrappers not compatible with opennlp 1.4.x
     * [UIMA-1326] - Remove EMF dependency from uimaj-ep-runtime plugin
+    * [UIMA-1333] - JCasFlow_ImplBase.setJCas() should be deprecated, and this action always done by framework
     * [UIMA-1341] - Introduce generics in UIMA core API
     * [UIMA-1342] - Use @Deprecated annotation also
     * [UIMA-1345] - Use generics in uimaj-core test code
@@ -315,6 +327,7 @@
     * [UIMA-1443] - RedBlackTree should implement Iterable
     * [UIMA-1444] - cas.impl package should use generics
     * [UIMA-1445] - Refactor FSTypeConstraintImpl
+    * [UIMA-1448] - Add generics to LinearTypeOrderBuilderImpl
     * [UIMA-1451] - findbugs changes for ep-configurator (CDE)
     * [UIMA-1452] - add generic type info to some classes in uima-core
     * [UIMA-1453] - some findbugs cleanup in uimaj-core
@@ -341,9 +354,11 @@
     * [UIMA-1567] - Maven build: add <prerequisites> to uimaj to specify minimum Maven release level
     * [UIMA-1568] - Remove no longer used assemble-plugin files from uimaj-ep- projects
     * [UIMA-1575] - Change eclipse update site and feature generation to use common maven mechanisms
+    * [UIMA-1585] - Run RAT on projects, fix missing licenses, add RAT running to POM, document exclusions
     * [UIMA-1590] - fix extractAndBuild scripts
     * [UIMA-1591] - Sandbox build - fix copying & cleaning of docs/ for website interaction with SVN
     * [UIMA-1592] - PearPackagingMavenPlugin - correct documentation and add usage from command line, and add plugin prefix
+    * [UIMA-1613] - run Rat consistently for all maven assemblies
 
 ** New Feature
     * [UIMA-1046] - CVD should support an ini file parameter on the command line
@@ -364,9 +379,11 @@
     * [UIMA-1414] - Add Cas Editor to uima distribution
     * [UIMA-1424] - Remove .launch files from Cas Editor
     * [UIMA-1497] - change build for pear packaging maven plugin
+    * [UIMA-1614] - update 2.3.0-incubating-SNAPSHOT to drop the snapshot in prep for release
 
 
 ** Test
     * [UIMA-1389] - Remove OpenNLP example wrapper
 
 
+

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html?rev=830691&r1=830690&r2=830691&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html Wed Oct 28 17:34:56 2009
@@ -181,7 +181,8 @@
     
 
 
-        Release Notes - UIMA - Version 2.3.0
+
+        Release Notes - UIMA - Version 2.3
         
 <h2>        Bug
 </h2>
@@ -202,6 +203,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-982'>UIMA-982</a>] -         SofaFS class level Javadocs misleading
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-985'>UIMA-985</a>] -         Javdocs for getSofaData calls do not say null may be returned
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-988'>UIMA-988</a>] -         Performance bug: CAS heap reset wasteful use of Arrays.fill()
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-989'>UIMA-989</a>] -         CVD hangs on start-up
@@ -220,6 +223,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1086'>UIMA-1086</a>] -         CpmPanel displayProgress has bad logic
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1099'>UIMA-1099</a>] -         The Cas Editor leaks memory with each opened file.
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1100'>UIMA-1100</a>] -         Token annotation rendering style does not work.
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1105'>UIMA-1105</a>] -         CPE is sutck trying to retrieve a free CAS from the pool
@@ -228,8 +233,6 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1111'>UIMA-1111</a>] -         Calling jcas.getType for a type that is not defined in the descriptor causes a lot of object allocation
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1113'>UIMA-1113</a>] -         DocumentAnalyzer falls down when running pear specifier and html result view
-</li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1114'>UIMA-1114</a>] -         DocumentAnalyzer: html view doesn't work for aggregates
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1116'>UIMA-1116</a>] -         Missing override to protect SofaNum feature from modification
@@ -400,6 +403,22 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1584'>UIMA-1584</a>] -         Document Delta CAS XMI format
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1599'>UIMA-1599</a>] -         Outline view may throws ClassCastException in TypeGroupedContentProvider
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1600'>UIMA-1600</a>] -         Background drawing style does not draw correctly if an annotation contains a tab
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1606'>UIMA-1606</a>] -         On eclipse 3.3.1.1 package not automatically added to the list of  imported packages 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1609'>UIMA-1609</a>] -         binary assembly wrongly including FOP files
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1615'>UIMA-1615</a>] -         make build-from-sources work
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1618'>UIMA-1618</a>] -         Rename CasEditor NLP category to &quot;Cas Editor&quot; and the NLP project to &quot;Cas Editor Project&quot;
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1619'>UIMA-1619</a>] -         Clarify that a Cas Editor Project is required to use the Cas Editor in the documentation
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1631'>UIMA-1631</a>] -         UimaBootstrap Loader approach fails to work for classes loaded by logger (and maybe other parts of Java)
+</li>
 </ul>
     
 <h2>        Improvement
@@ -421,6 +440,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-767'>UIMA-767</a>] -         Use eclipse content types to identify annotators descriptors (.ann) and consumer descriptors (.con)
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-841'>UIMA-841</a>] -         move Eclipse feature maven builds into feature projects
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-857'>UIMA-857</a>] -         Change startup of framework to support versioned Jars and simplified classpath
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-961'>UIMA-961</a>] -         Cleanup - remove unused things
@@ -475,6 +496,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1326'>UIMA-1326</a>] -         Remove EMF dependency from uimaj-ep-runtime plugin
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1333'>UIMA-1333</a>] -         JCasFlow_ImplBase.setJCas() should be deprecated, and this action always done by framework
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1341'>UIMA-1341</a>] -         Introduce generics in UIMA core API
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1342'>UIMA-1342</a>] -         Use @Deprecated annotation also
@@ -515,6 +538,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1445'>UIMA-1445</a>] -         Refactor FSTypeConstraintImpl
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1448'>UIMA-1448</a>] -         Add generics to LinearTypeOrderBuilderImpl
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1451'>UIMA-1451</a>] -         findbugs changes for ep-configurator (CDE)
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1452'>UIMA-1452</a>] -         add generic type info to some classes in uima-core
@@ -567,12 +592,16 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1575'>UIMA-1575</a>] -         Change eclipse update site and feature generation to use common maven mechanisms
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1585'>UIMA-1585</a>] -         Run RAT on projects, fix missing licenses, add RAT running to POM, document exclusions
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1590'>UIMA-1590</a>] -         fix extractAndBuild scripts
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1591'>UIMA-1591</a>] -         Sandbox build - fix copying &amp; cleaning of docs/ for website interaction with SVN
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1592'>UIMA-1592</a>] -         PearPackagingMavenPlugin - correct documentation and add usage from command line, and add plugin prefix
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1613'>UIMA-1613</a>] -         run Rat consistently for all maven assemblies
+</li>
 </ul>
     
 <h2>        New Feature
@@ -609,6 +638,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1497'>UIMA-1497</a>] -         change build for pear packaging maven plugin
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1614'>UIMA-1614</a>] -         update 2.3.0-incubating-SNAPSHOT to drop the snapshot in prep for release
+</li>
 </ul>
         
 <h2>        Test
@@ -617,6 +648,6 @@
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1389'>UIMA-1389</a>] -         Remove OpenNLP example wrapper
 </li>
 </ul>
-                        
+                            
 </body>
 </html>
\ No newline at end of file