Hi Brad, Thanks for the feedback.
I’m not sure I understand the issue that you face. For example, when mvn test is executed in the example module camel-example-cdi-test [1], test classes annotated with @RunWith(CamelCdiRunner.class) get executed. Is my understanding correct? [1]: https://github.com/apache/camel/tree/master/examples/camel-example-cdi-test Antonin > On 24 Aug 2016, at 22:19, Brad Johnson <brad.john...@mediadriver.com> wrote: > > Great job on the CDI integration with OSGi support. It's really fantastic. > > > The only thing I've noticed is that the CDI runner for the unit tests will > pick up the Camel route tests but doesn't run the other tests that are > decorated with @RunWith(CamelCdiRunner.class) > > Not a huge issue as the tests will still run when invoked by hand in > Eclipse but don't run out of Maven. > > Brad