This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 97fa81a CAMEL-15836: Automatic autowire by type - Specify which options support this. CAMEL-15846: camel-core - Remove basicPropertyBinding 97fa81a is described below commit 97fa81a881b2f260f13a21250a29a648d9dd84ec Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Nov 12 17:36:20 2020 +0100 CAMEL-15836: Automatic autowire by type - Specify which options support this. CAMEL-15846: camel-core - Remove basicPropertyBinding --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc index e419a26..415c35c 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc @@ -88,6 +88,10 @@ of using methods on `org.apache.camel.builder.AdviceWith`. Support for using multiple languages in the toD EIP has been removed as it was a rare feature in use, and is causing some problems for maintenance. toD uses simple language by default, but an alternative language can still be specified. +=== Components + +The option `basicPropertyBinding` that was deprecated has been removed. + === camel-couchbase The original URI path has been changed, now the bucket part is simply a required option and it's not part of the URI anymore.