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 2bd0e4e Rework SoftRefFilesCache locking part 1 #158. 2bd0e4e is described below commit 2bd0e4e448fc3bc69d04ce5b0fbf29a79b82b1c0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 28 09:05:33 2021 -0500 Rework SoftRefFilesCache locking part 1 #158. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0f82174..2d2345c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="VFS-794" dev="ggregory" due-to="Gary Gregory" type="fix"> Fix file resource leak in CombinedResources (properties file) which keeps the Commons VFS jar file open. </action> + <action dev="ggregory" due-to="Max Kellermann, Bruno P. Kinoshita, Gary Gregory" type="fix"> + Rework SoftRefFilesCache locking part 1 #158. + </action> <!-- ADDS --> <action dev="ggregory" due-to="Boris Petrov, Gary Gregory" type="add"> Add ability to remove a provider from DefaultFileSystemManager #149.