-
Notifications
You must be signed in to change notification settings - Fork 21
GraalVM 22.1.0 - UnsupportedFeatureException: Detected a PlatformManagedObject #393
Comments
Thank you so much for filing this issue @jamesnetherton! We're aware of this issue and are currently looking into it. Could you provide us with a bit more information on what client libraries you're experiencing this with? What version of the libraries-bom/ the client libraries are you currently using? |
Using google-cloud-storage
google-cloud-bigquery
google-cloud-pubsub
|
Thank you! |
I also have the issue, I notice that the GraalVM library is in scope provided.
|
@jamesnetherton the issue should be fixed at Quarkus GCP extension side, you can track this issue: quarkusio/quarkus#25501 |
@loicmathieu Would you share your finding about relocation?
Does that mean certain classes are in a different Java package in org.graalvm.sdk:graal-sdk:jar:22.1.0? |
I have no idea, they change the Maven artifact but I don't know if the packages changed. |
@suztomo forget what I just said, there is two different artefact and org.graalvm.nativeimage:svm is not yet release for 22.1. |
@loicmathieu Thank you for clarification. That matches my understanding. |
Hey all, 0.14.1 has been released with this fix. |
Thanks, I'll confirm tomorrow if it fixes the issue. |
Building a native image with the Google Cloud libraries results in a build failure when using GraalVM 22.1.0:
The text was updated successfully, but these errors were encountered: