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/06/22 21:49:45 UTC

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

Author: aadamchik
Date: Sat Jun 22 19:49:45 2013
New Revision: 1495776

URL: http://svn.apache.org/r1495776
Log:
CAY-1789  Lock-free EntityResolver

Modified:
    cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.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=1495776&r1=1495775&r2=1495776&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 Jun 22 19:49:45 2013
@@ -41,6 +41,7 @@ CAY-1778 TransactionManager to simplify 
 CAY-1779 Flatten object entities for many to many relationships on reverse engineering 
 CAY-1781 Add StatelessContextRequestHandler as an alternative to the Session-based one
 CAY-1785 SelectQuery<T> for DataRows
+CAY-1789 Lock-free EntityResolver 
 CAY-1792 [PATCH] Supply additional factory methods for generic SelectQueries 
 CAY-1803 Optimize Expression conversion to String and EJBQL 
 CAY-1809 Remove 'final' modifier from Cayenne, HessianUtil, PropertyComparator, ConversionUtil, and LinkedDeque