You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2024/03/11 10:35:33 UTC

(camel-examples) branch main updated: Use *.camel.yaml file name pattern

This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 018e4551 Use *.camel.yaml file name pattern
018e4551 is described below

commit 018e4551a62b765515a04e252ebbdf9f6ed081a3
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Mon Mar 11 10:25:37 2024 +0100

    Use *.camel.yaml file name pattern
    
    it allows tooling to propose specific editor and associate yaml schema
    automatically
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 .../src/main/resources/camel/{my-route.yaml => my-route.camel.yaml}       | 0
 .../src/main/resources/camel/{my-route.yaml => my-route.camel.yaml}       | 0
 .../src/main/resources/routes/{my-route.yaml => my-route.camel.yaml}      | 0
 .../resources/myroutes/{my-yaml-route.yaml => my-yaml-route.camel.yaml}   | 0
 .../resources/myroutes/{my-yaml-route.yaml => my-yaml-route.camel.yaml}   | 0
 5 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/kamelet-main/src/main/resources/camel/my-route.yaml b/kamelet-main/src/main/resources/camel/my-route.camel.yaml
similarity index 100%
rename from kamelet-main/src/main/resources/camel/my-route.yaml
rename to kamelet-main/src/main/resources/camel/my-route.camel.yaml
diff --git a/kamelet-sql/src/main/resources/camel/my-route.yaml b/kamelet-sql/src/main/resources/camel/my-route.camel.yaml
similarity index 100%
rename from kamelet-sql/src/main/resources/camel/my-route.yaml
rename to kamelet-sql/src/main/resources/camel/my-route.camel.yaml
diff --git a/main-yaml/src/main/resources/routes/my-route.yaml b/main-yaml/src/main/resources/routes/my-route.camel.yaml
similarity index 100%
rename from main-yaml/src/main/resources/routes/my-route.yaml
rename to main-yaml/src/main/resources/routes/my-route.camel.yaml
diff --git a/routeloader/src/main/resources/myroutes/my-yaml-route.yaml b/routeloader/src/main/resources/myroutes/my-yaml-route.camel.yaml
similarity index 100%
rename from routeloader/src/main/resources/myroutes/my-yaml-route.yaml
rename to routeloader/src/main/resources/myroutes/my-yaml-route.camel.yaml
diff --git a/routes-configuration/src/main/resources/myroutes/my-yaml-route.yaml b/routes-configuration/src/main/resources/myroutes/my-yaml-route.camel.yaml
similarity index 100%
rename from routes-configuration/src/main/resources/myroutes/my-yaml-route.yaml
rename to routes-configuration/src/main/resources/myroutes/my-yaml-route.camel.yaml