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

feat: migrate away from deprecated graal-sdk dependency to use nativeimage #2706

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mpeddada1
Copy link
Contributor

Merge after googleapis/java-shared-config#815 is released and updated in sdk-platform-java.

According to the graal/sdk CHANGELOG, the GraalVM SDK was split into smaller modules and the use of graal-sdk is deprecated. The new maven configuration to customize native image generation is:

<dependency>
  <groupId>org.graalvm.sdk</groupId>
  <artifactId>nativeimage</artifactId>
  <version>${graalvm.version}</version>
</dependency>

@mpeddada1 mpeddada1 requested a review from a team as a code owner April 30, 2024 19:16
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant