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:24:01 UTC

[camel-spring-boot] branch master updated: CAMEL-15925: Deprecate all of camel-spring-cloud as its some old cruft that is not maintained and causes pain problems to upgrade SB and modern cloud with k8s, aws, azure etc is not done using these old java cloud tech stuff.

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 921e72c  CAMEL-15925: Deprecate all of camel-spring-cloud as its some old cruft that is not maintained and causes pain problems to upgrade SB and modern cloud with k8s, aws, azure etc is not done using these old java cloud tech stuff.
921e72c is described below

commit 921e72ca764c3dfd9281e1bb585fd2b31eb10d17
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 7 15:21:49 2020 +0100

    CAMEL-15925: Deprecate all of camel-spring-cloud as its some old cruft that is not maintained and causes pain problems to upgrade SB and modern cloud with k8s, aws, azure etc is not done using these old java cloud tech stuff.
---
 core/camel-spring-cloud-consul/pom.xml                               | 2 +-
 .../camel-spring-cloud-consul/src/main/docs/spring-cloud-consul.adoc | 5 ++++-
 core/camel-spring-cloud-zookeeper/pom.xml                            | 2 +-
 .../src/main/docs/spring-cloud-zookeeper.adoc                        | 5 ++++-
 core/camel-spring-cloud/pom.xml                                      | 2 +-
 core/camel-spring-cloud/src/main/docs/spring-cloud.adoc              | 5 ++++-
 6 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/core/camel-spring-cloud-consul/pom.xml b/core/camel-spring-cloud-consul/pom.xml
index 7891a71..23da7b0 100644
--- a/core/camel-spring-cloud-consul/pom.xml
+++ b/core/camel-spring-cloud-consul/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>..</relativePath>
     </parent>
 
-    <name>Camel SB :: Spring Cloud Consul</name>
+    <name>Camel SB :: Spring Cloud Consul (deprecated)</name>
     <artifactId>camel-spring-cloud-consul</artifactId>
     <description>Camel Cloud integration with Spring Cloud Consul</description>
 
diff --git a/core/camel-spring-cloud-consul/src/main/docs/spring-cloud-consul.adoc b/core/camel-spring-cloud-consul/src/main/docs/spring-cloud-consul.adoc
index 23d6896..a491950 100644
--- a/core/camel-spring-cloud-consul/src/main/docs/spring-cloud-consul.adoc
+++ b/core/camel-spring-cloud-consul/src/main/docs/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/core/camel-spring-cloud-zookeeper/pom.xml b/core/camel-spring-cloud-zookeeper/pom.xml
index d2cfd14..8da72f7 100644
--- a/core/camel-spring-cloud-zookeeper/pom.xml
+++ b/core/camel-spring-cloud-zookeeper/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>..</relativePath>
     </parent>
 
-    <name>Camel SB :: Spring Cloud Zookeeper</name>
+    <name>Camel SB :: Spring Cloud Zookeeper (deprecated)</name>
     <artifactId>camel-spring-cloud-zookeeper</artifactId>
     <description>Camel Cloud integration with Spring Cloud Zookeeper</description>
 
diff --git a/core/camel-spring-cloud-zookeeper/src/main/docs/spring-cloud-zookeeper.adoc b/core/camel-spring-cloud-zookeeper/src/main/docs/spring-cloud-zookeeper.adoc
index cd8efbf..cc726ff 100644
--- a/core/camel-spring-cloud-zookeeper/src/main/docs/spring-cloud-zookeeper.adoc
+++ b/core/camel-spring-cloud-zookeeper/src/main/docs/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/core/camel-spring-cloud/pom.xml b/core/camel-spring-cloud/pom.xml
index a56f58d..31f890e 100644
--- a/core/camel-spring-cloud/pom.xml
+++ b/core/camel-spring-cloud/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>..</relativePath>
     </parent>
 
-    <name>Camel SB :: Spring Cloud</name>
+    <name>Camel SB :: Spring Cloud (deprecated)</name>
     <artifactId>camel-spring-cloud</artifactId>
     <description>Camel Cloud integration with Spring Cloud</description>
 
diff --git a/core/camel-spring-cloud/src/main/docs/spring-cloud.adoc b/core/camel-spring-cloud/src/main/docs/spring-cloud.adoc
index d4b8f4d..f8c9418 100644
--- a/core/camel-spring-cloud/src/main/docs/spring-cloud.adoc
+++ b/core/camel-spring-cloud/src/main/docs/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*