Bug 333708 - spring-aspects.jar issue (inpath)
Summary: spring-aspects.jar issue (inpath)
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.6.11   Edit
Hardware: PC Windows 7
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-06 17:28 EST by Andrew Clement CLA
Modified: 2013-06-24 11:05 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Clement CLA 2011-01-06 17:28:21 EST
Discovered while discussing something with Ramnivas.

There are some issue with extending the GenericInterfaceDrivenDependencyInjectionAspect.  By extending it and including spring-aspects.jar on your inpath it should work without introducing a readResolve into any user/consuming code.  But it doesn't - once extended the next weave should require the readResolve to be woven, which should be possible due to it being accessible on the inpath.
Comment 1 Andrew Clement CLA 2013-06-24 11:05:35 EDT
unsetting the target field which is currently set for something already released