This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 32a3747e756686e8c57607ea502ec60e9c85c2da
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat May 2 21:39:09 2020 +0200

    CAMEL-14998: component docs - Mark newly added artifacts as preview support 
level by default
---
 components/camel-as2/camel-as2-api/pom.xml                        | 1 +
 .../camel/component/azure/storage/blob/azure-storage-blob.json    | 2 +-
 .../src/main/docs/azure-storage-blob-component.adoc               | 2 +-
 .../camel/component/azure/storage/queue/azure-storage-queue.json  | 2 +-
 .../src/main/docs/azure-storage-queue-component.adoc              | 2 +-
 components/camel-box/camel-box-api/pom.xml                        | 2 +-
 .../camel-debezium-common/camel-debezium-common-component/pom.xml | 4 ++++
 .../src/generated/resources/debezium-common.json                  | 1 +
 .../camel-debezium-common/camel-debezium-maven-plugin/pom.xml     | 4 ++++
 .../src/generated/resources/debezium-maven-plugin.json            | 1 +
 .../generated/resources/org/apache/camel/component/djl/djl.json   | 2 +-
 components/camel-djl/src/main/docs/djl-component.adoc             | 2 +-
 components/camel-fhir/camel-fhir-api/pom.xml                      | 2 +-
 components/camel-http-base/pom.xml                                | 4 ++++
 components/camel-http-base/src/generated/resources/http-base.json | 1 +
 components/camel-http-common/pom.xml                              | 1 +
 .../camel-http-common/src/generated/resources/http-common.json    | 1 +
 components/camel-jetty-common/pom.xml                             | 1 +
 .../camel-jetty-common/src/generated/resources/jetty-common.json  | 1 +
 components/camel-olingo2/camel-olingo2-api/pom.xml                | 1 +
 components/camel-olingo4/camel-olingo4-api/pom.xml                | 1 +
 .../camel-olingo4-api/src/generated/resources/olingo4-api.json    | 1 +
 components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml | 1 +
 .../src/generated/resources/salesforce-maven-plugin.json          | 1 +
 components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml | 1 +
 .../src/generated/resources/servicenow-maven-plugin.json          | 1 +
 .../org/apache/camel/component/splunkhec/splunk-hec.json          | 2 +-
 .../camel-splunk-hec/src/main/docs/splunk-hec-component.adoc      | 2 +-
 .../src/generated/resources/undertow-spring-security.json         | 2 +-
 .../src/main/docs/undertow-spring-security.adoc                   | 2 +-
 core/camel-componentdsl/src/generated/resources/metadata.json     | 8 ++++----
 .../modules/ROOT/pages/azure-storage-blob-component.adoc          | 2 +-
 .../modules/ROOT/pages/azure-storage-queue-component.adoc         | 2 +-
 docs/components/modules/ROOT/pages/djl-component.adoc             | 2 +-
 docs/components/modules/ROOT/pages/splunk-hec-component.adoc      | 2 +-
 .../components/modules/others/pages/undertow-spring-security.adoc | 2 +-
 36 files changed, 48 insertions(+), 21 deletions(-)

diff --git a/components/camel-as2/camel-as2-api/pom.xml 
b/components/camel-as2/camel-as2-api/pom.xml
index 0c376a4..c0ed6e0 100644
--- a/components/camel-as2/camel-as2-api/pom.xml
+++ b/components/camel-as2/camel-as2-api/pom.xml
@@ -34,6 +34,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+        <firstVersion>2.22.0</firstVersion>
     </properties>
 
     <dependencies>
diff --git 
a/components/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
 
b/components/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
index e674374..5dad655 100644
--- 
a/components/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
+++ 
b/components/camel-azure-storage-blob/src/generated/resources/org/apache/camel/component/azure/storage/blob/azure-storage-blob.json
@@ -8,7 +8,7 @@
     "firstVersion": "3.3.0",
     "label": "cloud,file",
     "javaType": "org.apache.camel.component.azure.storage.blob.BlobComponent",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-storage-blob",
     "version": "3.3.0-SNAPSHOT",
diff --git 
a/components/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc
 
b/components/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc
index f677a6b..7db8640 100644
--- 
a/components/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc
+++ 
b/components/camel-azure-storage-blob/src/main/docs/azure-storage-blob-component.adoc
@@ -4,7 +4,7 @@
 :artifactId: camel-azure-storage-blob
 :description: Store and retrieve blobs from Azure Storage Blob Service using 
