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 21131119 JUnit5 assertThrows SftpFileSystemGroupsTests #323 21131119 is described below commit 21131119d05ae99fb72238ec5517e412b36a403c Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sat Nov 26 15:28:53 2022 -0500 JUnit5 assertThrows SftpFileSystemGroupsTests #323 --- 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 7a28cdf9..f842b463 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove. LocalFile.doGetOutputStream(boolean) for an existing file no longer truncates the file. </action> <action type="fix" dev="ggregory" due-to="wodencafe"> - (doc) Update the Javadoc link to not lead to 404. #218. + Update the Javadoc link to not lead to 404. #218. </action> <action type="fix" issue="VFS-810" dev="ggregory" due-to="Jan Aelbrecht, Gary Gregory"> Percent encoded backslashes in authority of URLs aren't allowed for WebDav. @@ -116,6 +116,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Boris Petrov"> AbstractFileObject uses the wrong exception for "cause" #316. </action> + <action type="fix" dev="ggregory" due-to="John Patrick"> + JUnit5 assertThrows SftpFileSystemGroupsTests #323. + </action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Seth Falco"> Add vscode files to gitignore #205.