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 2019/08/05 09:48:31 UTC

[camel] 07/07: CAMEL-13792 - Rename components to default names, Camel-hdfs2 to camel-hdfs - Removed references in comments

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

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

commit 81cfdb0ebf4fcd391d84275b513fc49beda95478
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 5 11:41:38 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-hdfs2 to camel-hdfs - Removed references in comments
---
 .../src/main/java/org/apache/camel/component/hdfs2/HdfsOsgiHelper.java  | 2 +-
 parent/pom.xml                                                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-hdfs/src/main/java/org/apache/camel/component/hdfs2/HdfsOsgiHelper.java b/components/camel-hdfs/src/main/java/org/apache/camel/component/hdfs2/HdfsOsgiHelper.java
index 15f4e4a..81a57da 100644
--- a/components/camel-hdfs/src/main/java/org/apache/camel/component/hdfs2/HdfsOsgiHelper.java
+++ b/components/camel-hdfs/src/main/java/org/apache/camel/component/hdfs2/HdfsOsgiHelper.java
@@ -38,7 +38,7 @@ public class HdfsOsgiHelper {
      */
     public HdfsOsgiHelper(Map<String, String> fileSystems) {
         try {
-            // get bundle classloader for camel-hdfs2 bundle
+            // get bundle classloader for camel-hdfs bundle
             ClassLoader cl = getClass().getClassLoader();
             Configuration conf = new Configuration();
             // set that as the hdfs configuration's classloader
diff --git a/parent/pom.xml b/parent/pom.xml
index 9bb17eb..08bacbf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -80,7 +80,7 @@
         <avro-version>1.9.0</avro-version>
         <avro-ipc-jetty-version>1.9.0</avro-ipc-jetty-version>
         <avro-ipc-netty-version>1.9.0</avro-ipc-netty-version>
-        <!-- these two avro bundles relates to camel-hdfs2 karaf feature -->
+        <!-- these two avro bundles relates to camel-hdfs karaf feature -->
         <avro-bundle-version>1.8.2_1</avro-bundle-version>
         <awaitility-version>3.1.6</awaitility-version>
         <aws-java-sdk-bundle-version>1.11.595_1</aws-java-sdk-bundle-version>