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

Merged
merged 3 commits into from
Jan 30, 2025

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
Copy link

sonarqubecloud bot commented Nov 5, 2024

Copy link

sonarqubecloud bot commented Nov 5, 2024

Quality Gate Passed Quality Gate passed for 'java_showcase_integration_tests'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

Copy link

Quality Gate Passed Quality Gate passed for 'java_showcase_integration_tests'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@diegomarquezp diegomarquezp merged commit 757801a into main Jan 30, 2025
51 of 52 checks passed
@diegomarquezp diegomarquezp deleted the graalvm-24.x branch January 30, 2025 16:58
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.

2 participants