-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Spring native: Built image fails to run straight out of the box #36040
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
Comments
Related: #32918, but with java, not kotlin. |
It sounds like your application hasn't been AOT-processed, perhaps because it was not built with the correct command. Did you use |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Hi Andy, thanks for your swift reply. |
Hi,
I haven't touched spring-native for a few years, and it seems to be broken even more than it used to be.
While trying to solve other related problems, I tried to run a demo app from scratch, which failed drastically.
Set up:
Outcome:
I tried using spring-core 6.0.10-SNAPSHOT as has been suggested here, with no luck.
I have published the sources so you can save some time to reproduce the issue: here
The text was updated successfully, but these errors were encountered: