Details
Description
In the application.yml we define route-include-pattern e.g.
camel: context: name: my-camel main: routes-include-pattern: | classpath:routes/route1.yaml, classpath:routes/route-2.yaml
When Camel fails to find any of the defined routes (e.g. route-2.yaml does not exist), the result is that Camel does not load any of them but fails silently. However the regular routes defined with the Java DSL do start. The problem is that there is no clear error message stating that there was failure to load routes.