galderz opened a new issue #1313: URL: https://github.com/apache/camel-quarkus/issues/1313
* Quarkus master. * Camel Quarkus master. * Graal 20.1.x. * OpenJDK 11 (not labs). ``` Detailed message: Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved method during parsing: io.fabric8.kubernetes.client.dsl.AutoscalingAPIGroupDSL.v1(). To diagnose the issue you can use the --allow-incomplete-classpath option. The missing method is then reported at run time when it is accessed the first time. Trace: at parsing org.apache.camel.component.kubernetes.hpa.KubernetesHPAConsumer$HpaConsumerTask.run(KubernetesHPAConsumer.java:94) Call path from entry point to org.apache.camel.component.kubernetes.hpa.KubernetesHPAConsumer$HpaConsumerTask.run(): at org.apache.camel.component.kubernetes.hpa.KubernetesHPAConsumer$HpaConsumerTask.run(KubernetesHPAConsumer.java:93) at app//com.oracle.svm.core.jdk.RuntimeSupport.executeHooks(RuntimeSupport.java:125) at app//com.oracle.svm.core.jdk.RuntimeSupport.executeStartupHooks(RuntimeSupport.java:75) at app//com.oracle.svm.core.JavaMainWrapper.runCore(JavaMainWrapper.java:141) at app//com.oracle.svm.core.JavaMainWrapper.run(JavaMainWrapper.java:184) at com.oracle.svm.core.code.IsolateEnterStub.JavaMainWrapper_run_5087f5482cc9a6abc971913ece43acb471d2631b(generated:0) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org