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
The following commit(s) were added to refs/heads/master by this push: new 390dad6 CAMEL-15925: camel-spring-cloud-netflix - Deprecate 390dad6 is described below commit 390dad6065ecce2d58d42c96dcd2148f85245d9e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Dec 7 15:12:24 2020 +0100 CAMEL-15925: camel-spring-cloud-netflix - Deprecate --- core/camel-spring-cloud-netflix/pom.xml | 2 +- .../src/main/docs/spring-cloud-netflix.adoc | 5 ++++- tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/core/camel-spring-cloud-netflix/pom.xml b/core/camel-spring-cloud-netflix/pom.xml index 08eb671..688486c 100644 --- a/core/camel-spring-cloud-netflix/pom.xml +++ b/core/camel-spring-cloud-netflix/pom.xml @@ -28,7 +28,7 @@ <relativePath>..</relativePath> </parent> - <name>Camel SB :: Spring Cloud Netflix</name> + <name>Camel SB :: Spring Cloud Netflix (deprecated)</name> <artifactId>camel-spring-cloud-netflix</artifactId> <description>Camel Cloud integration with Spring Cloud Netflix</description> diff --git a/core/camel-spring-cloud-netflix/src/main/docs/spring-cloud-netflix.adoc b/core/camel-spring-cloud-netflix/src/main/docs/spring-cloud-netflix.adoc index 7ee3d16..2099db9 100644 --- a/core/camel-spring-cloud-netflix/src/main/docs/spring-cloud-netflix.adoc +++ b/core/camel-spring-cloud-netflix/src/main/docs/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/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 7bd7409..66146b9 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -3884,6 +3884,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-vertx-kafka</artifactId> + <version>3.7.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-vertx-websocket</artifactId> <version>3.7.0-SNAPSHOT</version> </dependency>