jamesnetherton commented on issue #4499: URL: https://github.com/apache/camel-quarkus/issues/4499#issuecomment-1419788067
> Blocked by https://github.com/infinispan/infinispan-quarkus/issues/123 That's the Infinispan server, no? We're only interested in the client: https://github.com/quarkusio/quarkus/tree/3.0.0.Alpha3/extensions/infinispan-client In any case, that error is a bit weird... ``` Caused by: java.lang.NoClassDefFoundError: javax/enterprise/context/ApplicationScoped at org.apache.camel.quarkus.core.deployment.ConsumeProcessor.<clinit>(ConsumeProcessor.java:77) ``` But the code looks correct: https://github.com/ppalaga/camel-quarkus/blob/camel-4/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/ConsumeProcessor.java#L43 https://github.com/ppalaga/camel-quarkus/blob/camel-4/extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/ConsumeProcessor.java#L77 -- 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]
