This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
from 22c0747e Ref #368: Added camel-jms integration test (#369)
add 05f0a1b5 Ref #362: Added missing camel-azure-storage-blob and
integration test (#363)
No new revisions were added by this update.
Summary of changes:
features/src/main/feature/camel-features.xml | 20 ++++-
.../pom.xml | 10 +--
.../test/CamelAzureStorageBlobRouteSupplier.java | 96 ++++++++++++++++++++++
.../camel/itest/CamelAzureStorageBlobITest.java | 77 +++++++++++++++++
tests/features/pom.xml | 1 +
5 files changed, 197 insertions(+), 7 deletions(-)
copy tests/features/{camel-kafka => camel-azure-storage-blob}/pom.xml (86%)
create mode 100644
tests/features/camel-azure-storage-blob/src/main/java/org/apache/karaf/camel/test/CamelAzureStorageBlobRouteSupplier.java
create mode 100644
tests/features/camel-azure-storage-blob/src/test/java/org/apache/karaf/camel/itest/CamelAzureStorageBlobITest.java