jamesnetherton opened a new issue, #8720: URL: https://github.com/apache/camel-quarkus/issues/8720
@ppalaga. I assume you are aware of this for Quarkus 3.37? I see you commented on the PR where this breakage was introduced. https://github.com/quarkusio/quarkus/pull/53699. ``` java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors : Build step io.quarkiverse.cxf.deployment.QuarkusCxfProcessor#generateRuntimeBusServiceFile threw an exception: java.lang.IllegalArgumentException: Use GeneratedServiceProviderBuildItem to register service providers instead of GeneratedResourceBuildItem at io.quarkus.deployment.builditem.GeneratedResourceBuildItem.<init>(GeneratedResourceBuildItem.java:31) at io.quarkus.deployment.builditem.GeneratedResourceBuildItem.<init>(GeneratedResourceBuildItem.java:26) at io.quarkiverse.cxf.deployment.QuarkusCxfProcessor.generateRuntimeBusServiceFile(QuarkusCxfProcessor.java:208) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:811) at io.quarkus.builder.BuildContext.run(BuildContext.java:242) at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2651) at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2630) at org.jboss.threads.EnhancedQueueExecutor.runThreadBody(EnhancedQueueExecutor.java:1694) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1589) at java.base/java.lang.Thread.run(Thread.java:840) at org.jboss.threads.JBossThread.run(JBossThread.java:501) ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
