Introduce ApplicationContextAotGenerator
This commit introduces a way to process a GenericApplicationContext ahead of time. Components that can contribute in that phase are invoked, and their contributions are recorded in the GeneratedTypeContext. This commit also expands BeanFactoryContribution so that it can exclude bean definitions that are no longer required. Closes gh-28150
This commit is contained in:
@@ -25,6 +25,7 @@ dependencies {
|
||||
testImplementation(testFixtures(project(":spring-aop")))
|
||||
testImplementation(testFixtures(project(":spring-beans")))
|
||||
testImplementation(testFixtures(project(":spring-core")))
|
||||
testImplementation(project(":spring-core-test"))
|
||||
testImplementation("io.projectreactor:reactor-core")
|
||||
testImplementation("org.apache.groovy:groovy-jsr223")
|
||||
testImplementation("org.apache.groovy:groovy-xml")
|
||||
|
||||
Reference in New Issue
Block a user