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 5bfe36ac3 Add tests to SizeFileFilterTest and URIUtilsTest #743
5bfe36ac3 is described below
commit 5bfe36ac3055794cca895a4acd285e9a22da1c27
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 22 08:31:53 2025 -0500
Add tests to SizeFileFilterTest and URIUtilsTest #743
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 293a10575..b651217b4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="add" due-to="Gary Gregory">Add
FileSystemConfigBuilder.getCharset(FileSystemOptions, String).</action>
<action dev="ggregory" type="add" due-to="Gary Gregory">Add
FileSystemConfigBuilder.getCharset(FileSystemOptions, String, Charset).</action>
<action dev="ggregory" type="add" due-to="Gary Gregory">Add
FileObject.close(FileObject).</action>
+ <action dev="ggregory" type="add" due-to="Michael Hausegger">Add tests
to SizeFileFilterTest and URIUtilsTest #743.</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 81 to 92 #715, #721,
#742.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.ftpserver:ftpserver-core from 1.2.0 to 1.2.1.</action>