You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2013/07/21 18:58:10 UTC

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

Author: aadamchik
Date: Sun Jul 21 16:58:09 2013
New Revision: 1505421

URL: http://svn.apache.org/r1505421
Log:
CAY-1853 Drop java 1.5 support in Cayenne 3.2

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=1505421&r1=1505420&r2=1505421&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt Sun Jul 21 16:58:09 2013
@@ -6,6 +6,9 @@ IMPORTANT: be sure to read all notes for
 -------------------------------------------------------------------------------
 UPGRADING TO 3.2M2
 
+* Minimal required JDK version is now 1.6 (both for modeler and runtime). This is a pretty conservative 
+  requirement, considering that even Java 1.6 has been EOL'd by Oracle on Feb 2013.
+
 * Managing listeners in the Modeler is counterproductive and confusing,
   so support for them was removed from the Modeler per CAY-1842. If you have
   any listeners in the model, delete them from XML, and start using annotations,