-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add GraalVM Native Image support for Java applications #475
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds a comprehensive prompt for adding GraalVM Native Image support to Java applications. The prompt provides an expert-level, iterative workflow for analyzing projects, configuring native image builds, resolving errors, and verifying native executables across multiple frameworks (Spring Boot, Quarkus, Micronaut).
Key changes:
- New prompt file providing step-by-step GraalVM native image configuration guidance
- Framework-specific instructions for Maven and Gradle projects
- Detailed troubleshooting and error resolution strategies for common native image issues
- Comprehensive examples for reflection, resource, JNI, and proxy configurations
aaronpowell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file needs to have a .prompt.md suffix so that it's treated as a prompt file and then run npm start to generate the README changes.
There's also a number of other comments from Copilot, I'm unsure how many are correct though
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
… a native profile and specifying main class for better build management
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
|
awesome! |
This fixes #447 from @SandraAhlgrimm
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Add support for GraalVM native image builds for Java projects.
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.