Spring Projects Issues
Spring Projects Issues
**[Attila Király](https://jira.spring.io/secure/ViewProfile.jspa?name=akiraly)** commented Our applications have really big spring contexts with a lof ot spring beans. Our cache initializations are already running in parallel but the applications still take a...
**[Deryl Spielman](https://jira.spring.io/secure/ViewProfile.jspa?name=dukethrash)** commented We are struggling with this as well. Lazy loading beans helped a bit but I believe `@Controller` beans end up lazy loading its autowired fields anyway which...
**[caiwei](https://jira.spring.io/secure/[email protected])** commented I'm thinking to enhance below project: https://github.com/gredler/spriths The basic idea of this project is Analyze bean dependencies -> Form DAG -> Parallel Bean Initialize. To analyze the dependencies,...
**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** commented Note that we put #18305 onto the 4.3 roadmap now, with a dedicated background initialization option in `LocalContainerEntityManagerFactoryBean` / `LocalSessionFactoryBean` that allows to run JPA / Hibernate...
**[Julien Dubois](https://jira.spring.io/secure/ViewProfile.jspa?name=jdubois)** commented If we could just have a specific annotation, like `@Background` to load a bean in the background, it would be nice: a bit like the `@Lazy` annotation...
**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** commented For specifically demarcated beans, it's a much simpler problem for sure. You may still end up with deadlocks in case of dependency cycles etc but hey, why...
**[Rohit Gupta](https://jira.spring.io/secure/ViewProfile.jspa?name=rajjaiswalsaumya)** commented This functionality is really awesome if it comes with the framework as in our case, our architect kept on cursing Spring for delayed startup. I just need...
**[Vladislav Kaverin](https://jira.spring.io/secure/ViewProfile.jspa?name=vvk)** commented This issue is one of the most voted of unresolved ones in the Spring Framework JIRA project and is desired by various Spring-users for 5 years already...
**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** commented Alright, bumping this one to "Major", keeping it in the 5.0 backlog. Please note that we've been shipping 4.3 with #18305 included already. From our perspective, this...
**[Vladislav Kaverin](https://jira.spring.io/secure/ViewProfile.jspa?name=vvk)** commented `@juergen`.hoeller, please add `performance` and `startup` labels to the ticket, it would help tracking such issues.