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 2021/12/25 14:12:32 UTC

[camel] 01/02: CAMEL-17354: Deprecate a number of components that are not active mantained by 3rd party

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 4385f60e52f4b2fb69eca4e392664133993255f3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Dec 25 14:50:31 2021 +0100

    CAMEL-17354: Deprecate a number of components that are not active mantained by 3rd party
---
 components/camel-beanstalk/pom.xml      | 2 +-
 components/camel-elsql/pom.xml          | 2 +-
 components/camel-etcd/pom.xml           | 2 +-
 components/camel-ganglia/pom.xml        | 2 +-
 components/camel-ipfs/pom.xml           | 2 +-
 components/camel-jing/pom.xml           | 2 +-
 components/camel-leveldb-legacy/pom.xml | 2 +-
 components/camel-msv/pom.xml            | 2 +-
 components/camel-nagios/pom.xml         | 2 +-
 components/camel-nsq/pom.xml            | 2 +-
 components/camel-sip/pom.xml            | 2 +-
 components/camel-soroush/pom.xml        | 2 +-
 components/camel-tagsoup/pom.xml        | 2 +-
 components/camel-yammer/pom.xml         | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/components/camel-beanstalk/pom.xml b/components/camel-beanstalk/pom.xml
index 50522a2..7e585c6 100644
--- a/components/camel-beanstalk/pom.xml
+++ b/components/camel-beanstalk/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>camel-beanstalk</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Beanstalk</name>
+    <name>Camel :: Beanstalk (deprecated)</name>
     <description>Camel Beanstalk component</description>
 
     <properties>
diff --git a/components/camel-elsql/pom.xml b/components/camel-elsql/pom.xml
index 4a692b2..463875a 100644
--- a/components/camel-elsql/pom.xml
+++ b/components/camel-elsql/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>camel-elsql</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: ElSql</name>
+    <name>Camel :: ElSql (deprecated)</name>
     <description>Camel ElSql support</description>
 
     <properties>
diff --git a/components/camel-etcd/pom.xml b/components/camel-etcd/pom.xml
index 32f9bcf..967ea3d 100644
--- a/components/camel-etcd/pom.xml
+++ b/components/camel-etcd/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>camel-etcd</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Etcd</name>
+    <name>Camel :: Etcd (deprecated)</name>
     <description>Camel Etcd support</description>
 
     <dependencies>
diff --git a/components/camel-ganglia/pom.xml b/components/camel-ganglia/pom.xml
index 332dfac..6614222 100644
--- a/components/camel-ganglia/pom.xml
+++ b/components/camel-ganglia/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>camel-ganglia</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Ganglia</name>
+    <name>Camel :: Ganglia (deprecated)</name>
     <description>Camel Ganglia support</description>
 
     <properties>
diff --git a/components/camel-ipfs/pom.xml b/components/camel-ipfs/pom.xml
index f202f07..6ed40aa 100644
--- a/components/camel-ipfs/pom.xml
+++ b/components/camel-ipfs/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>camel-ipfs</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: IPFS</name>
+    <name>Camel :: IPFS (deprecated)</name>
     <description>Camel IPFS support</description>
 
     <properties>
diff --git a/components/camel-jing/pom.xml b/components/camel-jing/pom.xml
index 3e60636..aced670 100644
--- a/components/camel-jing/pom.xml
+++ b/components/camel-jing/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>camel-jing</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Jing</name>
+    <name>Camel :: Jing (deprecated)</name>
     <description>Camel Jing support</description>
 
     <properties>
diff --git a/components/camel-leveldb-legacy/pom.xml b/components/camel-leveldb-legacy/pom.xml
index 47f2d9a..fa44e70 100644
--- a/components/camel-leveldb-legacy/pom.xml
+++ b/components/camel-leveldb-legacy/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>camel-leveldb-legacy</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: LevelDB Legacy</name>
+    <name>Camel :: LevelDB Legacy (deprecated)</name>
     <description>Using LevelDB as persistent EIP store</description>
 
     <properties>
diff --git a/components/camel-msv/pom.xml b/components/camel-msv/pom.xml
index 87ab5b6..e53a409 100644
--- a/components/camel-msv/pom.xml
+++ b/components/camel-msv/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>camel-msv</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: MSV</name>
+    <name>Camel :: MSV (deprecated)</name>
     <description>Camel MSV support</description>
 
     <properties>
diff --git a/components/camel-nagios/pom.xml b/components/camel-nagios/pom.xml
index aa99a2a..1120c86 100644
--- a/components/camel-nagios/pom.xml
+++ b/components/camel-nagios/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>camel-nagios</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Nagios</name>
+    <name>Camel :: Nagios (deprecated)</name>
     <description>Camel Nagios support</description>
 
     <properties>
diff --git a/components/camel-nsq/pom.xml b/components/camel-nsq/pom.xml
index be560f7..a86c7fe 100644
--- a/components/camel-nsq/pom.xml
+++ b/components/camel-nsq/pom.xml
@@ -27,7 +27,7 @@
 
     <artifactId>camel-nsq</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: NSQ</name>
+    <name>Camel :: NSQ (deprecated)</name>
 
     <dependencies>
 
diff --git a/components/camel-sip/pom.xml b/components/camel-sip/pom.xml
index 03edb4d..794ff9a 100644
--- a/components/camel-sip/pom.xml
+++ b/components/camel-sip/pom.xml
@@ -29,7 +29,7 @@
 
     <artifactId>camel-sip</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: SIP</name>
+    <name>Camel :: SIP (deprecated)</name>
     <description>Camel SIP protocol based communication component</description>
 
     <properties>
diff --git a/components/camel-soroush/pom.xml b/components/camel-soroush/pom.xml
index 7a17ad1..bd272c9 100644
--- a/components/camel-soroush/pom.xml
+++ b/components/camel-soroush/pom.xml
@@ -25,7 +25,7 @@
     </parent>
 
     <artifactId>camel-soroush</artifactId>
-    <name>Camel :: Soroush</name>
+    <name>Camel :: Soroush (deprecated)</name>
     <description>Camel Soroush Support</description>
 
     <dependencies>
diff --git a/components/camel-tagsoup/pom.xml b/components/camel-tagsoup/pom.xml
index 3136632..d9d02cd 100644
--- a/components/camel-tagsoup/pom.xml
+++ b/components/camel-tagsoup/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>camel-tagsoup</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: TagSoup</name>
+    <name>Camel :: TagSoup (deprecated)</name>
     <description>Camel TagSoup support</description>
 
     <properties>
diff --git a/components/camel-yammer/pom.xml b/components/camel-yammer/pom.xml
index 5426de2..686b903 100644
--- a/components/camel-yammer/pom.xml
+++ b/components/camel-yammer/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>camel-yammer</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Yammer</name>
+    <name>Camel :: Yammer (deprecated)</name>
     <description>Camel Yammer Component</description>
 
     <properties>