-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
spring-boot-maven-plugin:3.2.0:process-aot Get stuck #38938
Comments
Please help me, thank you very much |
@yyyyyyyysssss unfortunately, pasting your pom is not enough for us to figure out why AOT does not end as it should. You can know more by getting the PID of the process (using If that doesn't help please paste the thread dump here or share a small sample we can run ourselves to reproduce the problem. |
This is my thread stack:
|
This is my configuration:
|
spring.main.keep-alive Change the configuration to false is work. |
This has been fixed in 3.2.1. Duplicates #38531. |
pom.xml
Running command:
mvn -Pnative native:compile
effect:
Run here and get stuck
The text was updated successfully, but these errors were encountered: