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 38e3e89 Fix closing the files cache after warning that not all
components have been closed; #165.
new a19631a Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-vfs
38e3e89 is described below
commit 38e3e89638e1d7f7fd27a388a2d14d509deebb28
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 11 10:12:48 2021 -0500
Fix closing the files cache after warning that not all components have
been closed; #165.
---
src/changes/changes.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f13fd5c..0817552 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,10 @@ The <action> type attribute can be add,update,fix,remove.
<release version="2.8.1" date="2021-MM-DD" description="Maintenance
release. Requires Java 8.">
<!-- FIXES -->
<action type="fix" dev="ggregory" due-to="Boris Petrov">
- VFS.close(): Set `instance` to `null` after closing it #163.
+ VFS.close(): Set `instance` to `null` after closing it; #163.
+ </action>
+ <action type="fix" dev="ggregory" due-to="Boris Petrov">
+ Fix closing the files cache after warning that not all components have
been closed; #165.
</action>
</release>
<release version="2.8.0" date="2021-03-06" description="Feature and
maintenance release. Requires Java 8.">