spring-framework/spring-test
Sam Brannen 019785a72e Introduce CLI for triggering AOT test context processing
This commit introduces TestAotProcessor which replaces
ProcessTestsAheadOfTimeCommand, removes the dependency on picocli, and
aligns with the implementation of the AotProcessor in Spring Boot.

TestAotProcessor is a command-line application (CLI) that scans the
provided classpath roots for Spring integration test classes and then
generates AOT artifacts for those test classes in the provided output
directories.

This CLI is only intended to be used by build tools.

Closes gh-28825
2022-08-24 17:12:34 +02:00
..
src Introduce CLI for triggering AOT test context processing 2022-08-24 17:12:34 +02:00
.springBeans
spring-test.gradle Introduce CLI for triggering AOT test context processing 2022-08-23 16:39:59 +02:00