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 2019/10/10 06:43:00 UTC

[jira] [Created] (CAMEL-14050) camel-main - Add logic for automatic RouteBuilder class detection ala camel-spring-boot has

Claus Ibsen created CAMEL-14050:
-----------------------------------

             Summary: camel-main - Add logic for automatic RouteBuilder class detection ala camel-spring-boot has
                 Key: CAMEL-14050
                 URL: https://issues.apache.org/jira/browse/CAMEL-14050
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 3.0.0.RC2
            Reporter: Claus Ibsen
             Fix For: 3.0.0


On spring boot we have some options to filter routes and set the location of xml routes/rests: https://github.com/apache/camel/blob/master/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelConfigurationProperties.java#L50-L98

And also it has automatic route builder detection from registry. We should add that. Then we can move this logic to came-main in general and let camel-spring-boot use that, which then also makes it available for camel-quarkus and others.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)