Ensure context caching works properly during AOT runtime in the TestContext framework #29289
Labels
in: test
Issues in the test module
theme: aot
An issue related to Ahead-of-time processing
type: bug
A general bug
Milestone
The
MergedContextConfiguration
may differ between AOT processing time and AOT run time. For example, Spring Boot "disables" selectedContextCustomizer
implementations during AOT runtime execution (see spring-projects/spring-boot@0f325f9).In light of that, we need to ensure that context caching works properly during AOT runtime execution when the
MergedContextConfiguration
differs from what was produced during the AOT processing phase.The text was updated successfully, but these errors were encountered: