This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new ebe74b6 Create test.yaml ebe74b6 is described below commit ebe74b6dae1bf302145d9bd36853a9206a3ec487 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Mon Mar 14 13:46:26 2022 -0400 Create test.yaml --- karavan-demo/dependency-injection/test.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/karavan-demo/dependency-injection/test.yaml b/karavan-demo/dependency-injection/test.yaml new file mode 100644 index 0000000..8286510 --- /dev/null +++ b/karavan-demo/dependency-injection/test.yaml @@ -0,0 +1,20 @@ +apiVersion: camel.apache.org/v1 +kind: Integration +metadata: + name: test.yaml +spec: + flows: + - route: + from: + uri: kamelet:timer-source + steps: + - log: + message: 'Received: ${body}' + - process: + ref: '#class:MyPrepareProcessor' + - log: + message: 'Received: ${body}' + parameters: + period: 2000 + message: hello + id: demo