Add support for refreshing an ApplicationContext for AOT processing #28065
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
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:BeanFactory
BeanDefinitionRegistryPostProcessor
implementationsMergedBeanDefinitionPostProcessor
implementations (note that these are special extensions ofBeanPostProcessor
that operates at the (merged)BeanDefinition
levelThe text was updated successfully, but these errors were encountered: