-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)theme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: enhancementA general enhancementA general enhancement
Milestone
Description
For us to be able to pre-process an ApplicationContext at build-time, we need a way to "refresh" it up to a point where it is ready to create bean instances, this includes:
- Prepare the
BeanFactory - Invoke
BeanDefinitionRegistryPostProcessorimplementations - Invoke
MergedBeanDefinitionPostProcessorimplementations (note that these are special extensions ofBeanPostProcessorthat operates at the (merged)BeanDefinitionlevel
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)theme: aotAn issue related to Ahead-of-time processingAn issue related to Ahead-of-time processingtype: enhancementA general enhancementA general enhancement