This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 33a921aaaa79ab95b7ac2b8b79c2b7271f7b3dc2 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Thu Feb 2 14:36:52 2023 +0000 Simplify 'Other route DSLs' section in defining-camel-routes.adoc --- .../ROOT/pages/user-guide/defining-camel-routes.adoc | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/modules/ROOT/pages/user-guide/defining-camel-routes.adoc b/docs/modules/ROOT/pages/user-guide/defining-camel-routes.adoc index 8a16ee8791..96ee7011d6 100644 --- a/docs/modules/ROOT/pages/user-guide/defining-camel-routes.adoc +++ b/docs/modules/ROOT/pages/user-guide/defining-camel-routes.adoc @@ -122,14 +122,11 @@ The route XML should be in the simplified version like: == Other route DSLs -Since Camel Quarkus 1.8.0, you can also use -xref:reference/extensions/java-joor-dsl.adoc[Java jOOR], -xref:reference/extensions/groovy-dsl.adoc[Groovy], -xref:reference/extensions/yaml-dsl.adoc[YAML], -xref:reference/extensions/kotlin-dsl.adoc[Kotlin] or -xref:reference/extensions/js-dsl.adoc[JavaScript] for defining Camel routes. - -Except for YAML, these DSLs are supported only in JVM mode, because they load and compile the routes at runtime. +* xref:reference/extensions/java-joor-dsl.adoc[Java jOOR] +* xref:reference/extensions/groovy-dsl.adoc[Groovy] +* xref:reference/extensions/yaml-dsl.adoc[YAML] +* xref:reference/extensions/kotlin-dsl.adoc[Kotlin] +* xref:reference/extensions/js-dsl.adoc[JavaScript] == What's next?