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/08 13:12:20 UTC

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

Author: aadamchik
Date: Mon Jul  8 11:12:19 2013
New Revision: 1500654

URL: http://svn.apache.org/r1500654
Log:
CAY-1842  Remove Listeners support from the Modeler

release and upgrade notes

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=1500654&r1=1500653&r2=1500654&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 Mon Jul  8 11:12:19 2013
@@ -13,6 +13,14 @@ Date: 
 ----------------------------------
 Changes/New Features:
 
+CAY-1842  Remove Listeners support from the Modeler 
+
+----------------------------------
+Release: 3.2M1
+Date: 
+----------------------------------
+Changes/New Features:
+
 CAY-1294 Generify query
 CAY-1646 Synchronize tabs in Modeler between ObjEntity and DbEntity editor panes
 CAY-1647 Easily switch to/from ObjEntity and DbEntity in Modeler

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=1500654&r1=1500653&r2=1500654&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt Mon Jul  8 11:12:19 2013
@@ -4,6 +4,14 @@ Apache Cayenne Upgrade Information
 IMPORTANT: be sure to read all notes for the intermediate releases between your
            current release and the release you are upgrading to.
 -------------------------------------------------------------------------------
+UPGRADING TO 3.2M2
+
+* 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,
+  and register them in runtime:
+
+  runtime.getDataDomain().addListener(myListener);
 
 UPGRADING TO 3.1B1