You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/02/06 12:19:03 UTC

[camel-quarkus] 02/04: Simplify 'Other route DSLs' section in defining-camel-routes.adoc

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 3d87d683d07c6c4daeff284b5b8778e643e8a882
Author: James Netherton <ja...@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?