Skip to content

Add GraalVM Native Image compilation support #2268

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

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

zoewangg
Copy link
Contributor

@zoewangg zoewangg commented Feb 3, 2021

Description

  • Add GraalVM native image configurations to provide out-of-box support for native image compilation.
  • Add archetype-app-quickstart maven archetype to make it easier to bootstrap client applications with v2 dependencies.
  • Add sdk-native-image-test module for regression tests

Motivation and Context

#1852, #1204

Testing

Tested locally by running the native image complied with sample applications using java sdk 2.x
I will add regression tests in this repo.
Added tests

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read the CONTRIBUTING document
  • Local run of mvn install succeeds
  • My code follows the code style of this project
  • My change requires a change to the Javadoc documentation
  • I have updated the Javadoc documentation accordingly
  • I have read the README document
  • I have added tests to cover my changes
  • All new and existing tests passed
  • A short description of the change has been added to the CHANGELOG
  • My change is to implement 1.11 parity feature and I have updated LaunchChangelog

License

  • I confirm that this pull request can be released under the Apache 2 license

@zoewangg zoewangg marked this pull request as ready for review February 10, 2021 02:26
Copy link
Contributor

@cenedhryn cenedhryn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README.md for the archetypes folder should also add archetype-app to the list of archetypes.

@zoewangg zoewangg force-pushed the zoewang/graalvmNativeImageSupport branch from 6ce0902 to 09355be Compare February 12, 2021 01:41
@zoewangg zoewangg force-pushed the zoewang/graalvmNativeImageSupport branch 2 times, most recently from 8e36605 to 18f4a0f Compare February 17, 2021 01:40
Add archetype-app-quickstart archetype
@zoewangg zoewangg force-pushed the zoewang/graalvmNativeImageSupport branch from 18f4a0f to 939ad41 Compare February 17, 2021 01:41
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants