You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/02/06 21:33:25 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #4499: infinispan-quarkus not ready for Quarkus 3 and Jakarta 9/10

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org