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 49c9d2c6244 Regen
49c9d2c6244 is described below
commit 49c9d2c6244df9df73f47501d9d35c1d1c979388
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Feb 18 21:03:44 2026 +0100
Regen
---
.../apache/camel/springboot/catalog/components/azure-functions.json | 2 +-
.../apache/camel/springboot/catalog/components/google-firestore.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
index 87c02ee5c53..ebc40548908 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-functions.json
@@ -5,7 +5,7 @@
"title": "Azure Functions",
"description": "Invoke and manage Azure Functions.",
"deprecated": false,
- "firstVersion": "4.18.0",
+ "firstVersion": "4.19.0",
"label": "cloud,serverless",
"javaType":
"org.apache.camel.component.azure.functions.FunctionsComponent",
"supportLevel": "Preview",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-firestore.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-firestore.json
index dea11c13f08..fcd838c7476 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-firestore.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-firestore.json
@@ -5,7 +5,7 @@
"title": "Google Firestore",
"description": "Store and retrieve data from Google Cloud Firestore NoSQL
database.",
"deprecated": false,
- "firstVersion": "4.18.0",
+ "firstVersion": "4.19.0",
"label": "cloud,database",
"javaType":
"org.apache.camel.component.google.firestore.GoogleFirestoreComponent",
"supportLevel": "Preview",
@@ -47,7 +47,7 @@
"CamelGoogleFirestoreQueryValue": { "index": 5, "kind": "header",
"displayName": "", "group": "producer", "label": "producer", "required": false,
"javaType": "Object", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The value for query filtering.",
"constantName":
"org.apache.camel.component.google.firestore.GoogleFirestoreConstants#QUERY_VALUE"
},
"CamelGoogleFirestoreQueryLimit": { "index": 6, "kind": "header",
"displayName": "", "group": "producer", "label": "producer", "required": false,
"javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The maximum number of documents to
return in a query.", "constantName":
"org.apache.camel.component.google.firestore.GoogleFirestoreConstants#QUERY_LIMIT"
},
"CamelGoogleFirestoreQueryOrderBy": { "index": 7, "kind": "header",
"displayName": "", "group": "producer", "label": "producer", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The field to order the query results
by.", "constantName":
"org.apache.camel.component.google.firestore.GoogleFirestoreConstants#QUERY_ORDER_BY"
},
- "CamelGoogleFirestoreQueryOrderDirection": { "index": 8, "kind": "header",
"displayName": "", "group": "producer", "label": "producer", "required": false,
"javaType": "com.google.cloud.firestore.Query$Direction", "enum": [
"ASCENDING", "DESCENDING" ], "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The direction to order the
query results (ASCENDING or DESCENDING).", "constantName":
"org.apache.camel.component.google.firestore.GoogleFi [...]
+ "CamelGoogleFirestoreQueryOrderDirection": { "index": 8, "kind": "header",
"displayName": "", "group": "producer", "label": "producer", "required": false,
"javaType": "com.google.cloud.firestore.Query$Direction", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
direction to order the query results (ASCENDING or DESCENDING).",
"constantName":
"org.apache.camel.component.google.firestore.GoogleFirestoreConstants#QUERY_ORDER_DIRECTION"
},
"CamelGoogleFirestoreResponseDocumentId": { "index": 9, "kind": "header",
"displayName": "", "group": "consumer", "label": "consumer", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The document ID from the response.",
"constantName":
"org.apache.camel.component.google.firestore.GoogleFirestoreConstants#RESPONSE_DOCUMENT_ID"
},
"CamelGoogleFirestoreResponseDocumentPath": { "index": 10, "kind":
"header", "displayName": "", "group": "consumer", "label": "consumer",
"required": false, "javaType": "String", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
document path from the response.", "constantName":
"org.apache.camel.component.google.firestore.GoogleFirestoreConstants#RESPONSE_DOCUMENT_PATH"
},
"CamelGoogleFirestoreResponseCreateTime": { "index": 11, "kind": "header",
"displayName": "", "group": "consumer", "label": "consumer", "required": false,
"javaType": "com.google.cloud.Timestamp", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false, "description": "The
document create time.", "constantName":
"org.apache.camel.component.google.firestore.GoogleFirestoreConstants#RESPONSE_CREATE_TIME"
},