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 2007/07/30 00:28:54 UTC

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

Author: aadamchik
Date: Sun Jul 29 15:28:53 2007
New Revision: 560829

URL: http://svn.apache.org/viewvc?view=rev&rev=560829
Log:
CAY-834 DataContext and DataDomain must support lifecycle callbacks out of the box without wrapping

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?view=diff&rev=560829&r1=560828&r2=560829
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt Sun Jul 29 15:28:53 2007
@@ -18,6 +18,7 @@
 CAY-826 Modeler support for the extra simple property types that Cayenne now supports
 CAY-828 Remove DataContextTransactionEventListener, DataObjectTransactionEventListener, DataContextEvent
 CAY-833 Remove API for flipping callbacks state in the ClientServerChannel - this is a non-feature
+CAY-834 DataContext and DataDomain must support lifecycle callbacks out of the box without wrapping
 
 Bug Fixes Since M1:
 

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?view=diff&rev=560829&r1=560828&r2=560829
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt Sun Jul 29 15:28:53 2007
@@ -1,10 +1,15 @@
 Apache Cayenne Upgrade Information
 ==================================
 
-----------------------------------
-Release: 3.0M1
-Date: 07/17/2007
-----------------------------------
+UPGRADING FROM 3.0M1
+
+* Lifecycle Callbacks require no setup:
+  Per CAY-843, lifecycle callback functionality is now built into DataContext and DataDomain, 
+  so all the custom code to set them up is no longer needed. Also as a result of this change
+  'org.apache.cayenne.intercept' package is removed from Cayenne. 
+
+* 'org.apache.cayenne.intercept' package is removed
+  Another result of the CAY-843 change - 'org.apache.cayenne.intercept' package is removed from Cayenne.
 
 UPGRADING FROM 2.0 AND OTHER APACHE RELEASES