KaotoIO / kaoto

The UI of the Kaoto project
https://kaoto.io
Apache License 2.0
29 stars 23 forks source link

Camel 4.5 - Pipe can now be loaded as foo.pipe.yaml #837

Open davsclaus opened 7 months ago

davsclaus commented 7 months ago

Please describe the feature that you want to propose

The file extension pipe.yaml is in Camel 4.5 supported by camel-yaml-dsl, so you can name these files specially.

Before you cannot do this, and the file would be named foo-pipe.yaml.

davsclaus commented 7 months ago

https://issues.apache.org/jira/browse/CAMEL-20425

davsclaus commented 7 months ago

That is with camel-yaml-dsl, and camel-jbang as well.

lhein commented 7 months ago

Great!

apupier commented 6 months ago

related work on VS Code kaoto side: https://github.com/KaotoIO/vscode-kaoto/issues/483