This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 3aea09e  Sync deps
     new 87aa119  CAMEL-17161 - Support for Azure Copy Blob Operation in Camel 
component
     new 96a0b14  CAMEL-17161 - Added an integration test, but it will need 
real credentials
     new dba3f20  CAMEL-17161 - Fixed test name
     new 62e65f8  CAMEL-17161 - Fixed CS
     new 6d8e38e  CAMEL-17161 - Regen

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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 ++-
 .../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     | 48 +++++++++++--------
 .../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 +
 15 files changed, 185 insertions(+), 47 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%)

Reply via email to