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

  • 28204

  • 28205

  • 28824

Comment From: sbrannen

Reopening to remove dependency on picocli and to align with Spring Boot's AotProcessor.