You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/16 14:20:23 UTC

[commons-vfs] branch master updated: hadoop-hdfs-client is not set as optional #291

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 238aab3d hadoop-hdfs-client is not set as optional #291
238aab3d is described below

commit 238aab3d9b7aa8efe832376e7a7e8ea73f17f1c1
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Sep 16 10:20:18 2022 -0400

    hadoop-hdfs-client is not set as optional #291
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f3dce70d..867d0d01 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -102,7 +102,7 @@ The <action> type attribute can be add,update,fix,remove.
         SFTP: Memory leak because AbstractFileProvider#findFileSystem.
       </action>
       <action type="fix" dev="ggregory" due-to="Marc Wrobel">
-	    Fix typos #275, #276, #277.
+	Fix typos #275, #276, #277.
       </action>
       <action type="fix" dev="ggregory" due-to="Marc Wrobel">
         Fix links in Javadoc and documentations #284.
@@ -110,6 +110,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Mark van der Walle, Gary Gregory">
         [SFTP] Handle the case where a user does not have any groups #280.
       </action>
+      <action type="fix" dev="ggregory" due-to="ymenager">
+        hadoop-hdfs-client is not set as optional #291.
+      </action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Seth Falco">
         Add vscode files to gitignore #205.