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 5bb72a56 Simplify UriParser #558 5bb72a56 is described below commit 5bb72a560655294effe94d128d00f948e235a79c Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Fri Jul 26 20:44:38 2024 -0400 Simplify UriParser #558 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 544934a4..4815a467 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -197,6 +197,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory"> Fix or address PMD warnings UnnecessaryReturn, UnusedLocalVariable, UnnecessaryFullyQualifiedName, UnnecessaryImport, and so on. </action> + <action type="fix" dev="ggregory" due-to="Arnout Engelen"> + Simplify UriParser #558. + </action> <!-- ADD --> <action type="add" issue="VFS-848" dev="ggregory" due-to="beise, Gary Gregory"> Config option for trailing slash in webdav URI #425.