spring-boot/spring-boot-project
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
..
spring-boot Update SpringBootContextLoader to support AOT 2022-09-14 22:37:47 -07:00
spring-boot-actuator Adapt to API change in Spring Framework 2022-09-12 15:39:03 +02:00
spring-boot-actuator-autoconfigure Adapt to API change in Spring Framework 2022-09-12 10:13:03 +02:00
spring-boot-autoconfigure Deprecate spring.mvc.ignore-default-model-on-redirect property 2022-09-14 13:49:03 -07:00
spring-boot-cli Remove rarely used commands from the CLI 2022-09-08 21:23:33 +01:00
spring-boot-dependencies Upgrade to REST Assured 5.2.0 2022-09-14 15:57:03 +02:00
spring-boot-devtools Generate the AutoConfiguration.imports file from annotations 2022-09-02 15:10:22 -05:00
spring-boot-docs Add SpringBootTest.useMainMethod support 2022-09-14 22:37:37 -07:00
spring-boot-parent Build with Gradle 7.5 while still supporting Gradle 6.8+ 2022-09-09 15:13:43 +01:00
spring-boot-properties-migrator
spring-boot-starters Introduce 'nativeTest' maven profile 2022-09-14 22:37:41 -07:00
spring-boot-test Update SpringBootContextLoader to support AOT 2022-09-14 22:37:47 -07:00
spring-boot-test-autoconfigure Avoid returning null from TestContext.getTestClass() 2022-09-13 17:41:06 +01:00
spring-boot-tools Include 'classesDirectory' in ProcessTestAotMojo classpath 2022-09-14 13:50:27 -07:00