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:38 UTC

[camel-spring-boot] branch master updated (9084d31 -> 90da86b)

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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


    from 9084d31  CAMEL-15510: Add camel-vertx-kafka spring boot starter (#243)
     new 14e9cca  Polished
     new 90da86b  CAMEL-15510: Fixed test and regen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components-starter/camel-vertx-kafka-starter/pom.xml                 | 4 ++--
 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 +-
 6 files changed, 19 insertions(+), 7 deletions(-)


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

Posted by da...@apache.org.
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();
     }
 


[camel-spring-boot] 01/02: Polished

Posted by da...@apache.org.
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 14e9cca8a4dc882855098e4c1185b41c2fc02ef1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 7 15:29:24 2020 +0100

    Polished
---
 components-starter/camel-vertx-kafka-starter/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components-starter/camel-vertx-kafka-starter/pom.xml b/components-starter/camel-vertx-kafka-starter/pom.xml
index 35ad7ce..108abb3 100644
--- a/components-starter/camel-vertx-kafka-starter/pom.xml
+++ b/components-starter/camel-vertx-kafka-starter/pom.xml
@@ -26,8 +26,8 @@
   </parent>
   <artifactId>camel-vertx-kafka-starter</artifactId>
   <packaging>jar</packaging>
-  <!--    <name>Camel Spring Boot :: Starters :: Dozer</name>-->
-  <!--    <description>Spring-Boot Starter for Camel Support for the Dozer type conversion framework</description>-->
+  <name>Camel Spring Boot :: Starters :: Vert.x Kafka</name>
+  <description>Spring-Boot Starter for Vert.x Kafka</description>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>