[
https://issues.apache.org/jira/browse/CAMEL-18565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-18565.
---------------------------------
Resolution: Fixed
> Camel fails to start routes without failure message when
> routes-include-pattern has an invalid entry
> ----------------------------------------------------------------------------------------------------
>
> Key: CAMEL-18565
> URL: https://issues.apache.org/jira/browse/CAMEL-18565
> Project: Camel
> Issue Type: Improvement
> Components: came-core
> Affects Versions: 3.18.1
> Environment: Quarkus, with quarkus-camel-bom 2.12.2.Final
> Reporter: Tuomas Palenius
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 3.18.3, 3.20.0
>
>
> In the application.yml we define route-include-pattern e.g.
>
> {noformat}
> camel:
> context:
> name: my-camel
> main:
> routes-include-pattern: |
> classpath:routes/route1.yaml,
> classpath:routes/route-2.yaml{noformat}
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)