SDK v12.
 :since: 3.3
-:supportLevel: Stable
+:supportLevel: Preview
 :component-header: Both producer and consumer are supported
 
 *Since Camel {since}*
diff --git 
a/components/camel-azure-storage-queue/src/generated/resources/org/apache/camel/component/azure/storage/queue/azure-storage-queue.json
 
b/components/camel-azure-storage-queue/src/generated/resources/org/apache/camel/component/azure/storage/queue/azure-storage-queue.json
index 481fe92..d5f2ea0 100644
--- 
a/components/camel-azure-storage-queue/src/generated/resources/org/apache/camel/component/azure/storage/queue/azure-storage-queue.json
+++ 
b/components/camel-azure-storage-queue/src/generated/resources/org/apache/camel/component/azure/storage/queue/azure-storage-queue.json
@@ -8,7 +8,7 @@
     "firstVersion": "3.3.0",
     "label": "cloud,messaging",
     "javaType": 
"org.apache.camel.component.azure.storage.queue.QueueComponent",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-storage-queue",
     "version": "3.3.0-SNAPSHOT",
diff --git 
a/components/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc
 
b/components/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc
index 3e14cd4..7341fde 100644
--- 
a/components/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc
+++ 
b/components/camel-azure-storage-queue/src/main/docs/azure-storage-queue-component.adoc
@@ -4,7 +4,7 @@
 :artifactId: camel-azure-storage-queue
 :description: The azure-storage-queue component is used for storing and 
retrieving the messages to/from Azure Storage Queue using Azure SDK v12.
 :since: 3.3
-:supportLevel: Stable
+:supportLevel: Preview
 :component-header: Both producer and consumer are supported
 
 *Since Camel {since}*
diff --git a/components/camel-box/camel-box-api/pom.xml 
b/components/camel-box/camel-box-api/pom.xml
index 5d4c37a..dd948e1 100644
--- a/components/camel-box/camel-box-api/pom.xml
+++ b/components/camel-box/camel-box-api/pom.xml
@@ -35,7 +35,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
+        <firstVersion>2.19.0</firstVersion>
         <camel.osgi.import.pkg>
             *
         </camel.osgi.import.pkg>
diff --git 
a/components/camel-debezium-common/camel-debezium-common-component/pom.xml 
b/components/camel-debezium-common/camel-debezium-common-component/pom.xml
index e9534e6..e912a03 100644
--- a/components/camel-debezium-common/camel-debezium-common-component/pom.xml
+++ b/components/camel-debezium-common/camel-debezium-common-component/pom.xml
@@ -31,6 +31,10 @@
     <name>Camel :: Debezium :: Common</name>
     <description>Camel Debezium Common support</description>
 
+    <properties>
+        <firstVersion>3.0.0</firstVersion>
+    </properties>
+
     <dependencies>
         <!-- test -->
         <dependency>
diff --git 
a/components/camel-debezium-common/camel-debezium-common-component/src/generated/resources/debezium-common.json
 
b/components/camel-debezium-common/camel-debezium-common-component/src/generated/resources/debezium-common.json
index c3e55e5..c890b11 100644
--- 
a/components/camel-debezium-common/camel-debezium-common-component/src/generated/resources/debezium-common.json
+++ 
b/components/camel-debezium-common/camel-debezium-common-component/src/generated/resources/debezium-common.json
@@ -5,6 +5,7 @@
     "title": "Debezium Common",
     "description": "Camel Debezium Common support",
     "deprecated": false,
+    "firstVersion": "3.0.0",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-debezium-common",
diff --git 
a/components/camel-debezium-common/camel-debezium-maven-plugin/pom.xml 
b/components/camel-debezium-common/camel-debezium-maven-plugin/pom.xml
index f43a158..2f0abed 100644
--- a/components/camel-debezium-common/camel-debezium-maven-plugin/pom.xml
+++ b/components/camel-debezium-common/camel-debezium-maven-plugin/pom.xml
@@ -33,6 +33,10 @@
     <name>Camel :: Debezium :: Maven plugin</name>
     <description>Camel Debezium Maven plugin</description>
 
+    <properties>
+        <firstVersion>3.0.0</firstVersion>
+    </properties>
+
     <dependencyManagement>
         <dependencies>
             <dependency>
diff --git 
a/components/camel-debezium-common/camel-debezium-maven-plugin/src/generated/resources/debezium-maven-plugin.json
 
