You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/10/24 15:38:05 UTC

[camel] branch regen_bot updated (fe0599b -> c2ee8e2)

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 fe0599b  Unify the test service interfaces (#4506)
     add c2ee8e2  CAMEL-15661: use Testcontainers and Azurite at integration tests (#4507)

No new revisions were added by this update.

Summary of changes:
 .../catalog/docs/azure-storage-blob-component.adoc |   6 +-
 components/camel-azure-storage-blob/pom.xml        |  41 +++------
 .../main/docs/azure-storage-blob-component.adoc    |   6 +-
 .../azure/storage/blob/BlobTestUtils.java          |  20 ++---
 .../azure/storage/blob/integration/BaseIT.java     | 100 +++++++++++++++++++++
 .../BlobConsumerITTest.java}                       |  65 +++++---------
 .../BlobContainerOperationsITTest.java}            |  24 ++---
 .../BlobOperationsITTest.java}                     |  25 ++----
 .../BlobProducerITTest.java}                       |  44 ++-------
 .../src/test/resources/azurite.properties          |  19 ++++
 .../ROOT/pages/azure-storage-blob-component.adoc   |   6 +-
 11 files changed, 189 insertions(+), 167 deletions(-)
 create mode 100644 components/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/integration/BaseIT.java
 rename components/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/{BlobConsumerIT.java => integration/BlobConsumerITTest.java} (82%)
 rename components/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/{operations/BlobContainerOperationsIT.java => integration/BlobContainerOperationsITTest.java} (79%)
 rename components/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/{operations/BlobOperationsIT.java => integration/BlobOperationsITTest.java} (94%)
 rename components/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/{BlobProducerIT.java => integration/BlobProducerITTest.java} (82%)
 create mode 100644 components/camel-azure-storage-blob/src/test/resources/azurite.properties