spring-boot/spring-boot-project/spring-boot-test
Phillip Webb 4d037c3003 Update SpringBootContextLoader to support AOT
Update `SpringBootContextLoader` so that it now implements the
`AotContextLoader` interface. The `ContextLoaderHook` will abandon
at `contextLoaded` if the test class is being AOT processed.

This commit also introduces a new `AotApplicationContextInitializer`
which allows us to plug-in an alternative AOT application context
listener when the `SpringApplication` is running in test mode.

Closes gh-31965
2022-09-14 22:37:47 -07:00
..
src Update SpringBootContextLoader to support AOT 2022-09-14 22:37:47 -07:00
build.gradle Update SpringBootContextLoader to support AOT 2022-09-14 22:37:47 -07:00