You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/05/05 05:04:00 UTC

[jira] [Created] (CAMEL-18058) camel-java-joor-dsl - Support using Java routes without class

Claus Ibsen created CAMEL-18058:
-----------------------------------

             Summary: camel-java-joor-dsl - Support using Java routes without class 
                 Key: CAMEL-18058
                 URL: https://issues.apache.org/jira/browse/CAMEL-18058
             Project: Camel
          Issue Type: Improvement
          Components: camel-joor
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.17.0


Today you must have a class but we can automatic add this if missing

then you can do in a file foo.java

from("timer:foo").to("log:bar");

and then just camel run foo.java





--
This message was sent by Atlassian Jira
(v8.20.7#820007)