Hi Cameleers, I'm wondering if it would be simpler to combine all starters into a single artifact and what would the downside of that be?
So instead of having a number of *-starter artifacts, we could bundle all *AutoConfiguration classes in camel-spring-boot-starter artifact and guard them with @ConditionalOnClass or we could even create a @ConditionalOnCamelComponent that looks into META-INF for component being present on the classpath. This could help us by having a much smaller number of artifacts to build/deploy and could open support for Spring Boot 1.5 and 2 as we could have spring-boot-2-starter with Spring Boot 2 specific code there. Does this make sense? zoran -- Zoran Regvart