This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-23244 in repository https://gitbox.apache.org/repos/asf/camel.git
commit a8dade206eaefc71d89f8b5b5ac7f7ecac890fcd Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Mar 25 11:39:27 2026 +0100 CAMEL-23244 - Remove deprecated component-specific CredentialType enums and migrate to shared camel-azure-common enum Signed-off-by: Andrea Cosentino <[email protected]> --- .../endpoint/dsl/BlobEndpointBuilderFactory.java | 18 ++++++++++++------ .../endpoint/dsl/DataLakeEndpointBuilderFactory.java | 18 ++++++++++++------ .../endpoint/dsl/EventHubsEndpointBuilderFactory.java | 18 ++++++++++++------ .../endpoint/dsl/FunctionsEndpointBuilderFactory.java | 6 ++++-- .../endpoint/dsl/KeyVaultEndpointBuilderFactory.java | 6 ++++-- .../endpoint/dsl/QueueEndpointBuilderFactory.java | 18 ++++++++++++------ .../endpoint/dsl/ServiceBusEndpointBuilderFactory.java | 18 ++++++++++++------ 7 files changed, 68 insertions(+), 34 deletions(-) diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java index fa835544aacd..7d9ba62fd0a7 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/BlobEndpointBuilderFactory.java @@ -240,7 +240,8 @@ public interface BlobEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: AZURE_IDENTITY * Group: common @@ -256,7 +257,8 @@ public interface BlobEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: AZURE_IDENTITY * Group: common @@ -1673,7 +1675,8 @@ public interface BlobEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: AZURE_IDENTITY * Group: common @@ -1689,7 +1692,8 @@ public interface BlobEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: AZURE_IDENTITY * Group: common @@ -2835,7 +2839,8 @@ public interface BlobEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: AZURE_IDENTITY * Group: common @@ -2851,7 +2856,8 @@ public interface BlobEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: AZURE_IDENTITY * Group: common diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataLakeEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataLakeEndpointBuilderFactory.java index 6dfdaf065108..785fb0e27def 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataLakeEndpointBuilderFactory.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/DataLakeEndpointBuilderFactory.java @@ -125,7 +125,8 @@ public interface DataLakeEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CLIENT_SECRET * Group: common @@ -141,7 +142,8 @@ public interface DataLakeEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CLIENT_SECRET * Group: common @@ -1549,7 +1551,8 @@ public interface DataLakeEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CLIENT_SECRET * Group: common @@ -1565,7 +1568,8 @@ public interface DataLakeEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CLIENT_SECRET * Group: common @@ -2409,7 +2413,8 @@ public interface DataLakeEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CLIENT_SECRET * Group: common @@ -2425,7 +2430,8 @@ public interface DataLakeEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CLIENT_SECRET * Group: common diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/EventHubsEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/EventHubsEndpointBuilderFactory.java index 5e0ce26b1cf9..77bb6813e852 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/EventHubsEndpointBuilderFactory.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/EventHubsEndpointBuilderFactory.java @@ -411,7 +411,8 @@ public interface EventHubsEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CONNECTION_STRING * Group: security @@ -427,7 +428,8 @@ public interface EventHubsEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CONNECTION_STRING * Group: security @@ -815,7 +817,8 @@ public interface EventHubsEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CONNECTION_STRING * Group: security @@ -831,7 +834,8 @@ public interface EventHubsEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CONNECTION_STRING * Group: security @@ -1061,7 +1065,8 @@ public interface EventHubsEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CONNECTION_STRING * Group: security @@ -1077,7 +1082,8 @@ public interface EventHubsEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CONNECTION_STRING * Group: security diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FunctionsEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FunctionsEndpointBuilderFactory.java index 3964c6360072..837d9c777822 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FunctionsEndpointBuilderFactory.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FunctionsEndpointBuilderFactory.java @@ -239,7 +239,8 @@ public interface FunctionsEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: AZURE_IDENTITY * Group: security @@ -255,7 +256,8 @@ public interface FunctionsEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: AZURE_IDENTITY * Group: security diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KeyVaultEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KeyVaultEndpointBuilderFactory.java index 48fdb7e88ff6..ed83084618ef 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KeyVaultEndpointBuilderFactory.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KeyVaultEndpointBuilderFactory.java @@ -48,7 +48,8 @@ public interface KeyVaultEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CLIENT_SECRET * Group: common @@ -64,7 +65,8 @@ public interface KeyVaultEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CLIENT_SECRET * Group: common diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QueueEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QueueEndpointBuilderFactory.java index b90571243dba..9872c35371f7 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QueueEndpointBuilderFactory.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/QueueEndpointBuilderFactory.java @@ -47,7 +47,8 @@ public interface QueueEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: SHARED_ACCOUNT_KEY * Group: common @@ -63,7 +64,8 @@ public interface QueueEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: SHARED_ACCOUNT_KEY * Group: common @@ -1016,7 +1018,8 @@ public interface QueueEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: SHARED_ACCOUNT_KEY * Group: common @@ -1032,7 +1035,8 @@ public interface QueueEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: SHARED_ACCOUNT_KEY * Group: common @@ -1451,7 +1455,8 @@ public interface QueueEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: SHARED_ACCOUNT_KEY * Group: common @@ -1467,7 +1472,8 @@ public interface QueueEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: SHARED_ACCOUNT_KEY * Group: common diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java index fae3ffa8fb0d..923dadd034ba 100644 --- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java +++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/ServiceBusEndpointBuilderFactory.java @@ -541,7 +541,8 @@ public interface ServiceBusEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CONNECTION_STRING * Group: security @@ -557,7 +558,8 @@ public interface ServiceBusEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CONNECTION_STRING * Group: security @@ -1145,7 +1147,8 @@ public interface ServiceBusEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CONNECTION_STRING * Group: security @@ -1161,7 +1164,8 @@ public interface ServiceBusEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CONNECTION_STRING * Group: security @@ -1505,7 +1509,8 @@ public interface ServiceBusEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option is a: - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CONNECTION_STRING * Group: security @@ -1521,7 +1526,8 @@ public interface ServiceBusEndpointBuilderFactory { * Determines the credential strategy to adopt. * * The option will be converted to a - * <code>org.apache.camel.component.azure.common.CredentialType</code> type. + * <code>org.apache.camel.component.azure.common.CredentialType</code> + * type. * * Default: CONNECTION_STRING * Group: security
