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 ed605db2 [VFS-821] Deprecate FileSelector#traverseDescendents in favor
of traverseDescendants
ed605db2 is described below
commit ed605db21ea9c64631c5b7c39e23d2e26d0b2227
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 16 08:14:27 2022 -0400
[VFS-821] Deprecate FileSelector#traverseDescendents in favor of
traverseDescendants
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f5a43491..34e1d4e8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -132,6 +132,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory">
Add github/codeql-action.
</action>
+ <action issue="VFS-821" type="add" dev="ggregory" due-to="Marc Wrobel,
Gary Gregory">
+ Deprecate FileSelector#traverseDescendents in favor of
traverseDescendants.
+ </action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump actions/cache from 2.1.6 to 3.0.5 #221, #249.