-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
type: documentationA documentation taskA documentation task
Milestone
Description
Chris Beams opened SPR-7466 and commented
#12108, while not actually a bug in Spring per se, was ultimately related to a BeanFactoryPostProcessor implementation in Spring Security OAuth that was misbehaving by prematurely instantiating bean instances, ultimately subverting the normal bean post-processing lifecycle (specifically, AutowiredAnnotationBeanPostProcessor
).
Document the constraints when implementing BFPPs, such that future authors don't make this mistake.
JavaDoc for BFPP, and relevant section(s) within the reference documentation should be updated.
Attachments:
- mylyn-context.zip (2.91 kB)
Issue Links:
- @Inject Autowiring by type fails on FactoryBeans and injected refs the FactoryBean depends on [SPR-7450] #12108
@Inject
Autowiring by type fails on FactoryBeans and injected refs the FactoryBean depends on ("supersedes")
Referenced from: commits 9a088b8
Metadata
Metadata
Assignees
Labels
type: documentationA documentation taskA documentation task