[BUG] Camel REST DSL steps are not loaded when application.yaml contains only `git` repo or no repo
mkralik3 opened this issue · 0 comments
mkralik3 commented
Describe the bug
When there is no repositories in application.yaml, step catalog contains 0 steps.
When there is any invalid git
repository in application.yaml, step catalog contains 0 steps.
When there is any git
repository in application.yaml, step catalog contains steps from that repository.
When there is any invalid jar
repository in application.yaml, step catalog contains 11 steps. (CAMEL-REST-DSL)
When there is any git
repository in application.yaml, step catalog contains steps from that repository + 11 steps for CAMEL-REST-DSL.
Shouldn't be the REST DSL steps loaded every time no matter what is in application.yaml?