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 2021/11/16 15:30:07 UTC

[camel] branch regen_bot updated (3aea09e -> 2f9461d)

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 3aea09e  Sync deps
     add 87aa119  CAMEL-17161 - Support for Azure Copy Blob Operation in Camel component
     add 96a0b14  CAMEL-17161 - Added an integration test, but it will need real credentials
     add dba3f20  CAMEL-17161 - Fixed test name
     add 62e65f8  CAMEL-17161 - Fixed CS
     add 6d8e38e  CAMEL-17161 - Regen
     add fccd88a  CAMEL-17161 - Improved docs
     add 2f9461d  CAMEL-17161 - Fixed CS

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/azure-storage-blob.json     |  6 ++-
 .../storage/blob/BlobComponentConfigurer.java      |  6 +++
 .../azure/storage/blob/BlobEndpointConfigurer.java |  6 +++
 .../azure/storage/blob/BlobEndpointUriFactory.java |  6 ++-
 .../azure/storage/blob/azure-storage-blob.json     |  6 ++-
 .../main/docs/azure-storage-blob-component.adoc    |  3 ++
 .../azure/storage/blob/BlobConfiguration.java      | 14 ++++++
 .../azure/storage/blob/BlobConstants.java          |  3 ++
 .../storage/blob/BlobOperationsDefinition.java     |  7 ++-
 .../component/azure/storage/blob/BlobProducer.java |  3 ++
 .../storage/blob/client/BlobClientWrapper.java     | 29 +++++++++++-
 .../storage/blob/operations/BlobOperations.java    | 19 ++++++++
 .../blob/integration/BlobCopyProducerIt.java}      | 35 ++++++--------
 .../AzureStorageBlobComponentBuilderFactory.java   | 18 ++++++++
 .../endpoint/dsl/BlobEndpointBuilderFactory.java   | 54 +++++++++++++++++++++-
 .../java/org/apache/camel/util/SensitiveUtils.java |  1 +
 16 files changed, 187 insertions(+), 29 deletions(-)
 copy components/{camel-hazelcast/src/test/java/org/apache/camel/component/hazelcast/HazelcastSedaInOnlyTest.java => camel-azure/camel-azure-storage-blob/src/test/java/org/apache/camel/component/azure/storage/blob/integration/BlobCopyProducerIt.java} (57%)