You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/06 07:39:00 UTC

[GitHub] [camel-quarkus] davsclaus opened a new issue, #3837: Auto discover routes created as LambdaEndpointRouteBuilder

davsclaus opened a new issue, #3837:
URL: https://github.com/apache/camel-quarkus/issues/3837

   We added support for this for Spring Boot
   https://issues.apache.org/jira/browse/CAMEL-18166
   
   See this example
   https://github.com/apache/camel-spring-boot-examples/blob/main/endpointdsl/src/main/java/sample/camel/MyCamelApplication.java
   
   I think camel-quarkus need a build step that can detect routes created in this style ^^^^ and automatic register them. See how we did this with spring-boot in the commit below
   https://github.com/apache/camel-spring-boot/commit/c8f7d977cd11707c1dbcf4e7cf8feefb7a1bddad


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] davsclaus commented on issue #3837: Auto discover routes created as LambdaEndpointRouteBuilder

Posted by GitBox <gi...@apache.org>.
davsclaus commented on issue #3837:
URL: https://github.com/apache/camel-quarkus/issues/3837#issuecomment-1147146267

   This can maybe be done in the `endpointdsl` extension


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton closed issue #3837: Auto discover routes created as LambdaEndpointRouteBuilder

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #3837: Auto discover routes created as LambdaEndpointRouteBuilder
URL: https://github.com/apache/camel-quarkus/issues/3837


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org