jamesnetherton commented on issue #6880:
URL: https://github.com/apache/camel-quarkus/issues/6880#issuecomment-2567438930

   See here:
   
   https://quarkus.io/guides/cdi-reference#supported_features_and_limitations
   
   `SessionScoped` only works with `quarkus-undertow`. Since Hawtio includes it 
as a transitive, we get the failure.
   
   We should probably recommend that `ApplicationScoped` is preferred. I'm not 
actually sure why we'd ever opt for a `SessionScoped` `CxfEndpoint` bean? The 
`RouteBuilder` is only constructed once and there will never been any active 
'session' at that point.


-- 
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-unsubscr...@camel.apache.org

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

Reply via email to