jamesnetherton opened a new issue, #5926: URL: https://github.com/apache/camel-quarkus/issues/5926
### Bug description Observed on anything CXF releated with Quarkus 999-SNAPSHOT. Due to some recent refactoring: https://github.com/quarkusio/quarkus/commit/095feab7314beef55520d4e5087daf053755260e I'll disable the CXF bits on `quarkus-main` until there's an updated QCXF. ``` 2024-03-25T08:37:31.9144876Z Caused by: java.lang.NoSuchFieldError: type 2024-03-25T08:37:31.9146108Z at io.quarkiverse.cxf.deployment.QuarkusCxfProcessor.buildXmlResources(QuarkusCxfProcessor.java:317) 2024-03-25T08:37:31.9147487Z at java.base/java.lang.reflect.Method.invoke(Method.java:568) 2024-03-25T08:37:31.9148599Z at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:849) 2024-03-25T08:37:31.9149716Z at io.quarkus.builder.BuildContext.run(BuildContext.java:256) 2024-03-25T08:37:31.9150754Z at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) 2024-03-25T08:37:31.9233364Z at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2516) 2024-03-25T08:37:31.9234902Z at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2495) 2024-03-25T08:37:31.9236336Z at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1521) 2024-03-25T08:37:31.9237480Z at java.base/java.lang.Thread.run(Thread.java:840) 2024-03-25T08:37:31.9238313Z at org.jboss.threads.JBossThread.run(JBossThread.java:483) ``` -- 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]
