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 cec946a2 AbstractFileObject uses the wrong exception for "cause" #316 cec946a2 is described below commit cec946a292741283047a3ab982f729a5e455c8e1 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Thu Oct 13 07:59:17 2022 -0400 AbstractFileObject uses the wrong exception for "cause" #316 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bb1e498b..5bd24a30 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -113,6 +113,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="ymenager"> hadoop-hdfs-client is not set as optional #291. </action> + <action type="fix" dev="ggregory" due-to="Boris Petrov"> + AbstractFileObject uses the wrong exception for "cause" #316. + </action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Seth Falco"> Add vscode files to gitignore #205.