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/09/03 12:28:00 UTC

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

     [ https://issues.apache.org/jira/browse/CAMEL-18058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-18058:
--------------------------------
    Fix Version/s: 3.x
                       (was: 3.19.0)

> 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
>            Priority: Major
>             Fix For: 3.x
>
>
> 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.10#820010)