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 2009/10/03 16:35:28 UTC

svn commit: r821330 - in /cayenne/main/trunk/docs/doc/src/main/resources: RELEASE-NOTES.txt UPGRADE.txt

Author: aadamchik
Date: Sat Oct  3 14:35:28 2009
New Revision: 821330

URL: http://svn.apache.org/viewvc?rev=821330&view=rev
Log:
CAY-1281 Lifecycle callbacks reorganization

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

Modified: cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt?rev=821330&r1=821329&r2=821330&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt Sat Oct  3 14:35:28 2009
@@ -29,6 +29,7 @@
 CAY-1268 Implement 'setStatementFetchSize' for RelationshipQuery
 CAY-1270 Merge primary key changes
 CAY-1273 Replace DefaultType with dedicated types
+CAY-1281 Lifecycle callbacks reorganization
 
 Bug Fixes Since M6:
 

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=821330&r1=821329&r2=821330&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt Sat Oct  3 14:35:28 2009
@@ -1,5 +1,9 @@
 Apache Cayenne Upgrade Information
 ==================================
+UPGRADING FROM 3.0M6
+
+* Per CAY-1281 pre-persist callback was renamed to post-add (while pre-persist now has a different meaning).
+  To upgrade your project, open it in the Modeler and agree to perform an automated upgrade.
 
 UPGRADING FROM 3.0M5