jamesnetherton opened a new issue #2979: URL: https://github.com/apache/camel-quarkus/issues/2979
Seems `google-cloud-graalvm-support` 0.4.0 is not compatible with GraalVM 21.2.0. The following is observed for Google extensions: * `bigquery` * `pubsub` * `storage` ``` Fatal error:java.lang.NoSuchMethodError: 'void org.graalvm.nativeimage.impl.RuntimeReflectionSupport.register(boolean, boolean, java.lang.reflect.Field[])' at com.google.cloud.graalvm.features.NativeImageUtils.registerForUnsafeFieldAccess(NativeImageUtils.java:119) at com.google.cloud.graalvm.features.core.GrpcNettyFeature.loadMiscClasses(GrpcNettyFeature.java:125) at com.google.cloud.graalvm.features.core.GrpcNettyFeature.beforeAnalysis(GrpcNettyFeature.java:43) at com.oracle.svm.hosted.NativeImageGenerator.lambda$runPointsToAnalysis$11(NativeImageGenerator.java:691) at com.oracle.svm.hosted.FeatureHandler.forEachFeature(FeatureHandler.java:71) at com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:691) at com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:532) at com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:491) at com.oracle.svm.hosted.NativeImageGeneratorRunner.buildImage(NativeImageGeneratorRunner.java:380) at com.oracle.svm.hosted.NativeImageGeneratorRunner.build(NativeImageGeneratorRunner.java:543) at com.oracle.svm.hosted.NativeImageGeneratorRunner.main(NativeImageGeneratorRunner.java:119) at com.oracle.svm.hosted.NativeImageGeneratorRunner$JDK9Plus.main(NativeImageGeneratorRunner.java:573) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org