andrewflbarnes / andrewflbarnes/spring-template
Trigger template creation as part of standard bean processing
Open
enhancement
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
At the moment the templated beans are only generated once the ApplicationContext has been fully initialised. This is done by implementing ApplicationContextAware and triggering the template initialisation once the context is set.
Really we should make this part of Spring's standard processing (and potentially reap the benefits of having it occur at this point).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.