This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-23232 in repository https://gitbox.apache.org/repos/asf/camel.git
commit afa09a77d3e596e8eadccdd9d09e636394ee2d17 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 23 18:07:42 2026 +0100 CAMEL-23232 - Camel-Azure components: Standardize CredentialType enums across all Azure components Signed-off-by: Andrea Cosentino <[email protected]> --- bom/camel-bom/pom.xml | 5 +++++ catalog/camel-allcomponents/pom.xml | 5 +++++ docs/components/modules/others/examples/json/azure-common.json | 1 + 3 files changed, 11 insertions(+) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index 46f420cbe4fd..8bafa545f089 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -306,6 +306,11 @@ <artifactId>camel-aws2-translate</artifactId> <version>4.19.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-azure-common</artifactId> + <version>4.19.0-SNAPSHOT</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-azure-cosmosdb</artifactId> diff --git a/catalog/camel-allcomponents/pom.xml b/catalog/camel-allcomponents/pom.xml index 7f8782e412b6..b3091274209a 100644 --- a/catalog/camel-allcomponents/pom.xml +++ b/catalog/camel-allcomponents/pom.xml @@ -307,6 +307,11 @@ <artifactId>camel-aws2-translate</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-azure-common</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-azure-cosmosdb</artifactId> diff --git a/docs/components/modules/others/examples/json/azure-common.json b/docs/components/modules/others/examples/json/azure-common.json new file mode 120000 index 000000000000..c7a6efacc138 --- /dev/null +++ b/docs/components/modules/others/examples/json/azure-common.json @@ -0,0 +1 @@ +../../../../../../components/camel-azure/camel-azure-common/src/generated/resources/azure-common.json \ No newline at end of file
