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 2f40044abd2 Regen
2f40044abd2 is described below
commit 2f40044abd2aa02ca83635e46a465032c8820e4d
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Dec 9 16:37:02 2025 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/stripe.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stripe.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stripe.json
index 766313a66e9..fb6adea3ed9 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stripe.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stripe.json
@@ -35,7 +35,7 @@
"CamelStripeObjectId": { "index": 2, "kind": "header", "displayName": "",
"group": "producer", "label": "", "required": false, "javaType": "String",
"deprecated": false, "deprecationNote": "", "autowired": false, "secret":
false, "description": "The ID of the object to retrieve, update, or delete",
"constantName": "org.apache.camel.component.stripe.StripeConstants#OBJECT_ID" }
},
"properties": {
- "operation": { "index": 0, "kind": "path", "displayName": "Operation",
"group": "producer", "label": "", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.stripe.StripeConfiguration", "configurationField":
"configuration", "description": "The Stripe operation to perform" },
+ "operation": { "index": 0, "kind": "path", "displayName": "Operation",
"group": "producer", "label": "", "required": true, "type": "enum", "javaType":
"org.apache.camel.component.stripe.StripeOperation", "enum": [ "charges",
"customers", "paymentIntents", "paymentMethods", "refunds", "subscriptions",
"invoices", "products", "prices", "balanceTransactions" ], "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.compon [...]
"lazyStartProducer": { "index": 1, "kind": "parameter", "displayName":
"Lazy Start Producer", "group": "producer (advanced)", "label":
"producer,advanced", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a produc [...]
"apiBase": { "index": 2, "kind": "parameter", "displayName": "Api Base",
"group": "advanced", "label": "advanced", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.stripe.StripeConfiguration", "configurationField":
"configuration", "description": "Override the default Stripe API base URL (for
testing purposes)" },
"apiKey": { "index": 3, "kind": "parameter", "displayName": "Api Key",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.stripe.StripeConfiguration", "configurationField":
"configuration", "description": "The Stripe API key for authentication" }