llowinge opened a new issue, #6888: URL: https://github.com/apache/camel-quarkus/issues/6888
### Bug description As discussed in https://github.com/apache/camel-quarkus/issues/6880 it looks we are using `@SessionScoped` at more places (https://github.com/search?q=repo%3Aapache%2Fcamel-quarkus%20%40SessionScoped&type=code). We should aim for `@ApplicationScoped` (or `@RequestScope` for special needs, but `@SessionScoped` acted as workaround only - there is no session in the camel cxf route, so it doesn't make sense to use it). -- 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]
