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 7e39aebea27d58026299ea098e9f9018c6e2fb3b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Sep 3 18:04:56 2021 +0200 CAMEL-16918: camel-datasonnet - Fix concurrency issue and other thread-safety problems. --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc index c2d4643..aa7aeb0 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_12.adoc @@ -16,6 +16,9 @@ However the method is needed to be exposed in the API as well. The `ThroughputLogger` has changed the return type from `int` to `long` in the `getReceivedCounter` method. +Removed the `dataSonnet(Expression)` methods from `RouteBuilder` as they should not be used; +use the methods that take `String` as type. + === Data Formats The `camel-asn1` data format has renamed the option `clazzName` to `unmarshalType`.