This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new a3ca07bfb3e Regen
a3ca07bfb3e is described below
commit a3ca07bfb3e6fb59f4e462e94a03146c4e9b9162
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jan 12 15:34:02 2026 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/aws2-ec2.json | 5 ++++-
.../org/apache/camel/springboot/catalog/components/aws2-ecs.json | 5 ++++-
.../org/apache/camel/springboot/catalog/components/aws2-eks.json | 5 ++++-
.../org/apache/camel/springboot/catalog/components/ibm-cos.json | 2 +-
.../camel/springboot/catalog/components/ibm-watson-discovery.json | 2 +-
.../camel/springboot/catalog/components/ibm-watson-language.json | 2 +-
.../org/apache/camel/springboot/catalog/dataformats/pqc.json | 2 +-
7 files changed, 16 insertions(+), 7 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
index eb33107c8d6..9653597fd3b 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
@@ -62,7 +62,10 @@
"CamelAwsEC2InstancesClientToken": { "index": 11, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Unique, case-sensitive identifier you
provide to ensure the idempotency of the request.", "constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCES_CLIENT_TOKEN" },
"CamelAwsEC2InstancesPlacement": { "index": 12, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "software.amazon.awssdk.services.ec2.model.Placement",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The placement for the instance.", "constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCES_PLACEMENT" },
"CamelAwsEC2InstancesTags": { "index": 13, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "Collection<Tag>", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "A collection of tags to
add or remove from EC2 resources", "constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCES_TAGS" },
- "CamelAwsEC2SubnetId": { "index": 14, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The ID of the subnet to launch the instance into.",
"constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#SUBNET_ID" }
+ "CamelAwsEC2SubnetId": { "index": 14, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The ID of the subnet to launch the instance into.",
"constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#SUBNET_ID" },
+ "CamelAwsEC2NextToken": { "index": 15, "kind": "header", "displayName":
"", "group": "describeInstances describeInstancesStatus", "label":
"describeInstances describeInstancesStatus", "required": false, "javaType":
"String", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The token for the next set of results.",
"constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#NEXT_TOKEN" },
+ "CamelAwsEC2MaxResults": { "index": 16, "kind": "header", "displayName":
"", "group": "describeInstances describeInstancesStatus", "label":
"describeInstances describeInstancesStatus", "required": false, "javaType":
"Integer", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The maximum number of results to return.",
"constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#MAX_RESULTS" },
+ "CamelAwsEC2IsTruncated": { "index": 17, "kind": "header", "displayName":
"", "group": "describeInstances describeInstancesStatus", "label":
"describeInstances describeInstancesStatus", "required": false, "javaType":
"Boolean", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "Whether the response has more results (is
truncated).", "constantName":
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IS_TRUNCATED" }
},
"properties": {
"label": { "index": 0, "kind": "path", "displayName": "Label", "group":
"producer", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.ec2.AWS2EC2Configuration",
"configurationField": "configuration", "description": "Logical name" },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ecs.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ecs.json
index ae3f0a538a1..4e6f1e4200d 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ecs.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ecs.json
@@ -50,7 +50,10 @@
"headers": {
"CamelAwsECSOperation": { "index": 0, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The operation we want to perform", "constantName":
"org.apache.camel.component.aws2.ecs.ECS2Constants#OPERATION" },
"CamelAwsECSMaxResults": { "index": 1, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "Integer",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The limit number of results while listing clusters",
"constantName": "org.apache.camel.component.aws2.ecs.ECS2Constants#MAX_RESULTS"
},
- "CamelAwsECSClusterName": { "index": 2, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The cluster name", "constantName":
"org.apache.camel.component.aws2.ecs.ECS2Constants#CLUSTER_NAME" }
+ "CamelAwsECSClusterName": { "index": 2, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The cluster name", "constantName":
"org.apache.camel.component.aws2.ecs.ECS2Constants#CLUSTER_NAME" },
+ "CamelAwsECSNextToken": { "index": 3, "kind": "header", "displayName": "",
"group": "listClusters", "label": "listClusters", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The token for the next set of
results.", "constantName":
"org.apache.camel.component.aws2.ecs.ECS2Constants#NEXT_TOKEN" },
+ "CamelAwsECSIsTruncated": { "index": 4, "kind": "header", "displayName":
"", "group": "listClusters", "label": "listClusters", "required": false,
"javaType": "Boolean", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Whether the response has more results
(is truncated).", "constantName":
"org.apache.camel.component.aws2.ecs.ECS2Constants#IS_TRUNCATED" },
+ "CamelAwsECSClusterArn": { "index": 5, "kind": "header", "displayName":
"", "group": "createCluster describeCluster deleteCluster", "label":
"createCluster describeCluster deleteCluster", "required": false, "javaType":
"String", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The ARN of the cluster.", "constantName":
"org.apache.camel.component.aws2.ecs.ECS2Constants#CLUSTER_ARN" }
},
"properties": {
"label": { "index": 0, "kind": "path", "displayName": "Label", "group":
"producer", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.ecs.ECS2Configuration", "configurationField":
"configuration", "description": "Logical name" },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eks.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eks.json
index 6731a7eb2dd..aa88ebcf31d 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eks.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eks.json
@@ -53,7 +53,10 @@
"CamelAwsEKSDescription": { "index": 2, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "A key description to use while performing a createKey
operation", "constantName":
"org.apache.camel.component.aws2.eks.EKS2Constants#DESCRIPTION" },
"CamelAwsEKSClusterName": { "index": 3, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The cluster name", "constantName":
"org.apache.camel.component.aws2.eks.EKS2Constants#CLUSTER_NAME" },
"CamelAwsEKSRoleARN": { "index": 4, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The role ARN to use while creating the cluster",
"constantName": "org.apache.camel.component.aws2.eks.EKS2Constants#ROLE_ARN" },
- "CamelAwsEKSVPCConfig": { "index": 5, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType":
"software.amazon.awssdk.services.eks.model.VpcConfigRequest", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The VPC config for the creations of an EKS cluster",
"constantName": "org.apache.camel.component.aws2.eks.EKS2Constants#VPC_CONFIG" }
+ "CamelAwsEKSVPCConfig": { "index": 5, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType":
"software.amazon.awssdk.services.eks.model.VpcConfigRequest", "deprecated":
false, "deprecationNote": "", "autowired": false, "secret": false,
"description": "The VPC config for the creations of an EKS cluster",
"constantName": "org.apache.camel.component.aws2.eks.EKS2Constants#VPC_CONFIG"
},
+ "CamelAwsEKSNextToken": { "index": 6, "kind": "header", "displayName": "",
"group": "listClusters", "label": "listClusters", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The token for the next set of
results.", "constantName":
"org.apache.camel.component.aws2.eks.EKS2Constants#NEXT_TOKEN" },
+ "CamelAwsEKSIsTruncated": { "index": 7, "kind": "header", "displayName":
"", "group": "listClusters", "label": "listClusters", "required": false,
"javaType": "Boolean", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Whether the response has more results
(is truncated).", "constantName":
"org.apache.camel.component.aws2.eks.EKS2Constants#IS_TRUNCATED" },
+ "CamelAwsEKSClusterArn": { "index": 8, "kind": "header", "displayName":
"", "group": "createCluster describeCluster deleteCluster", "label":
"createCluster describeCluster deleteCluster", "required": false, "javaType":
"String", "deprecated": false, "deprecationNote": "", "autowired": false,
"secret": false, "description": "The ARN of the cluster.", "constantName":
"org.apache.camel.component.aws2.eks.EKS2Constants#CLUSTER_ARN" }
},
"properties": {
"label": { "index": 0, "kind": "path", "displayName": "Label", "group":
"producer", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.eks.EKS2Configuration", "configurationField":
"configuration", "description": "Logical name" },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-cos.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-cos.json
index b94e1bcc338..4b383624945 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-cos.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-cos.json
@@ -8,7 +8,7 @@
"firstVersion": "4.16.0",
"label": "cloud,file",
"javaType": "org.apache.camel.component.ibm.cos.IBMCOSComponent",
- "supportLevel": "Preview",
+ "supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-ibm-cos-starter",
"version": "4.18.0-SNAPSHOT",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watson-discovery.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watson-discovery.json
index 5e580a5f593..1d3ae629902 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watson-discovery.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watson-discovery.json
@@ -8,7 +8,7 @@
"firstVersion": "4.16.0",
"label": "ai,cloud",
"javaType":
"org.apache.camel.component.ibm.watson.discovery.WatsonDiscoveryComponent",
- "supportLevel": "Preview",
+ "supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-ibm-watson-discovery-starter",
"version": "4.18.0-SNAPSHOT",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watson-language.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watson-language.json
index a7e4f782479..662d67f5c8c 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watson-language.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ibm-watson-language.json
@@ -8,7 +8,7 @@
"firstVersion": "4.16.0",
"label": "ai,cloud",
"javaType":
"org.apache.camel.component.ibm.watson.language.WatsonLanguageComponent",
- "supportLevel": "Preview",
+ "supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-ibm-watson-language-starter",
"version": "4.18.0-SNAPSHOT",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/pqc.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/pqc.json
index b9731bbd848..980d1484a9a 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/pqc.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/pqc.json
@@ -8,7 +8,7 @@
"firstVersion": "4.16.0",
"label": "dataformat,transformation,security",
"javaType": "org.apache.camel.component.pqc.dataformat.PQCDataFormat",
- "supportLevel": "Preview",
+ "supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-pqc-starter",
"version": "4.18.0-SNAPSHOT",