jamesnetherton opened a new issue #3509: URL: https://github.com/apache/camel-quarkus/issues/3509
Not sure what the underlying issue is with this. The Consul client was upgraded to 1.5.3 and now there's an error on the native image build: ``` 2022-02-01T04:03:49.4574078Z [camel-quarkus-integration-test-consul-2.8.0-SNAPSHOT-runner:26] setup: 3,958.17 ms, 1.19 GB 2022-02-01T04:03:49.7060950Z java.lang.ClassNotFoundException: com.orbitz.consul.BaseCacheableClient$Api 2022-02-01T04:03:49.7067923Z at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:476) 2022-02-01T04:03:49.7073171Z at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589) 2022-02-01T04:03:49.7078140Z at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) 2022-02-01T04:03:49.7083188Z at java.base/java.lang.Class.forName0(Native Method) 2022-02-01T04:03:49.7088085Z at java.base/java.lang.Class.forName(Class.java:315) 2022-02-01T04:03:49.7093199Z at io.quarkus.runner.AutoFeature.beforeAnalysis(Unknown Source) 2022-02-01T04:03:49.7098254Z at com.oracle.svm.hosted.NativeImageGenerator.lambda$runPointsToAnalysis$11(NativeImageGenerator.java:688) 2022-02-01T04:03:49.7103359Z at com.oracle.svm.hosted.FeatureHandler.forEachFeature(FeatureHandler.java:73) 2022-02-01T04:03:49.7108409Z at com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:688) 2022-02-01T04:03:49.7118729Z at com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:529) 2022-02-01T04:03:49.7119338Z at com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:488) 2022-02-01T04:03:49.7120021Z at com.oracle.svm.hosted.NativeImageGeneratorRunner.buildImage(NativeImageGeneratorRunner.java:403) 2022-02-01T04:03:49.7120751Z at com.oracle.svm.hosted.NativeImageGeneratorRunner.build(NativeImageGeneratorRunner.java:569) 2022-02-01T04:03:49.7121707Z at com.oracle.svm.hosted.NativeImageGeneratorRunner.main(NativeImageGeneratorRunner.java:122) ``` The native executable is actually built successfully, but when it runs, nothing happens. I will disable the native test for now. -- 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