Introduce command-line application for triggering AOT test context processing #28825
Labels
in: test
Issues in the test module
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
Overview
Similar to the
org.springframework.aot.test.build.GenerateTestBootstrapCommand
from the Spring Native project, we need a command-line application that triggers AOT context processing for the TestContext framework.This application should use the
TestClassScanner
(see #28824) to locate Spring test classes and then pass those test classes to the component(s) created in conjunction with #28204.Related Issues
The text was updated successfully, but these errors were encountered: