Author: aadamchik
Date: Wed Nov 22 15:57:38 2006
New Revision: 478397
URL: http://svn.apache.org/viewvc?view=rev&rev=478397
Log:
logging all resolved issues in RELEASE-NOTES
Modified:
incubator/cayenne/main/trunk/assembly/cayenne-generic/src/main/resources/RELEASE-NOTES.txt
Modified:
incubator/cayenne/main/trunk/assembly/cayenne-generic/src/main/resources/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/assembly/cayenne-generic/src/main/resources/RELEASE-NOTES.txt?view=diff&rev=478397&r1=478396&r2=478397
==============================================================================
---
incubator/cayenne/main/trunk/assembly/cayenne-generic/src/main/resources/RELEASE-NOTES.txt
(original)
+++
incubator/cayenne/main/trunk/assembly/cayenne-generic/src/main/resources/RELEASE-NOTES.txt
Wed Nov 22 15:57:38 2006
@@ -16,6 +16,7 @@
Changes/New Features:
----------------------------------
- Removed all API deprecated in 1.2 and 2.0.
+CAY-540 extended type and subclasses
CAY-576 Support for cached lists invalidation
CAY-586 Implement commit validation hooks in CayenneContext
CAY-598 JPA patches
@@ -24,9 +25,16 @@
CAY-625 Implement correct "scale" and "precision" for DbAttribute
CAY-632 RefreshQuery - a common mechanism for object and object list
invalidation
CAY-645 Support for persisting java.util.Calendar
-CAY-647 Support for persisting java.math.BigInteger
CAY-648 Support for persisting java.io.Serializable
CAY-650 Support for char[], java.lang.Character, java.lang.Character[],
java.lang.Byte[] as "simple" persistence types
CAY-657 Removing/Deprecating ExtendedType.validateProperty()
CAY-660 JPA-like callbacks support in the main Cayenne stack
CAY-666 Support for entity lifecycle callbacks in ClientServerChannel
CAY-667 Support default entity lifecycle callbacks
CAY-669 Support superclass entity callbacks
+CAY-647 Support for persisting java.math.BigInteger
CAY-648 Support for persisting java.io.Serializable
CAY-650 Support for char[], java.lang.Character, java.lang.Character[],
java.lang.Byte[] as "simple" persistence types
+CAY-651 Add convenience method to create missing DB_PATH expressions
where there is a corresponding OBJ_PATH expression
CAY-657 Removing/Deprecating ExtendedType.validateProperty()
CAY-660 JPA-like callbacks support in the main Cayenne stack
CAY-666 Support for entity lifecycle callbacks in ClientServerChannel
CAY-667 Support default entity lifecycle callbacks
CAY-669 Support superclass entity callbacks
+CAY-672 Change the logic to get the Java class from ResultSetMetadata
CAY-673 Removed DVModeler from the release. For backwards compatibility
DVModeler from 2.0.x release can be used.
CAY-674 ROP client side validation
+CAY-679 Add a new method to ObjectContext: registerNewObject(Object)
+CAY-680 Deprecate DataObject.[get|set]DataContext in favor of
[get|set]ObjectContext
CAY-681 Deprecate DataObject.fetchFinished() in favor of the callbacks
CAY-683 Deprecate DataContext.createAndRegisterNewObject()
+CAY-685 OSQueryCache concurrency improvements
CAY-687 New method: QueryMetadata.getClassDescriptor()
+CAY-688 Change signatures of
ObjectContext.deleteObject/registerNewObject/localObject to take Object instead
of Persistent as an argument
CAY-689 DataObjectUtils must return "Object" instead of "DataObject" from all
pk lookup methods
+CAY-692 Extra argument needed in ObjectContext.prepareForAccess -
whether the property is a fault or not.
CAY-693 DataContext should not return HOLLOW objects in response to
ObjectIdQuery()
CAY-696 true/false in expression
CAY-700 where in () with empty collection
CAY-702 Improve DBCPDataSourceFactory to use it for a JettyPlus DataSource
CAY-703 Cache EntityResolver in the ClientChannel
Bug Fixes since 1.2 final:
@@ -40,10 +48,14 @@
CAY-614 ToManyList contains references to transient objects
CAY-609 Modeler prevents intermediate prefetch creation
CAY-608 Prefetch validation incorrectly reports error on multi-step
prefetches
-CAY-646 Class generator - incorrect java types for classes like
java.lang.whatever.XYZ
+CAY-646 Class generator - incorrect java types for classes like
java.lang.whatever.XYZ
+CAY-649 ExtenedTypeMap.getRegisteredType(Class) incorrectly handles
array types
CAY-652 Exception with Tomcat's session restore capability
-CAY-653 overriding setPersistentState() in unreliable in three tier
environment with CayenneContext
CAY-663 localObject and new objects
CAY-664 Simplify EntityResolver serialization
CAY-671 custom exception class for ROP missing session
+CAY-653 overriding setPersistentState() in unreliable in three tier
environment with CayenneContext
CAY-663 localObject and new objects
CAY-664 Simplify EntityResolver serialization
CAY-671 custom exception class for ROP missing session
+CAY-675 compound primary key change
CAY-690 Exception in the Modeler when changing schema on derived entities
+CAY-707 SelectQuery automatic cache key build mechanism produces wrong
results when DO's are used in qualifier
CAY-710 XMLDecoder decodes Dates wrong
+
API Changes
----------------------------------