Dave Syer opened SPR-11548 and commented
According to #11780 I would expect that scoped targets are not autowire candidates and therefore would not cause problems with autowiring using @Autowired. But if I define a @Bean @Lazy @Scope(proxyMode=INTERFACES) all the @Autowired sites for beans of that type blow up (2 beans of the same type are found: x and scopedTarget.x).
Affects: 4.0.2
Issue Links:
0 votes, 6 watchers