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 2085cff16be5dc87fe0d4f9416b5ff801becd20e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Apr 8 10:29:35 2020 +0200

    CAMEL-14816: reactive executor vertx is experimental.
---
 components/camel-reactive-executor-vertx/pom.xml                         | 1 +
 .../src/generated/resources/reactive-executor-vertx.json                 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/components/camel-reactive-executor-vertx/pom.xml 
b/components/camel-reactive-executor-vertx/pom.xml
index ee822e5..46c9204 100644
--- a/components/camel-reactive-executor-vertx/pom.xml
+++ b/components/camel-reactive-executor-vertx/pom.xml
@@ -35,6 +35,7 @@
         <firstVersion>3.0.0</firstVersion>
         <label>reactive</label>
         <title>Reactive Executor Vert.x</title>
+        <supportLevel>experimental</supportLevel>
     </properties>
 
     <dependencies>
diff --git 
a/components/camel-reactive-executor-vertx/src/generated/resources/reactive-executor-vertx.json
 
b/components/camel-reactive-executor-vertx/src/generated/resources/reactive-executor-vertx.json
index a942efb..08972d9 100644
--- 
a/components/camel-reactive-executor-vertx/src/generated/resources/reactive-executor-vertx.json
+++ 
b/components/camel-reactive-executor-vertx/src/generated/resources/reactive-executor-vertx.json
@@ -7,6 +7,7 @@
     "deprecated": false,
     "firstVersion": "3.0.0",
     "label": "reactive",
+    "supportLevel": "Experimental",
     "groupId": "org.apache.camel",
     "artifactId": "camel-reactive-executor-vertx",
     "version": "3.3.0-SNAPSHOT"

Reply via email to