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/08/04 20:48:28 UTC

svn commit: r1510308 - in /cayenne/main/trunk: docs/doc/src/main/resources/RELEASE-NOTES.txt framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/map/EntityResolver.java

Author: aadamchik
Date: Sun Aug  4 18:48:27 2013
New Revision: 1510308

URL: http://svn.apache.org/r1510308
Log:
CAY-1861  Remove runtime relationships

Modified:
    cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt
    cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/map/EntityResolver.java

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=1510308&r1=1510307&r2=1510308&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 Sun Aug  4 18:48:27 2013
@@ -23,6 +23,7 @@ CAY-1852 Straighten thread model and syn
 CAY-1855 Iterated and paginated queries must print result counts 
 CAY-1856 Expression.expWithParameters does not work when parameters are placed in the inline collection 
 CAY-1860 In-memory matching of DataObjects against ObjectId or int
+CAY-1861 Remove runtime relationships
 
 Bug Fixes:
 

Modified: cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/map/EntityResolver.java
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/map/EntityResolver.java?rev=1510308&r1=1510307&r2=1510308&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/map/EntityResolver.java (original)
+++ cayenne/main/trunk/framework/cayenne-core-unpublished/src/main/java/org/apache/cayenne/map/EntityResolver.java Sun Aug  4 18:48:27 2013
@@ -121,12 +121,9 @@ public class EntityResolver implements M
     }
 
     /**
-     * Updates missing mapping artifacts that can be guessed from other mapping
-     * information. This implementation creates missing reverse relationships,
-     * marking newly created relationships as "runtime".
-     * 
      * @since 3.0
-     * @deprecated since 3.2 does nothing
+     * @deprecated since 3.2 does nothing. Previously it used to create runtime
+     *             ObjRelationships, that broke a lot of things.
      */
     @Deprecated
     public void applyObjectLayerDefaults() {