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

commit 5a10d0535391c14326ff950054075c6068d33848
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Oct 14 12:02:23 2021 +0200

    CAMEL-17075: Remove DataSonnetBuilder.
---
 .../ROOT/pages/camel-3x-upgrade-guide-3_13.adoc       | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc
index 0dc47fd..8908124 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc
@@ -31,25 +31,6 @@ to
 simple("1", Integer.class)
 ----
 
-=== camel-datasonnet and DataSonnetBuilder
-
-The `org.apache.camel.builder.DataSonnetBuilder` has been removed.
-
-End users that use camel-datasonnet in Java DSL should migrate from:
-
-[source,java]
-----
-datasonnet("resource:classpath:simpleMapping.ds", String.class)
-        .bodyMediaType(MediaTypes.APPLICATION_JSON_VALUE)
-        .outputMediaType(MediaTypes.APPLICATION_JSON_VALUE)
-----
-
-to
-
-[source,java]
-----
-----
-
 === Using custom Debugger
 
 Previously when setting a custom org.apache.camel.spi.Debugger, then Camel 
would automatically

Reply via email to