aldettinger commented on code in PR #6261:
URL: https://github.com/apache/camel-quarkus/pull/6261#discussion_r1668547381


##########
docs/modules/ROOT/pages/user-guide/defining-camel-routes.adoc:
##########
@@ -49,6 +49,8 @@ but you still need to add the given component's extension as 
a dependency for th
 In case of the above example, it would be `camel-quarkus-timer`.
 ====
 
+It is also possible to include Java DSL routes from other JARs by adding them 
as dependencies to your application. When you doing this, you must ensure such 
JARs have a 
https://quarkus.io/guides/cdi-reference#how-to-generate-a-jandex-index[Jandex 
index], so that the routes are discoverable at build time.

Review Comment:
   ```suggestion
   It is also possible to include Java DSL routes from other JARs by adding 
them as dependencies to your application. When doing this, you must ensure such 
JARs have a 
https://quarkus.io/guides/cdi-reference#how-to-generate-a-jandex-index[Jandex 
index], so that the routes are discoverable at build time.
   ```



-- 
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-unsubscr...@camel.apache.org

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

Reply via email to