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

davsclaus 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 e88f469  Remove unused file in demo
e88f469 is described below

commit e88f469881cf892e640df4006d37931c80356d89
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Oct 25 09:30:48 2022 +0200

    Remove unused file in demo
---
 karavan-demo/postman/project/CustomProcessor.java | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/karavan-demo/postman/project/CustomProcessor.java 
b/karavan-demo/postman/project/CustomProcessor.java
deleted file mode 100644
index 17399cf..0000000
--- a/karavan-demo/postman/project/CustomProcessor.java
+++ /dev/null
@@ -1,11 +0,0 @@
-import org.apache.camel.BindToRegistry;
-import org.apache.camel.Exchange;
-import org.apache.camel.Processor;
-
-@BindToRegistry("myBean")
-public class CustomProcessor implements Processor {
-
-  public void process(Exchange exchange) throws Exception {
-      exchange.getIn().setBody("Hello world");
-  }
-}

Reply via email to