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

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


    from 200364e  camel3 - modularize a bit
     new 3d509a7  CAMEL-13453 - Camel-Azure: add automatic injection of single 
instance bean, Azure-Blob
     new 58bf04e  CAMEL-13453 - Refine tests a bit
     new 0173e55  CAMEL-13453 - Fixed Cs and Regen
     new 6ea2d92  CAMEL-13453 - CAMEL-13453 - Camel-Azure: add automatic 
injection of single instance bean, Azure-Queue
     new 2c325c4  CAMEL-13453 - 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:
 .../src/main/docs/azure-blob-component.adoc        |  11 +-
 .../src/main/docs/azure-queue-component.adoc       |  11 +-
 .../component/azure/blob/BlobServiceComponent.java |  46 ++--
 .../azure/blob/BlobServiceConfiguration.java       |  14 ++
 .../azure/queue/QueueServiceComponent.java         |  29 ++-
 .../azure/queue/QueueServiceConfiguration.java     |  13 ++
 ...obServiceComponentConfigurationClientTest.java} |   8 +-
 ...ueServiceComponentClientConfigurationTest.java} |   4 +-
 .../BlobServiceComponentConfiguration.java         | 240 +++++++++++++++++++++
 .../QueueServiceComponentConfiguration.java        | 116 ++++++++++
 10 files changed, 471 insertions(+), 21 deletions(-)
 copy 
components/camel-azure/src/test/java/org/apache/camel/component/azure/blob/{BlobServiceComponentConfigurationTest.java
 => BlobServiceComponentConfigurationClientTest.java} (97%)
 copy 
components/camel-azure/src/test/java/org/apache/camel/component/azure/queue/{QueueServiceComponentConfigurationTest.java
 => QueueServiceComponentClientConfigurationTest.java} (97%)

Reply via email to