|
From: Rob H. <ro...@ca...> - 2004-07-24 14:09:43
|
Further update: After discussion with Rod decided to commit the Cglib proxy change in time for 1.1 RC1 Rob -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Rod Johnson Sent: 23 July 2004 19:29 To: spr...@li... Subject: [Springframework-developer] Serialization of AOP proxies AOP users, I've just committed a feature that has been requested several times: serializability of AOP proxies. AOP proxies are now serializable if they're: - JDK dynamic proxies - all Advisors (meaning Pointcut + Advice) are serializable - TargetSource is serializable (normally only the target matters) I've made some framework classes Serializable such as Pointcut.TRUE and DefaultPointcutAdvisor, but the onus is on the developer to mark as serializable an Advice/Pointcut that may be serialized. This will be released in 1.1 RC1. We will also consider serializability for CGLIB proxies. Rgds Rod ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |