smallrye / smallrye-common

Common utilities for SmallRye
Apache License 2.0
21 stars 24 forks source link

Use `org.graalvm.sdk:nativeimage` instead of `org.graalvm.sdk:graal-sdk` #331

Closed gastaldi closed 1 month ago

gastaldi commented 3 months ago

The dependency has the needed annotations/classes

dmlloyd commented 1 month ago

I don't know if this is correct. Is this a supported artifact from GraalVM?

gastaldi commented 1 month ago

Yes, and recommended by our Mandrel team /cc @zakkak

zakkak commented 1 month ago

I confirm. Starting with GraalVM for JDK 21 (23.1.0) there was a split of the graal-sdk module in more fine-grained ones, see https://github.com/oracle/graal/blob/master/sdk/CHANGELOG.md#version-2310 for more details.