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 b61086a Rework SoftRefFilesCache locking #154.
b61086a is described below
commit b61086af6f6d71fe4dd5242ded8a6696bef7f378
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 5 15:29:47 2021 -0500
Rework SoftRefFilesCache locking #154.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c6f7c10..2ddb9a8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="VFS-785" dev="ggregory" due-to="satish bhor, Michael
Osipov, Gary Gregory" type="fix">
[HTTP4][HTTP5] Credentials conflict when root and proxy hosts are same
name but different ports, #120.
</action>
+ <action dev="ggregory" due-to="Max Kellermann, Gary Gregory, Florent
Guillaume, Bruno P. Kinoshita, Bernd" type="fix">
+ Rework SoftRefFilesCache locking #154.
+ </action>
<!-- ADDS -->
<action dev="ggregory" due-to="Boris Petrov, Gary Gregory" type="add">
Add ability to remove a provider from DefaultFileSystemManager #149.