This is an automated email from the ASF dual-hosted git repository. acosentino 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 92d926b Camel-Azure-Storage components: Added migration notes 92d926b is described below commit 92d926ba8741a36799e6dabfd40f64e251cb83ce Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 15 14:59:52 2021 +0200 Camel-Azure-Storage components: Added migration notes --- .../modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc index 8ef9de69..67a382e 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc @@ -37,4 +37,12 @@ Initialization options for SMN client has slightly changed. Earlier, the library configured the smn server url based on the region parameter provided in endpoint configurations. Now, it provides more flexibility by allowing camel users by providing fully qualified http url for more customizability. -When endpoint URL is provided, it carries the higher precedence than region based configuration. Any region configuration entered along with endpoint url will be ignored. \ No newline at end of file +When endpoint URL is provided, it carries the higher precedence than region based configuration. Any region configuration entered along with endpoint url will be ignored. + +=== Camel-Azure-Storage-Blob + +The service client is now autowired. No need to set explicitly on your route if it is already in the registry. This is the reason why the autoDiscoverClient option has been removed. + +=== Camel-Azure-Storage-Queue + +The service client is now autowired. No need to set explicitly on your route if it is already in the registry.