b/components/camel-debezium-common/camel-debezium-maven-plugin/src/generated/resources/debezium-maven-plugin.json
index 6398fef..f1eb360 100644
--- 
a/components/camel-debezium-common/camel-debezium-maven-plugin/src/generated/resources/debezium-maven-plugin.json
+++ 
b/components/camel-debezium-common/camel-debezium-maven-plugin/src/generated/resources/debezium-maven-plugin.json
@@ -5,6 +5,7 @@
     "title": "Debezium Maven Plugin",
     "description": "Camel Debezium Maven plugin",
     "deprecated": false,
+    "firstVersion": "3.0.0",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.maven",
     "artifactId": "camel-debezium-maven-plugin",
diff --git 
a/components/camel-djl/src/generated/resources/org/apache/camel/component/djl/djl.json
 
b/components/camel-djl/src/generated/resources/org/apache/camel/component/djl/djl.json
index bf6c977..7785c60 100644
--- 
a/components/camel-djl/src/generated/resources/org/apache/camel/component/djl/djl.json
+++ 
b/components/camel-djl/src/generated/resources/org/apache/camel/component/djl/djl.json
@@ -8,7 +8,7 @@
     "firstVersion": "3.3.0",
     "label": "ai,deeplearning",
     "javaType": "org.apache.camel.component.djl.DJLComponent",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-djl",
     "version": "3.3.0-SNAPSHOT",
diff --git a/components/camel-djl/src/main/docs/djl-component.adoc 
b/components/camel-djl/src/main/docs/djl-component.adoc
index 407c5aa..2edebc5 100644
--- a/components/camel-djl/src/main/docs/djl-component.adoc
+++ b/components/camel-djl/src/main/docs/djl-component.adoc
@@ -4,7 +4,7 @@
 :artifactId: camel-djl
 :description: Infer Deep Learning models from message exchanges data using 
Deep Java Library (DJL).
 :since: 3.3
-:supportLevel: Stable
+:supportLevel: Preview
 :component-header: Only producer is supported
 
 *Since Camel {since}*
diff --git a/components/camel-fhir/camel-fhir-api/pom.xml 
b/components/camel-fhir/camel-fhir-api/pom.xml
index dd09dd7..ad8e6a1 100644
--- a/components/camel-fhir/camel-fhir-api/pom.xml
+++ b/components/camel-fhir/camel-fhir-api/pom.xml
@@ -32,7 +32,7 @@
     <packaging>jar</packaging>
 
     <properties>
-
+        <firstVersion>2.23.0</firstVersion>
     </properties>
 
     <dependencies>
diff --git a/components/camel-http-base/pom.xml 
b/components/camel-http-base/pom.xml
index 0383721..3c04f43 100644
--- a/components/camel-http-base/pom.xml
+++ b/components/camel-http-base/pom.xml
@@ -32,6 +32,10 @@
     <name>Camel :: HTTP :: Base</name>
     <description>Camel HTTP base</description>
 
+    <properties>
+        <firstVersion>3.1.0</firstVersion>
+    </properties>
+
     <dependencies>
 
         <dependency>
diff --git a/components/camel-http-base/src/generated/resources/http-base.json 
b/components/camel-http-base/src/generated/resources/http-base.json
index aa79a76..c213675 100644
--- a/components/camel-http-base/src/generated/resources/http-base.json
+++ b/components/camel-http-base/src/generated/resources/http-base.json
@@ -5,6 +5,7 @@
     "title": "Http Base",
     "description": "Camel HTTP base",
     "deprecated": false,
+    "firstVersion": "3.2.0",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-http-base",
diff --git a/components/camel-http-common/pom.xml 
b/components/camel-http-common/pom.xml
index 7986f6c..9dae913 100644
--- a/components/camel-http-common/pom.xml
+++ b/components/camel-http-common/pom.xml
@@ -37,6 +37,7 @@
             javax.activation.*;version="${javax-activation-version-range}",
             javax.servlet.*;version="${servlet-version-range}"
         </camel.osgi.import.before.defaults>
+        <firstVersion>2.16.0</firstVersion>
     </properties>
 
     <dependencies>
diff --git 
a/components/camel-http-common/src/generated/resources/http-common.json 
b/components/camel-http-common/src/generated/resources/http-common.json
index b48e7f3..9a722cc 100644
--- a/components/camel-http-common/src/generated/resources/http-common.json
+++ b/components/camel-http-common/src/generated/resources/http-common.json
@@ -5,6 +5,7 @@
     "title": "Http Common",
     "description": "Camel HTTP common",
     "deprecated": false,
+    "firstVersion": "2.16.0",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-http-common",
diff --git a/components/camel-jetty-common/pom.xml 
b/components/camel-jetty-common/pom.xml
index 6b10a73..81d2600 100644
--- a/components/camel-jetty-common/pom.xml
+++ b/components/camel-jetty-common/pom.xml
@@ -37,6 +37,7 @@
             org.eclipse.jetty.*;version="[9.4,10)",
             javax.servlet.*;version="${servlet-version-range}"
         </camel.osgi.import.before.defaults>
+        <firstVersion>2.15.0</firstVersion>
     </properties>
 
     <dependencies>
diff --git 
a/components/camel-jetty-common/src/generated/resources/jetty-common.json 
b/components/camel-jetty-common/src/generated/resources/jetty-common.json
index 386f96c..dac14f0 100644
--- a/components/camel-jetty-common/src/generated/resources/jetty-common.json
+++ b/components/camel-jetty-common/src/generated/resources/jetty-common.json
@@ -5,6 +5,7 @@
     "title": "Jetty Common",
     "description": "Camel Jetty 9.x support",
     "deprecated": false,
+    "firstVersion": "2.15.0",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jetty-common",
diff --git a/components/camel-olingo2/camel-olingo2-api/pom.xml 
b/components/camel-olingo2/camel-olingo2-api/pom.xml
index e2f1a28..b0aa05b 100644
--- a/components/camel-olingo2/camel-olingo2-api/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-api/pom.xml
@@ -36,6 +36,7 @@
         <camel.osgi.import.pkg>
             *
         </camel.osgi.import.pkg>
+        <firstVersion>2.14.0</firstVersion>
     </properties>
 
     <dependencies>
diff --git a/components/camel-olingo4/camel-olingo4-api/pom.xml 
b/components/camel-olingo4/camel-olingo4-api/pom.xml
index ee89fd7..854018f 100644
--- a/components/camel-olingo4/camel-olingo4-api/pom.xml
+++ b/components/camel-olingo4/camel-olingo4-api/pom.xml
@@ -36,6 +36,7 @@
         <camel.osgi.import.pkg>
             *
         </camel.osgi.import.pkg>
+        <firstVersion>2.19.0</firstVersion>
     </properties>
 
     <dependencies>
diff --git 
a/components/camel-olingo4/camel-olingo4-api/src/generated/resources/olingo4-api.json
 
b/components/camel-olingo4/camel-olingo4-api/src/generated/resources/olingo4-api.json
index 9b764c2..91fca2a 100644
--- 
a/components/camel-olingo4/camel-olingo4-api/src/generated/resources/olingo4-api.json
+++ 
b/components/camel-olingo4/camel-olingo4-api/src/generated/resources/olingo4-api.json
@@ -5,6 +5,7 @@
     "title": "Olingo4 Api",
     "description": "Camel Olingo4 API",
     "deprecated": false,
+    "firstVersion": "2.19.0",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel",
     "artifactId": "camel-olingo4-api",
diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml 
b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
index 44b96bd..cc29ea5 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -35,6 +35,7 @@
 
     <properties>
         <salesforce.component.root>..</salesforce.component.root>
+        <firstVersion>2.12.0</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git 
a/components/camel-salesforce/camel-salesforce-maven-plugin/src/generated/resources/salesforce-maven-plugin.json
 
b/components/camel-salesforce/camel-salesforce-maven-plugin/src/generated/resources/salesforce-maven-plugin.json
index 70bb877..3590759 100644
--- 
a/components/camel-salesforce/camel-salesforce-maven-plugin/src/generated/resources/salesforce-maven-plugin.json
+++ 
b/components/camel-salesforce/camel-salesforce-maven-plugin/src/generated/resources/salesforce-maven-plugin.json
@@ -5,6 +5,7 @@
     "title": "Salesforce Maven Plugin",
     "description": "Camel Salesforce Maven plugin",
     "deprecated": false,
+    "firstVersion": "2.12.0",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.maven",
     "artifactId": "camel-salesforce-maven-plugin",
diff --git a/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml 
b/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
index aa6e8c3..42d9649 100644
--- a/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
+++ b/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
@@ -35,6 +35,7 @@
 
     <properties>
         <servicenow.component.root>..</servicenow.component.root>
+        <firstVersion>2.18.0</firstVersion>
     </properties>
 
     <dependencyManagement>
diff --git 
a/components/camel-servicenow/camel-servicenow-maven-plugin/src/generated/resources/servicenow-maven-plugin.json
 
b/components/camel-servicenow/camel-servicenow-maven-plugin/src/generated/resources/servicenow-maven-plugin.json
index ac987a4..647dea1 100644
--- 
a/components/camel-servicenow/camel-servicenow-maven-plugin/src/generated/resources/servicenow-maven-plugin.json
+++ 
b/components/camel-servicenow/camel-servicenow-maven-plugin/src/generated/resources/servicenow-maven-plugin.json
@@ -5,6 +5,7 @@
     "title": "Servicenow Maven Plugin",
     "description": "Camel ServiceNow Maven plugin",
     "deprecated": false,
+    "firstVersion": "2.18.0",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.maven",
     "artifactId": "camel-servicenow-maven-plugin",
diff --git 
a/components/camel-splunk-hec/src/generated/resources/org/apache/camel/component/splunkhec/splunk-hec.json
 
b/components/camel-splunk-hec/src/generated/resources/org/apache/camel/component/splunkhec/splunk-hec.json
index 6c8d0f6..a8cde4e 100644
--- 
a/components/camel-splunk-hec/src/generated/resources/org/apache/camel/component/splunkhec/splunk-hec.json
+++ 
b/components/camel-splunk-hec/src/generated/resources/org/apache/camel/component/splunkhec/splunk-hec.json
@@ -8,7 +8,7 @@
     "firstVersion": "3.3.0",
     "label": "log,monitoring",
     "javaType": "org.apache.camel.component.splunkhec.SplunkHECComponent",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-splunk-hec",
     "version": "3.3.0-SNAPSHOT",
diff --git 
a/components/camel-splunk-hec/src/main/docs/splunk-hec-component.adoc 
b/components/camel-splunk-hec/src/main/docs/splunk-hec-component.adoc
index 4f5f263..8b4ed2f 100644
--- a/components/camel-splunk-hec/src/main/docs/splunk-hec-component.adoc
+++ b/components/camel-splunk-hec/src/main/docs/splunk-hec-component.adoc
@@ -4,7 +4,7 @@
 :artifactId: camel-splunk-hec
 :description: The splunk component allows to publish events in Splunk using 
the HTTP Event Collector.
 :since: 3.3
-:supportLevel: Stable
+:supportLevel: Preview
 :component-header: Only producer is supported
 
 *Since Camel {since}*
diff --git 
a/components/camel-undertow-spring-security/src/generated/resources/undertow-spring-security.json
 
b/components/camel-undertow-spring-security/src/generated/resources/undertow-spring-security.json
index f70287f..a4632cb 100644
--- 
a/components/camel-undertow-spring-security/src/generated/resources/undertow-spring-security.json
+++ 
b/components/camel-undertow-spring-security/src/generated/resources/undertow-spring-security.json
@@ -7,7 +7,7 @@
     "deprecated": false,
     "firstVersion": "3.3.0",
     "label": "security",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-undertow-spring-security",
     "version": "3.3.0-SNAPSHOT"
diff --git 
a/components/camel-undertow-spring-security/src/main/docs/undertow-spring-security.adoc
 
b/components/camel-undertow-spring-security/src/main/docs/undertow-spring-security.adoc
index 6d7c484..dfe7487 100644
--- 
a/components/camel-undertow-spring-security/src/main/docs/undertow-spring-security.adoc
+++ 
b/components/camel-undertow-spring-security/src/main/docs/undertow-spring-security.adoc
@@ -4,7 +4,7 @@
 :artifactId: camel-undertow-spring-security
 :description: Spring Security Provider for camel-undertow
 :since: 3.3
-:supportLevel: Stable
+:supportLevel: Preview
 
 *Since Camel {since}*
 
diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json 
b/core/camel-componentdsl/src/generated/resources/metadata.json
index a89c488..9d7fa18 100644
--- a/core/camel-componentdsl/src/generated/resources/metadata.json
+++ b/core/camel-componentdsl/src/generated/resources/metadata.json
@@ -1287,7 +1287,7 @@
     "firstVersion": "3.3.0",
     "label": "cloud,file",
     "javaType": "org.apache.camel.component.azure.storage.blob.BlobComponent",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-storage-blob",
     "version": "3.3.0-SNAPSHOT",
@@ -1309,7 +1309,7 @@
     "firstVersion": "3.3.0",
     "label": "cloud,messaging",
     "javaType": 
"org.apache.camel.component.azure.storage.queue.QueueComponent",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-azure-storage-queue",
     "version": "3.3.0-SNAPSHOT",
@@ -2285,7 +2285,7 @@
     "firstVersion": "3.3.0",
     "label": "ai,deeplearning",
     "javaType": "org.apache.camel.component.djl.DJLComponent",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-djl",
     "version": "3.3.0-SNAPSHOT",
@@ -6644,7 +6644,7 @@
     "firstVersion": "3.3.0",
     "label": "log,monitoring",
     "javaType": "org.apache.camel.component.splunkhec.SplunkHECComponent",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-splunk-hec",
     "version": "3.3.0-SNAPSHOT",
diff --git 
a/docs/components/modules/ROOT/pages/azure-storage-blob-component.adoc 
b/docs/components/modules/ROOT/pages/azure-storage-blob-component.adoc
index fa67ee8..a979f93 100644
--- a/docs/components/modules/ROOT/pages/azure-storage-blob-component.adoc
+++ b/docs/components/modules/ROOT/pages/azure-storage-blob-component.adoc
@@ -6,7 +6,7 @@
 :artifactId: camel-azure-storage-blob
 :description: Store and retrieve blobs from Azure Storage Blob Service using 
SDK v12.
 :since: 3.3
-:supportLevel: Stable
+:supportLevel: Preview
 :component-header: Both producer and consumer are supported
 
 *Since Camel {since}*
diff --git 
a/docs/components/modules/ROOT/pages/azure-storage-queue-component.adoc 
b/docs/components/modules/ROOT/pages/azure-storage-queue-component.adoc
index 249b8be..7783cdd 100644
--- a/docs/components/modules/ROOT/pages/azure-storage-queue-component.adoc
+++ b/docs/components/modules/ROOT/pages/azure-storage-queue-component.adoc
@@ -6,7 +6,7 @@
 :artifactId: camel-azure-storage-queue
 :description: The azure-storage-queue component is used for storing and 
retrieving the messages to/from Azure Storage Queue using Azure SDK v12.
 :since: 3.3
-:supportLevel: Stable
+:supportLevel: Preview
 :component-header: Both producer and consumer are supported
 
 *Since Camel {since}*
diff --git a/docs/components/modules/ROOT/pages/djl-component.adoc 
b/docs/components/modules/ROOT/pages/djl-component.adoc
index c51de28..e9d5bb7 100644
--- a/docs/components/modules/ROOT/pages/djl-component.adoc
+++ b/docs/components/modules/ROOT/pages/djl-component.adoc
@@ -6,7 +6,7 @@
 :artifactId: camel-djl
 :description: Infer Deep Learning models from message exchanges data using 
Deep Java Library (DJL).
 :since: 3.3
-:supportLevel: Stable
+:supportLevel: Preview
 :component-header: Only producer is supported
 
 *Since Camel {since}*
diff --git a/docs/components/modules/ROOT/pages/splunk-hec-component.adoc 
b/docs/components/modules/ROOT/pages/splunk-hec-component.adoc
index 6dd7745..b7293de 100644
--- a/docs/components/modules/ROOT/pages/splunk-hec-component.adoc
+++ b/docs/components/modules/ROOT/pages/splunk-hec-component.adoc
@@ -6,7 +6,7 @@
 :artifactId: camel-splunk-hec
 :description: The splunk component allows to publish events in Splunk using 
the HTTP Event Collector.
 :since: 3.3
-:supportLevel: Stable
+:supportLevel: Preview
 :component-header: Only producer is supported
 
 *Since Camel {since}*
diff --git a/docs/components/modules/others/pages/undertow-spring-security.adoc 
b/docs/components/modules/others/pages/undertow-spring-security.adoc
index 0e1a415..28d62e1 100644
--- a/docs/components/modules/others/pages/undertow-spring-security.adoc
+++ b/docs/components/modules/others/pages/undertow-spring-security.adoc
@@ -6,7 +6,7 @@
 :artifactId: camel-undertow-spring-security
 :description: Spring Security Provider for camel-undertow
 :since: 3.3
-:supportLevel: Stable
+:supportLevel: Preview
 
 *Since Camel {since}*
 

Reply via email to