Try enabling debug logging on org.springframework.boot and see whether it is skipping the CamelAutoConfiguration class and why.
> On 21 Mar 2017, at 12:01 pm, 129073.d.0002 <unto.j.valko...@icloud.com> wrote: > > I have this dependency in my pom > > <dependency> > <groupId>org.apache.camel</groupId> > <artifactId>camel-spring-boot-starter</artifactId> > <version>2.18.3</version> > </dependency> > > but when I tried to list all spring components, there is no CamelContext > -component !? > > I use > > @SpringBootApplication > public class CamelSpringbootDemoApplication { > ... > > and that includes autoConfig. > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/testing-routes-when-using-spring-boot-tp5795812p5795816.html > Sent from the Camel - Users mailing list archive at Nabble.com.