You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by am...@apache.org on 2007/12/04 23:43:23 UTC

svn commit: r601128 - /cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt

Author: amaniatis
Date: Tue Dec  4 14:43:22 2007
New Revision: 601128

URL: http://svn.apache.org/viewvc?rev=601128&view=rev
Log:
Notice about Java 5 and generics issues for upgrading users.

Modified:
    cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt

Modified: cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt?rev=601128&r1=601127&r2=601128&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt Tue Dec  4 14:43:22 2007
@@ -1,6 +1,13 @@
 Apache Cayenne Upgrade Information
 ==================================
 
+UPGRADING FROM 3.0M2
+
+* Java 5 is now required as a minimum for Cayenne Modeler and the Cayenne libraries.
+
+* After the move to Java 5, generics have been implemented in many of the Cayenne APIs. If you don't use generics in your project this should not affect you, but if you do you will need to review any new compiler errors or warnings. The effect of generics is at compile time only, so their introduction will not change the runtime behaviour of your application once compiled.
+
+
 UPGRADING FROM 3.0M1
 
 * Lifecycle Callbacks require no setup: