Spring Projects Issues
Spring Projects Issues
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
**[Sam Brannen](https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen)** commented This issue is closely related to #10532.
**[Antonio Anzivino](https://jira.spring.io/secure/[email protected])** commented Thanks for making progress on this. I will add additional comment An `@Autowired` dependency targeting an asynchronous bean **could**, in my mind, be set immediately as a...
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
**[Steffen Ryll](https://jira.spring.io/secure/ViewProfile.jspa?name=sryll)** commented Here are the details, which calls to `getBeanNamesForType` during `refresh()` take how long: * getBeanNamesForType() (frozen=false) for Type `BeanDefinitionRegistryPostProcessor` took: **14452 ms** * getBeanNamesForType() (frozen=false) for Type...
**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** commented Fair enough, with that size of context, those calls may take painfully long. We'll revisit this for 4.3, trying to optimize based on the metadata that we...
**[Sébastien Deleuze](https://jira.spring.io/secure/ViewProfile.jspa?name=sdeleuze)** commented We can also probably update [this kind of statement](https://twitter.com/asafmesika/status/1082376694638493696) since usage and best practices have evolved.