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

GraalVM support for spring-boot #16677

Closed
dheeraj29 opened this issue Apr 28, 2019 · 1 comment
Closed

GraalVM support for spring-boot #16677

dheeraj29 opened this issue Apr 28, 2019 · 1 comment
Labels
status: duplicate A duplicate of another issue

Comments

@dheeraj29
Copy link

Current GraalVM is able to generate a spring boot based hello-world app into native image.

oracle/graal#348

But it gives an error while running the generated image. Unable to determine code source archive. So how to resolve this issue with spring boot.
Most issues currently raised and related to spring are expected to be resolved by GraalVM 1.0-RC17 (next release).

Tested with GraalVM 1.0-RC16 with spring boot 2.1 also. Same error appears.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 28, 2019
@snicoll
Copy link
Member

snicoll commented Apr 28, 2019

Duplicate of #16261

@snicoll snicoll marked this as a duplicate of #16261 Apr 28, 2019
@snicoll snicoll closed this as completed Apr 28, 2019
@snicoll snicoll added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants