This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch firstVersion-azure-func-google-firestore in repository https://gitbox.apache.org/repos/asf/camel.git
commit ca5b04bbe2e56db12e43c3326a1900ba23884610 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Feb 18 09:37:55 2026 +0100 First version for azure functions and google firestore is 4.19.0 Signed-off-by: Andrea Cosentino <[email protected]> --- .../resources/org/apache/camel/catalog/components/azure-functions.json | 2 +- .../resources/org/apache/camel/catalog/components/google-firestore.json | 2 +- .../org/apache/camel/component/azure/functions/azure-functions.json | 2 +- .../camel-azure-functions/src/main/docs/azure-functions-component.adoc | 2 +- .../org/apache/camel/component/azure/functions/FunctionsEndpoint.java | 2 +- .../org/apache/camel/component/google/firestore/google-firestore.json | 2 +- .../src/main/docs/google-firestore-component.adoc | 2 +- .../camel/component/google/firestore/GoogleFirestoreEndpoint.java | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-functions.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-functions.json index 53307645f66e..1273635b3496 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-functions.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/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/src/generated/resources/org/apache/camel/catalog/components/google-firestore.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-firestore.json index 4b8156bd35de..1e326a0c2a2a 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-firestore.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/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", diff --git a/components/camel-azure/camel-azure-functions/src/generated/resources/META-INF/org/apache/camel/component/azure/functions/azure-functions.json b/components/camel-azure/camel-azure-functions/src/generated/resources/META-INF/org/apache/camel/component/azure/functions/azure-functions.json index 53307645f66e..1273635b3496 100644 --- a/components/camel-azure/camel-azure-functions/src/generated/resources/META-INF/org/apache/camel/component/azure/functions/azure-functions.json +++ b/components/camel-azure/camel-azure-functions/src/generated/resources/META-INF/org/apache/camel/component/azure/functions/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/components/camel-azure/camel-azure-functions/src/main/docs/azure-functions-component.adoc b/components/camel-azure/camel-azure-functions/src/main/docs/azure-functions-component.adoc index 6cf5999df822..420d681b848e 100644 --- a/components/camel-azure/camel-azure-functions/src/main/docs/azure-functions-component.adoc +++ b/components/camel-azure/camel-azure-functions/src/main/docs/azure-functions-component.adoc @@ -3,7 +3,7 @@ :shortname: azure-functions :artifactid: camel-azure-functions :description: Invoke and manage Azure Functions. -:since: 4.18 +:since: 4.19 :supportlevel: Preview :tabs-sync-option: :component-header: Only producer is supported diff --git a/components/camel-azure/camel-azure-functions/src/main/java/org/apache/camel/component/azure/functions/FunctionsEndpoint.java b/components/camel-azure/camel-azure-functions/src/main/java/org/apache/camel/component/azure/functions/FunctionsEndpoint.java index 8abc25399f60..0f4305da578b 100644 --- a/components/camel-azure/camel-azure-functions/src/main/java/org/apache/camel/component/azure/functions/FunctionsEndpoint.java +++ b/components/camel-azure/camel-azure-functions/src/main/java/org/apache/camel/component/azure/functions/FunctionsEndpoint.java @@ -34,7 +34,7 @@ import org.apache.camel.util.ObjectHelper; /** * Invoke and manage Azure Functions. */ -@UriEndpoint(firstVersion = "4.18.0", +@UriEndpoint(firstVersion = "4.19.0", scheme = "azure-functions", title = "Azure Functions", syntax = "azure-functions:functionApp/functionName", diff --git a/components/camel-google/camel-google-firestore/src/generated/resources/META-INF/org/apache/camel/component/google/firestore/google-firestore.json b/components/camel-google/camel-google-firestore/src/generated/resources/META-INF/org/apache/camel/component/google/firestore/google-firestore.json index 4b8156bd35de..1e326a0c2a2a 100644 --- a/components/camel-google/camel-google-firestore/src/generated/resources/META-INF/org/apache/camel/component/google/firestore/google-firestore.json +++ b/components/camel-google/camel-google-firestore/src/generated/resources/META-INF/org/apache/camel/component/google/firestore/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", diff --git a/components/camel-google/camel-google-firestore/src/main/docs/google-firestore-component.adoc b/components/camel-google/camel-google-firestore/src/main/docs/google-firestore-component.adoc index c21b6d60affd..599867c22212 100644 --- a/components/camel-google/camel-google-firestore/src/main/docs/google-firestore-component.adoc +++ b/components/camel-google/camel-google-firestore/src/main/docs/google-firestore-component.adoc @@ -3,7 +3,7 @@ :shortname: google-firestore :artifactid: camel-google-firestore :description: Store and retrieve data from Google Cloud Firestore NoSQL database. -:since: 4.18 +:since: 4.19 :supportlevel: Preview :tabs-sync-option: :component-header: Both producer and consumer are supported diff --git a/components/camel-google/camel-google-firestore/src/main/java/org/apache/camel/component/google/firestore/GoogleFirestoreEndpoint.java b/components/camel-google/camel-google-firestore/src/main/java/org/apache/camel/component/google/firestore/GoogleFirestoreEndpoint.java index a0e1a3176d13..8ed09ffd80cc 100644 --- a/components/camel-google/camel-google-firestore/src/main/java/org/apache/camel/component/google/firestore/GoogleFirestoreEndpoint.java +++ b/components/camel-google/camel-google-firestore/src/main/java/org/apache/camel/component/google/firestore/GoogleFirestoreEndpoint.java @@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory; * Google Firestore Endpoint represents a collection within Firestore and contains configuration to customize the * behavior of Consumer and Producer. */ -@UriEndpoint(firstVersion = "4.18.0", scheme = "google-firestore", title = "Google Firestore", +@UriEndpoint(firstVersion = "4.19.0", scheme = "google-firestore", title = "Google Firestore", syntax = "google-firestore:collectionName", category = { Category.CLOUD, Category.DATABASE }, headersClass = GoogleFirestoreConstants.class) public class GoogleFirestoreEndpoint extends ScheduledPollEndpoint implements EndpointServiceLocation {
