You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/12/06 12:31:35 UTC

(camel) 01/02: CAMEL-20196 - Deprecate camel-hdfs

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

acosentino pushed a commit to branch CAMEL-20196
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1a7e4281aea2984488500dd2e180f4b2269c4c2d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 6 13:29:43 2023 +0100

    CAMEL-20196 - Deprecate camel-hdfs
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../resources/org/apache/camel/catalog/components/hdfs.json          | 2 +-
 components/camel-hdfs/pom.xml                                        | 2 +-
 .../META-INF/services/org/apache/camel/component.properties          | 2 +-
 .../generated/resources/org/apache/camel/component/hdfs/hdfs.json    | 2 +-
 components/camel-hdfs/src/main/docs/hdfs-component.adoc              | 5 +++--
 5 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
index e35a5998109..498c61582d7 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hdfs.json
@@ -4,7 +4,7 @@
     "name": "hdfs",
     "title": "HDFS",
     "description": "Read and write from\/to an HDFS filesystem using Hadoop 2.x.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.14.0",
     "label": "bigdata,file",
     "javaType": "org.apache.camel.component.hdfs.HdfsComponent",
diff --git a/components/camel-hdfs/pom.xml b/components/camel-hdfs/pom.xml
index 7ab07446559..3c30c9dd3ae 100644
--- a/components/camel-hdfs/pom.xml
+++ b/components/camel-hdfs/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>camel-hdfs</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: HDFS</name>
+    <name>Camel :: HDFS (deprecated)</name>
     <description>Camel HDFS support with Hadoop 3.x libraries</description>
 
     <properties>
diff --git a/components/camel-hdfs/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-hdfs/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 1df53de300d..0b8b46a3193 100644
--- a/components/camel-hdfs/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ b/components/camel-hdfs/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -3,5 +3,5 @@ components=hdfs
 groupId=org.apache.camel
 artifactId=camel-hdfs
 version=4.3.0-SNAPSHOT
-projectName=Camel :: HDFS
+projectName=Camel :: HDFS (deprecated)
 projectDescription=Camel HDFS support with Hadoop 3.x libraries
diff --git a/components/camel-hdfs/src/generated/resources/org/apache/camel/component/hdfs/hdfs.json b/components/camel-hdfs/src/generated/resources/org/apache/camel/component/hdfs/hdfs.json
index e35a5998109..498c61582d7 100644
--- a/components/camel-hdfs/src/generated/resources/org/apache/camel/component/hdfs/hdfs.json
+++ b/components/camel-hdfs/src/generated/resources/org/apache/camel/component/hdfs/hdfs.json
@@ -4,7 +4,7 @@
     "name": "hdfs",
     "title": "HDFS",
     "description": "Read and write from\/to an HDFS filesystem using Hadoop 2.x.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.14.0",
     "label": "bigdata,file",
     "javaType": "org.apache.camel.component.hdfs.HdfsComponent",
diff --git a/components/camel-hdfs/src/main/docs/hdfs-component.adoc b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
index eb0f9ea4f63..407c410655d 100644
--- a/components/camel-hdfs/src/main/docs/hdfs-component.adoc
+++ b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
@@ -1,10 +1,11 @@
-= HDFS Component
+= HDFS Component (deprecated)
 :doctitle: HDFS
 :shortname: hdfs
 :artifactid: camel-hdfs
 :description: Read and write from/to an HDFS filesystem using Hadoop 2.x.
 :since: 2.14
-:supportlevel: Stable
+:supportlevel: Stable-deprecated
+:deprecated: *deprecated*
 :tabs-sync-option:
 :component-header: Both producer and consumer are supported
 //Manually maintained attributes