Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce command-line application for triggering AOT test context processing #28825

Closed
sbrannen opened this issue Jul 14, 2022 · 1 comment
Closed
Assignees
Labels
in: test Issues in the test module theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Milestone

Comments

@sbrannen
Copy link
Member

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

@sbrannen
Copy link
Member Author

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

@sbrannen sbrannen reopened this Aug 24, 2022
sbrannen added a commit that referenced this issue Aug 2, 2023
The dependency on picocli was removed from the code in commit 019785a.

This commit removes the dependency management from the build.

See gh-28825
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: test Issues in the test module theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant