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 2022/01/22 08:26:06 UTC

[camel] branch main updated: Remove misleading docs (#6802)

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 5d13131  Remove misleading docs (#6802)
5d13131 is described below

commit 5d13131ff67038a8fb1e5985cd55bff6b74b6250
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Sat Jan 22 03:25:13 2022 -0500

    Remove misleading docs (#6802)
---
 .../camel-yaml-dsl/src/main/docs/yaml-dsl.adoc             | 14 +-------------
 1 file changed, 1 insertion(+), 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 fbf4874..5de8556 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
@@ -89,21 +89,9 @@ filter:
 
 - *Data Format Aware Steps*
 +
-The EIP `marshal` and `unmarshal` supports the definition of data formats through the `data-format-type` field:
+The EIP `marshal` and `unmarshal` supports the definition of data formats:
 +
 [source,yaml]
-.Explicit Data Format field
-----
-marshal:
-    data-format-type:
-      json:
-        library: Gson
-----
-+
-To make the DSL less verbose, the `data-format` field can be omitted:
-+
-[source,yaml]
-.Implicit Data Format field
 ----
 marshal:
     json: