Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The route loader is per file extension which works fine for java, xml, groovy.
But in YAML DSL we have
- kamelet.yaml
- pipe.yaml
- camel.yaml
- camelk.yaml (deprecated)
- and then just yaml as fallback
We need to make this into the same loader - but the API currently only support 1 file extension so this requires some changes.