You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/12/07 14:36:40 UTC

[camel-spring-boot] 02/02: CAMEL-15510: Fixed test and regen

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-spring-boot.git

commit 90da86bac2ad2d115425d01466e2abff2b00eca7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 7 15:36:22 2020 +0100

    CAMEL-15510: Fixed test and regen
---
 docs/modules/ROOT/pages/spring-cloud-consul.adoc                     | 5 ++++-
 docs/modules/ROOT/pages/spring-cloud-netflix.adoc                    | 5 ++++-
 docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc                  | 5 ++++-
 docs/modules/ROOT/pages/spring-cloud.adoc                            | 5 ++++-
 .../java/org/apache/camel/itest/springboot/CamelVertxKafkaTest.java  | 2 +-
 5 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/docs/modules/ROOT/pages/spring-cloud-consul.adoc b/docs/modules/ROOT/pages/spring-cloud-consul.adoc
index 23d6896..a491950 100644
--- a/docs/modules/ROOT/pages/spring-cloud-consul.adoc
+++ b/docs/modules/ROOT/pages/spring-cloud-consul.adoc
@@ -1,3 +1,6 @@
-= Spring Cloud Consul
+= Spring Cloud Consul (deprecated)
+:since: 2.22
+:supportLevel: Stable-deprecated
+:deprecated: *deprecated*
 
 *Since Camel 2.22*
diff --git a/docs/modules/ROOT/pages/spring-cloud-netflix.adoc b/docs/modules/ROOT/pages/spring-cloud-netflix.adoc
index 7ee3d16..2099db9 100644
--- a/docs/modules/ROOT/pages/spring-cloud-netflix.adoc
+++ b/docs/modules/ROOT/pages/spring-cloud-netflix.adoc
@@ -1,4 +1,7 @@
-= Spring Cloud Netflix
+= Spring Cloud Netflix (deprecated)
+:since: 2.19
+:supportLevel: Stable-deprecated
+:deprecated: *deprecated*
 
 *Since Camel 2.19*
 
diff --git a/docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc b/docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc
index cd8efbf..cc726ff 100644
--- a/docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc
+++ b/docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc
@@ -1,3 +1,6 @@
-= Spring Cloud Zookeeper
+= Spring Cloud Zookeeper (deprecated)
+:since: 2.22
+:supportLevel: Stable-deprecated
+:deprecated: *deprecated*
 
 *Since Camel 2.22*
diff --git a/docs/modules/ROOT/pages/spring-cloud.adoc b/docs/modules/ROOT/pages/spring-cloud.adoc
index d4b8f4d..f8c9418 100644
--- a/docs/modules/ROOT/pages/spring-cloud.adoc
+++ b/docs/modules/ROOT/pages/spring-cloud.adoc
@@ -1,5 +1,8 @@
 [[SpringCloud-SpringCloud]]
-= Spring Cloud
+= Spring Cloud (deprecated)
+:since: 2.19
+:supportLevel: Stable-deprecated
+:deprecated: *deprecated*
 
 *Since Camel 2.19*
 
diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelVertxKafkaTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelVertxKafkaTest.java
index 4a6e94f..f71409f 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelVertxKafkaTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelVertxKafkaTest.java
@@ -34,7 +34,7 @@ public class CamelVertxKafkaTest extends AbstractSpringBootTestSupport {
 
     public static ITestConfig createTestConfig() {
         return new ITestConfigBuilder()
-                .module(inferModuleName(CamelAzureEventhubsTest.class))
+                .module(inferModuleName(CamelVertxKafkaTest.class))
                 .build();
     }