essobedo opened a new pull request #7055: URL: https://github.com/apache/camel/pull/7055
Relates to https://issues.apache.org/jira/browse/CAMEL-17633 ## Motivation While working on https://issues.apache.org/jira/browse/CAMEL-17690, I realized that the code could be simplified a little bit more by removing the complexity added by the `CamelCdiContext`. ## Modifications * Remove the class `CamelCdiContext` to manage the `BeanManager` directly where it is created * Avoid specifying the test class in the namespace used to store the state of the test since there is already one `Store` per test class so there is already no risk to get conflicts with other tests. * Fix some typos -- 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]
