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 e45dd002f79 CAMEL-21205: Remove camel-groovy-dsl e45dd002f79 is described below commit e45dd002f79be3c3e3df7c6feae41b5a50fa8ef5 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Oct 8 07:13:42 2024 +0200 CAMEL-21205: Remove camel-groovy-dsl --- docs/user-manual/modules/ROOT/pages/dsl.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/dsl.adoc b/docs/user-manual/modules/ROOT/pages/dsl.adoc index 87c8eeec043..aa3ecd2b7cd 100644 --- a/docs/user-manual/modules/ROOT/pages/dsl.adoc +++ b/docs/user-manual/modules/ROOT/pages/dsl.adoc @@ -11,7 +11,6 @@ languages (DSL) as listed below: * 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:rest-dsl-openapi.adoc[Rest DSL contract first]: rest DSL using _contract-first_ when OpenAPI specs. -* xref:components:others: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