You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "davsclaus (via GitHub)" <gi...@apache.org> on 2023/03/28 13:01:54 UTC

[GitHub] [camel] davsclaus commented on a diff in pull request #9665: Added reference to groovy dsl

davsclaus commented on code in PR #9665:
URL: https://github.com/apache/camel/pull/9665#discussion_r1150575954


##########
docs/user-manual/modules/ROOT/pages/dsl.adoc:
##########
@@ -10,6 +10,7 @@ languages (DSL) as listed below:
 * xref:components::spring-summary.adoc[Spring XML] - A XML based DSL in classic Spring XML files.
 * xref:components:others:yaml-dsl.adoc[Yaml DSL] for creating routes using YAML format.
 * xref:rest-dsl.adoc[Rest DSL] - A DSL to define REST services using REST verbs.
+* xref:groovy-dsl.adoc[Groovy DSL] - A Groovy based DSL using the fluent builder style.

Review Comment:
   Yes its not real groovy DSL, its a facade on top of Java DSL. So its better to just say
   
   A DSL supporting using Groovy
   
   And btw its the same for Kotlin DSL, it can be added as well



-- 
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