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

Integrate AOT generation in Spring Boot Maven Plugin #30525

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

Integrate AOT generation in Spring Boot Maven Plugin #30525

snicoll opened this issue Apr 4, 2022 · 2 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 Maven 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 self-assigned this Apr 4, 2022
@snicoll snicoll transferred this issue from spring-projects/spring-framework Apr 4, 2022
@snicoll snicoll added this to the 3.0.0-M3 milestone Apr 4, 2022
snicoll added a commit to snicoll/spring-boot that referenced this issue Apr 4, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes spring-projectsgh-30525
snicoll added a commit to snicoll/spring-boot that referenced this issue Apr 4, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes spring-projectsgh-30525
snicoll added a commit to snicoll/spring-boot that referenced this issue Apr 6, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes spring-projectsgh-30525
snicoll added a commit to snicoll/spring-boot that referenced this issue Apr 6, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes spring-projectsgh-30525
wilkinsona pushed a commit to wilkinsona/spring-boot that referenced this issue Apr 6, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes spring-projectsgh-30525
snicoll added a commit to snicoll/spring-boot that referenced this issue Apr 7, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes spring-projectsgh-30525
snicoll added a commit that referenced this issue Apr 10, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes gh-30525
snicoll added a commit that referenced this issue Apr 12, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes gh-30525
snicoll added a commit that referenced this issue Apr 12, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes gh-30525
snicoll added a commit that referenced this issue Apr 13, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes gh-30525
snicoll added a commit that referenced this issue Apr 13, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes gh-30525
wilkinsona pushed a commit that referenced this issue Apr 13, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes gh-30525
philwebb pushed a commit to philwebb/spring-boot that referenced this issue Apr 19, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes spring-projectsgh-30525
snicoll added a commit that referenced this issue Apr 25, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes gh-30525
wilkinsona pushed a commit that referenced this issue Apr 27, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes gh-30525
wilkinsona pushed a commit that referenced this issue Apr 27, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes gh-30525
wilkinsona pushed a commit that referenced this issue Apr 28, 2022
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.

Closes gh-30525
@wilkinsona wilkinsona self-assigned this Apr 28, 2022
@wilkinsona
Copy link
Member

After 08768bd, this is still failing.

@wilkinsona wilkinsona reopened this May 17, 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