This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 678ae2a CAMEL-15858: fix - remove whitespace characters
add 70b88e1 Migrates the camel-azure-storage-blob tests to the shared
test infra (#4660)
No new revisions were added by this update.
Summary of changes:
components/camel-azure-storage-blob/pom.xml | 27 ++++++--
.../azure/storage/blob/integration/BaseIT.java | 81 +++++++++-------------
.../azure/common/services/AzureStorageService.java | 6 +-
.../camel-test-infra-azure-storage-blob/pom.xml | 7 ++
.../blob/clients/AzureStorageBlobClientUtils.java | 61 ++++++++++++++++
5 files changed, 126 insertions(+), 56 deletions(-)
create mode 100644
test-infra/camel-test-infra-azure-storage-blob/src/test/java/org/apache/camel/test/infra/azure/storage/blob/clients/AzureStorageBlobClientUtils.java