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 AotProcessor to invoke the AOT engine on an application #29181

Closed
snicoll opened this issue Sep 21, 2022 · 0 comments
Closed

Introduce AotProcessor to invoke the AOT engine on an application #29181

snicoll opened this issue Sep 21, 2022 · 0 comments
Assignees
Labels
theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Sep 21, 2022

Spring Framework has a TestAotProcessor that is invoked by Spring Boot's build plugins to trigger the optimization of test contexts. There is a similar arrangement for the application, but it currently resides in Spring Boot.

The current asymmetry is a bit odd and it would be nice if we offered the same level of customization in both cases. If Spring Boot has specific needs, we can provide protected callbacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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