hakuseki opened a new issue #1171: URL: https://github.com/apache/camel-quarkus/issues/1171
Using 1.0.0-M6 or 1.0.0-M7 on 1.4.1.Final, **camel-quarkus-core** throws the following exception: ``` 2020-04-30 11:24:03,079 ERROR [io.qua.dep.dev.DevModeMain] (main) Failed to start Quarkus: java.lang.NoSuchMethodError: 'void io.quarkus.builder.BuildChainBuilder.setClassLoader(java.lang.ClassLoader)' at io.quarkus.deployment.QuarkusAugmentor.run(QuarkusAugmentor.java:92) at io.quarkus.runner.bootstrap.AugmentActionImpl.runAugment(AugmentActionImpl.java:245) at io.quarkus.runner.bootstrap.AugmentActionImpl.createInitialRuntimeApplication(AugmentActionImpl.java:130) at io.quarkus.runner.bootstrap.AugmentActionImpl.createInitialRuntimeApplication(AugmentActionImpl.java:52) at io.quarkus.deployment.dev.IsolatedDevModeMain.firstStart(IsolatedDevModeMain.java:61) at io.quarkus.deployment.dev.IsolatedDevModeMain.accept(IsolatedDevModeMain.java:265) at io.quarkus.deployment.dev.IsolatedDevModeMain.accept(IsolatedDevModeMain.java:40) at io.quarkus.bootstrap.app.CuratedApplication.runInCl(CuratedApplication.java:129) at io.quarkus.bootstrap.app.CuratedApplication.runInAugmentClassLoader(CuratedApplication.java:82) at io.quarkus.deployment.dev.DevModeMain.start(DevModeMain.java:116) at io.quarkus.deployment.dev.DevModeMain.main(DevModeMain.java:56) ``` Removing camel-quartkus-core from dependencies removes this error. Sample available here https://github.com/hakuseki/CamelQuarkusDynamicHttp ---------------------------------------------------------------- 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