Rename generateApplicationContext() in ApplicationContextAotGenerator #28927
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
ApplicationContextAotGenerator.generateApplicationContext
does not actually generate anApplicationContext
. Rather it processes anApplicationContext
for AOT and generates anApplicationContextInitializer
. Thus, the current name of the method is confusing and a bit misleading.As suggested by @philwebb:
The latter would allow the method to return additional information over time if necessary.
The text was updated successfully, but these errors were encountered: