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/01 17:05:02 UTC

svn commit: r820676 - /incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README

Author: schor
Date: Thu Oct  1 15:05:02 2009
New Revision: 820676

URL: http://svn.apache.org/viewvc?rev=820676&view=rev
Log:
UIMA-1539 add new feature: generification of some APIs

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README?rev=820676&r1=820675&r2=820676&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/README Thu Oct  1 15:05:02 2009
@@ -5,6 +5,13 @@
 What's New in 2.3.0
 -------------------
 
+  Java 5 Generification
+  ---------------------
+  
+  Many of the core components have been updated to include a Generic Type.
+  This mainly affects the various indexing and iterating classes and interface
+  APIs.  Previous code using the non-generic APIs should continue to work.  
+
   Components
   ----------