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 b12f487  yaml-dsl is no longer experimental.
b12f487 is described below

commit b12f487539442cf3b50a9ceafe56436e198edd20
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jan 28 06:50:06 2022 +0100

    yaml-dsl is no longer experimental.
---
 .../camel-yaml-dsl/src/main/docs/yaml-dsl.adoc           | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc
index b9d641e..e7326e1 100644
--- a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc
+++ b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/main/docs/yaml-dsl.adoc
@@ -144,16 +144,6 @@ To define an endpoint with the YAML dsl you have three 
options:
           authorizationToken: "XXX"
 ----
 
-[WARNING]
-====
-Support for the Endpoint DSL with YAML is experimental and subject to changes.
-====
-
-[NOTE]
-====
-Support for Endpoint DSL auto completion 
https://github.com/apache/camel-k-runtime/issues/485[is not yet available].
-====
-
 == Defining beans
 
 In addition to the general support for creating beans provided by 
xref:others:main.adoc#_specifying_custom_beans[Camel Main], the YAML DSL 
provide a convenient syntax to define and configure them:
@@ -202,7 +192,7 @@ The `beans` elements can only be used as root element
 
 == Configuring options on languages
 
-Some of the xref:components:languages:index.adoc[Languages] have additional 
configurations
+Some xref:components:languages:index.adoc[Languages] have additional 
configurations
 you may need to use.
 
 For example the xref:components:languages:jsonpath-language.adoc[JSONPath]
@@ -252,7 +242,7 @@ does not have a `middlename` field. To remedy this we have 
suppressed the except
 
 == External examples
 
-You can find a set of examples using `camel-yaml-dsl` in 
https://github.com/apache/camel-examples[Camel Examples]
+You can find a set of examples using `main-yaml` in 
https://github.com/apache/camel-examples[Camel Examples]
 which demonstrate creating Camel Routes with YAML.
 
 Another way to find examples of YAML DSL is to look in 
https://github.com/apache/camel-kamelets[Camel Kamelets]
@@ -283,7 +273,7 @@ spec:
 
 === Loading Camel K bindings
 
-A Camel K binding (in CRD format (Custom Resource Definition in Kubernetes))
+A Camel K binding (in CRD format; Custom Resource Definition in Kubernetes)
 can be loaded by `camel-yaml-dsl` and run as routes:
 
 [source,yaml]

Reply via email to