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

Improve GraalVM native support #146

Closed
sdeleuze opened this issue Jan 11, 2019 · 4 comments
Closed

Improve GraalVM native support #146

sdeleuze opened this issue Jan 11, 2019 · 4 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@sdeleuze
Copy link
Collaborator

See related GraalVM issues:

On Spring Fu side, the main blocker is /META-INF/spring.factories (see #133).

@sdeleuze sdeleuze added this to the 0.0.7 milestone Jan 11, 2019
@sdeleuze sdeleuze self-assigned this Jan 11, 2019
@sdeleuze sdeleuze modified the milestones: 0.0.7, 0.0.8 Feb 1, 2019
@sdeleuze
Copy link
Collaborator Author

This issue should leverage the spring-projects/spring-framework#22968 dedicated issue.

sdeleuze added a commit that referenced this issue May 14, 2019
The focus is now on supporting GraalVM native image out of the box,
see #146 and spring-projects/spring-framework#22968 for more details.

Closes #198
@sdeleuze sdeleuze changed the title Support GraalVM without custom configuration. Support GraalVM without custom configuration May 17, 2019
@sdeleuze
Copy link
Collaborator Author

sdeleuze commented Oct 3, 2019

We should leverage https://github.com/spring-projects-experimental/spring-graal-native-image (does not work yet but it should not be very far).

@sdeleuze sdeleuze changed the title Support GraalVM without custom configuration Support GraalVM native images without custom configuration Oct 3, 2019
@SpiReCZ
Copy link

SpiReCZ commented Oct 4, 2019

We should leverage https://github.com/spring-projects-experimental/spring-graal-native-image (does not work yet but it should not be very far).

That is a great idea.

Maybe also think about how Quarkus done it's features for native image compilation.

Spring has to be able to ease up native image compilation if it wants to be competitive in future cloud native development.

@sdeleuze
Copy link
Collaborator Author

Works now out of the box (at least for basic samples) with #269 and spring-graal-native 0.7-BUILD-SNAPSHOT (using functional mode). Documentation and sample are coming with upcoming spring-graal-native 0.7 milestone.

@sdeleuze sdeleuze changed the title Support GraalVM native images without custom configuration Improve GraalVM native support May 27, 2020
@sdeleuze sdeleuze added the type: enhancement A general enhancement label Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants