Author: aadamchik
Date: Thu Mar 8 01:57:16 2012
New Revision: 1298253
URL: http://svn.apache.org/viewvc?rev=1298253&view=rev
Log:
CAY-1668 Memory Exhaustion Problem with Deserialization of ObjectContext
no actual code to fix... was fixed when we did commons-collections upgrade per
CAY-1684
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=1298253&r1=1298252&r2=1298253&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 Thu Mar 8
01:57:16 2012
@@ -40,6 +40,7 @@ CAY-1662 @Auditable and @AuditableChild
CAY-1663 @CacheGroups annotation should allow an empty list of cache groups
CAY-1666 Fix problem with tests on ingres db
CAY-1667 Expression parser performance optimization
+CAY-1668 Memory Exhaustion Problem with Deserialization of ObjectContext
CAY-1669 RuntimeProperties use of System properties becomes a contention point
when creating query translators
CAY-1670 Non-blocking DataRowStore
CAY-1675 [PATCH] add .first(List<T>) method to Expression to enhance in-memory
filtering