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/16 06:46:51 UTC

[camel] branch regen_bot updated (7ed4327 -> 1e248f7)

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 7ed4327  Regen for commit 74d638c3e70e330d905139450ba97f9deb0cd5fa
     add 828b53f  [CAMEL-15692] adding jsonb dataformat
     add b5d1305  [CAMEL-15692] adding jsonb dataformat
     add 61b03d3  CAMEL-15680: [camel-azure] Add blob batch filtering capability (#4443)
     add 1e248f7  Regen for commit 61b03d39b1c772683ae5e8e1e8357bc80d127761

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/azure-storage-blob.json     |  2 +
 .../catalog/docs/azure-storage-blob-component.adoc |  9 ++--
 .../camel/catalog/docs/json-jsonb-dataformat.adoc  |  2 +-
 .../storage/blob/BlobComponentConfigurer.java      |  3 ++
 .../azure/storage/blob/BlobEndpointConfigurer.java |  3 ++
 .../azure/storage/blob/BlobEndpointUriFactory.java |  3 +-
 .../azure/storage/blob/azure-storage-blob.json     |  2 +
 .../main/docs/azure-storage-blob-component.adoc    |  9 ++--
 .../azure/storage/blob/BlobConfiguration.java      | 14 +++++
 .../blob/BlobConfigurationOptionsProxy.java        |  8 +++
 .../azure/storage/blob/BlobConstants.java          |  1 +
 .../azure/storage/blob/BlobExchangeHeaders.java    |  4 ++
 .../blob/operations/BlobContainerOperations.java   | 19 ++++---
 .../blob/BlobConfigurationOptionsProxyTest.java    | 62 ++++++++++++++++++++++
 .../operations/BlobContainerOperationsTest.java    | 47 ++++++++++++++++
 .../apache/camel/component/jsonb/json-jsonb.json   |  2 +-
 .../src/main/docs/json-jsonb-dataformat.adoc       |  2 +-
 .../AzureStorageBlobComponentBuilderFactory.java   | 15 ++++++
 .../endpoint/dsl/BlobEndpointBuilderFactory.java   | 42 +++++++++++++++
 .../ROOT/pages/azure-storage-blob-component.adoc   |  9 ++--
 .../dataformats/pages/json-jsonb-dataformat.adoc   |  2 +-
 .../maven/packaging/PackageDataFormatMojo.java     |  2 +-
 22 files changed, 241 insertions(+), 21 deletions(-)