You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/03/29 04:01:36 UTC

[camel] branch main updated: Added reference to groovy dsl (#9665)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7851f548348 Added reference to groovy dsl (#9665)
7851f548348 is described below

commit 7851f548348e719f1bb6f80e3e5502431712f2b2
Author: Ashish Nayyar <as...@gmail.com>
AuthorDate: Wed Mar 29 15:01:27 2023 +1100

    Added reference to groovy dsl (#9665)
    
    * Added reference to groovy dsl
    
    * Update docs/user-manual/modules/ROOT/pages/dsl.adoc
    
    Co-authored-by: Nicolas Filotto <es...@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Claus Ibsen <cl...@gmail.com>
    Co-authored-by: Nicolas Filotto <es...@users.noreply.github.com>
---
 docs/user-manual/modules/ROOT/pages/dsl.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/user-manual/modules/ROOT/pages/dsl.adoc b/docs/user-manual/modules/ROOT/pages/dsl.adoc
index e20e8743b99..c3603cbb4d7 100644
--- a/docs/user-manual/modules/ROOT/pages/dsl.adoc
+++ b/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 to create routes leveraging Closures and a specific Groovy extension module.
 * xref:bean-integration.adoc[Annotation DSL] - Use annotations in Java beans.
 
 == See Also