|
From: Rod J. <rod...@in...> - 2004-07-24 14:14:02
|
Rob Please commit. Cheers Rod ----- Original Message ----- From: "Rob Harrop" <ro...@ca...> To: <spr...@li...> Sent: Saturday, July 24, 2004 3:03 PM Subject: RE: [Springframework-developer] Serialization of AOP proxies > To add to this: > > Cglib proxies are also now serializable provided that the TargetSource and > Advisors are serializable. > > Haven't committed this yet, waiting for 1.1 RC1 to go out. If you are > desperate to see then I will post in JIRA or something. > > 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 > > > > > ------------------------------------------------------- > 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 |