Skip to content

Integrate AOT generation in Spring Boot Gradle Plugin #30527

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

Closed
snicoll opened this issue Apr 4, 2022 · 0 comments
Closed

Integrate AOT generation in Spring Boot Gradle Plugin #30527

snicoll opened this issue Apr 4, 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 Apr 4, 2022

Spring Framework has recently introduced a way to inspect the state of an application at build-time, and generate code that provides an optimized version of it.

This issue is about integrating the AOT generation part in the Gradle Plugin so that those optimizations can be added to the repackaged archive and/or used by native-image to build a native image for the application.

@snicoll snicoll added type: enhancement A general enhancement theme: aot An issue related to Ahead-of-time processing labels Apr 4, 2022
@snicoll snicoll added this to the 3.0.0-M3 milestone Apr 4, 2022
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

2 participants