This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 459a7a4c5d5c Remove deprecated and redundant UriPAram secret in
alibaba component
459a7a4c5d5c is described below
commit 459a7a4c5d5c29d548fcc8859f235083c6bff2cf
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Sep 17 10:28:13 2026 +0200
Remove deprecated and redundant UriPAram secret in alibaba component
there is already the new one security="secret"
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../alibaba/eventbridge/AlibabaEventBridgeEndpoint.java | 10 +++++-----
.../apache/camel/component/alibaba/fc/FCEndpoint.java | 10 +++++-----
.../apache/camel/component/alibaba/kms/KMSEndpoint.java | 17 ++++++++---------
.../apache/camel/component/alibaba/mns/MNSEndpoint.java | 10 +++++-----
.../apache/camel/component/alibaba/oss/OSSEndpoint.java | 10 +++++-----
.../camel/component/alibaba/ots/AlibabaOtsEndpoint.java | 10 +++++-----
.../camel/component/alibaba/sls/AlibabaSlsEndpoint.java | 10 +++++-----
.../apache/camel/component/alibaba/sms/SMSEndpoint.java | 10 +++++-----
8 files changed, 43 insertions(+), 44 deletions(-)
diff --git
a/components/camel-alibaba/camel-alibaba-eventbridge/src/main/java/org/apache/camel/component/alibaba/eventbridge/AlibabaEventBridgeEndpoint.java
b/components/camel-alibaba/camel-alibaba-eventbridge/src/main/java/org/apache/camel/component/alibaba/eventbridge/AlibabaEventBridgeEndpoint.java
index c2d4a898777a..4958702619d2 100644
---
a/components/camel-alibaba/camel-alibaba-eventbridge/src/main/java/org/apache/camel/component/alibaba/eventbridge/AlibabaEventBridgeEndpoint.java
+++
b/components/camel-alibaba/camel-alibaba-eventbridge/src/main/java/org/apache/camel/component/alibaba/eventbridge/AlibabaEventBridgeEndpoint.java
@@ -50,16 +50,16 @@ public class AlibabaEventBridgeEndpoint extends
DefaultEndpoint {
displayName = "Endpoint")
private String endpoint;
- @UriParam(description = "Access key for the cloud user", displayName =
"Access Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Access key for the cloud user", displayName =
"Access Key", security = "secret",
+ label = "security")
private String accessKey;
- @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key", security = "secret",
+ label = "security")
private String secretKey;
@UriParam(description = "Configuration object for cloud service
authentication", displayName = "Service Keys",
- secret = true, security = "secret", label = "security")
+ security = "secret", label = "security")
private ServiceKeys serviceKeys;
@UriParam(description = "Default event bus name", displayName = "Event Bus
Name")
diff --git
a/components/camel-alibaba/camel-alibaba-fc/src/main/java/org/apache/camel/component/alibaba/fc/FCEndpoint.java
b/components/camel-alibaba/camel-alibaba-fc/src/main/java/org/apache/camel/component/alibaba/fc/FCEndpoint.java
index 9143dcf2c62c..156628085a81 100644
---
a/components/camel-alibaba/camel-alibaba-fc/src/main/java/org/apache/camel/component/alibaba/fc/FCEndpoint.java
+++
b/components/camel-alibaba/camel-alibaba-fc/src/main/java/org/apache/camel/component/alibaba/fc/FCEndpoint.java
@@ -50,16 +50,16 @@ public class FCEndpoint extends DefaultEndpoint {
displayName = "Endpoint")
private String endpoint;
- @UriParam(description = "Access key for the cloud user", displayName =
"Access Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Access key for the cloud user", displayName =
"Access Key", security = "secret",
+ label = "security")
private String accessKey;
- @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key", security = "secret",
+ label = "security")
private String secretKey;
@UriParam(description = "Configuration object for cloud service
authentication", displayName = "Service Keys",
- secret = true, security = "secret", label = "security")
+ security = "secret", label = "security")
private ServiceKeys serviceKeys;
@UriParam(description = "FC service name", displayName = "Service Name")
diff --git
a/components/camel-alibaba/camel-alibaba-kms/src/main/java/org/apache/camel/component/alibaba/kms/KMSEndpoint.java
b/components/camel-alibaba/camel-alibaba-kms/src/main/java/org/apache/camel/component/alibaba/kms/KMSEndpoint.java
index 884ebfcec20a..26b38ad1ab84 100644
---
a/components/camel-alibaba/camel-alibaba-kms/src/main/java/org/apache/camel/component/alibaba/kms/KMSEndpoint.java
+++
b/components/camel-alibaba/camel-alibaba-kms/src/main/java/org/apache/camel/component/alibaba/kms/KMSEndpoint.java
@@ -50,27 +50,26 @@ public class KMSEndpoint extends DefaultEndpoint {
displayName = "Endpoint")
private String endpoint;
- @UriParam(description = "Access key for the cloud user", displayName =
"Access Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Access key for the cloud user", displayName =
"Access Key", security = "secret",
+ label = "security")
private String accessKey;
- @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key", security = "secret",
+ label = "security")
private String secretKey;
@UriParam(description = "Configuration object for cloud service
authentication", displayName = "Service Keys",
- secret = true, security = "secret", label = "security")
+ security = "secret", label = "security")
private ServiceKeys serviceKeys;
@UriParam(description = "KMS key id", displayName = "Key Id")
private String keyId;
- @UriParam(description = "Plaintext to encrypt", displayName = "Plaintext",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Plaintext to encrypt", displayName = "Plaintext",
security = "secret", label = "security")
private String plaintext;
- @UriParam(description = "Ciphertext blob to decrypt", displayName =
"Ciphertext Blob",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Ciphertext blob to decrypt", displayName =
"Ciphertext Blob", security = "secret",
+ label = "security")
private String ciphertextBlob;
@UriParam(description = "Key spec for generateDataKey", displayName = "Key
Spec")
diff --git
a/components/camel-alibaba/camel-alibaba-mns/src/main/java/org/apache/camel/component/alibaba/mns/MNSEndpoint.java
b/components/camel-alibaba/camel-alibaba-mns/src/main/java/org/apache/camel/component/alibaba/mns/MNSEndpoint.java
index 43b5b3755401..929ce7bcb663 100644
---
a/components/camel-alibaba/camel-alibaba-mns/src/main/java/org/apache/camel/component/alibaba/mns/MNSEndpoint.java
+++
b/components/camel-alibaba/camel-alibaba-mns/src/main/java/org/apache/camel/component/alibaba/mns/MNSEndpoint.java
@@ -55,16 +55,16 @@ public class MNSEndpoint extends ScheduledPollEndpoint {
@Metadata(required = true)
private String accountEndpoint;
- @UriParam(description = "Access key for the cloud user", displayName =
"Access Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Access key for the cloud user", displayName =
"Access Key", security = "secret",
+ label = "security")
private String accessKey;
- @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key", security = "secret",
+ label = "security")
private String secretKey;
@UriParam(description = "Configuration object for cloud service
authentication", displayName = "Service Keys",
- secret = true, security = "secret", label = "security")
+ security = "secret", label = "security")
private ServiceKeys serviceKeys;
@UriParam(description = "Topic name for publishMessage operations",
displayName = "Topic Name")
diff --git
a/components/camel-alibaba/camel-alibaba-oss/src/main/java/org/apache/camel/component/alibaba/oss/OSSEndpoint.java
b/components/camel-alibaba/camel-alibaba-oss/src/main/java/org/apache/camel/component/alibaba/oss/OSSEndpoint.java
index a40a3d573eb1..e9d572c72dc2 100644
---
a/components/camel-alibaba/camel-alibaba-oss/src/main/java/org/apache/camel/component/alibaba/oss/OSSEndpoint.java
+++
b/components/camel-alibaba/camel-alibaba-oss/src/main/java/org/apache/camel/component/alibaba/oss/OSSEndpoint.java
@@ -53,16 +53,16 @@ public class OSSEndpoint extends ScheduledPollEndpoint {
private String endpoint;
@UriParam(description = "Configuration object for cloud service
authentication", displayName = "Service Configuration",
- secret = true, security = "secret", label = "security")
+ security = "secret", label = "security")
private ServiceKeys serviceKeys;
- @UriParam(description = "Access key for the cloud user", displayName =
"API access key (AK)",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Access key for the cloud user", displayName =
"API access key (AK)", security = "secret",
+ label = "security")
@Metadata(required = true)
private String accessKey;
- @UriParam(description = "Secret key for the cloud user", displayName =
"API secret key (SK)",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Secret key for the cloud user", displayName =
"API secret key (SK)", security = "secret",
+ label = "security")
@Metadata(required = true)
private String secretKey;
diff --git
a/components/camel-alibaba/camel-alibaba-ots/src/main/java/org/apache/camel/component/alibaba/ots/AlibabaOtsEndpoint.java
b/components/camel-alibaba/camel-alibaba-ots/src/main/java/org/apache/camel/component/alibaba/ots/AlibabaOtsEndpoint.java
index 73089a331dad..c30ae6afe500 100644
---
a/components/camel-alibaba/camel-alibaba-ots/src/main/java/org/apache/camel/component/alibaba/ots/AlibabaOtsEndpoint.java
+++
b/components/camel-alibaba/camel-alibaba-ots/src/main/java/org/apache/camel/component/alibaba/ots/AlibabaOtsEndpoint.java
@@ -50,16 +50,16 @@ public class AlibabaOtsEndpoint extends DefaultEndpoint {
@Metadata(required = true)
private String instanceName;
- @UriParam(description = "Access key for the cloud user", displayName =
"Access Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Access key for the cloud user", displayName =
"Access Key", security = "secret",
+ label = "security")
private String accessKey;
- @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key", security = "secret",
+ label = "security")
private String secretKey;
@UriParam(description = "Configuration object for cloud service
authentication", displayName = "Service Keys",
- secret = true, security = "secret", label = "security")
+ security = "secret", label = "security")
private ServiceKeys serviceKeys;
@UriParam(description = "Autowire an existing Tablestore client instance",
displayName = "OTS Client",
diff --git
a/components/camel-alibaba/camel-alibaba-sls/src/main/java/org/apache/camel/component/alibaba/sls/AlibabaSlsEndpoint.java
b/components/camel-alibaba/camel-alibaba-sls/src/main/java/org/apache/camel/component/alibaba/sls/AlibabaSlsEndpoint.java
index 4daaebf169fc..2d74d628e5c9 100644
---
a/components/camel-alibaba/camel-alibaba-sls/src/main/java/org/apache/camel/component/alibaba/sls/AlibabaSlsEndpoint.java
+++
b/components/camel-alibaba/camel-alibaba-sls/src/main/java/org/apache/camel/component/alibaba/sls/AlibabaSlsEndpoint.java
@@ -50,16 +50,16 @@ public class AlibabaSlsEndpoint extends DefaultEndpoint {
displayName = "Endpoint")
private String endpoint;
- @UriParam(description = "Access key for the cloud user", displayName =
"Access Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Access key for the cloud user", displayName =
"Access Key", security = "secret",
+ label = "security")
private String accessKey;
- @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key", security = "secret",
+ label = "security")
private String secretKey;
@UriParam(description = "Configuration object for cloud service
authentication", displayName = "Service Keys",
- secret = true, security = "secret", label = "security")
+ security = "secret", label = "security")
private ServiceKeys serviceKeys;
@UriParam(description = "SLS project name", displayName = "Project")
diff --git
a/components/camel-alibaba/camel-alibaba-sms/src/main/java/org/apache/camel/component/alibaba/sms/SMSEndpoint.java
b/components/camel-alibaba/camel-alibaba-sms/src/main/java/org/apache/camel/component/alibaba/sms/SMSEndpoint.java
index 27b430c1adc6..5e71ab6449b9 100644
---
a/components/camel-alibaba/camel-alibaba-sms/src/main/java/org/apache/camel/component/alibaba/sms/SMSEndpoint.java
+++
b/components/camel-alibaba/camel-alibaba-sms/src/main/java/org/apache/camel/component/alibaba/sms/SMSEndpoint.java
@@ -50,16 +50,16 @@ public class SMSEndpoint extends DefaultEndpoint {
displayName = "Endpoint")
private String endpoint;
- @UriParam(description = "Access key for the cloud user", displayName =
"Access Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Access key for the cloud user", displayName =
"Access Key", security = "secret",
+ label = "security")
private String accessKey;
- @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key",
- secret = true, security = "secret", label = "security")
+ @UriParam(description = "Secret key for the cloud user", displayName =
"Secret Key", security = "secret",
+ label = "security")
private String secretKey;
@UriParam(description = "Configuration object for cloud service
authentication", displayName = "Service Keys",
- secret = true, security = "secret", label = "security")
+ security = "secret", label = "security")
private ServiceKeys serviceKeys;
@UriParam(description = "Phone numbers to send SMS to", displayName =
"Phone Numbers")