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 83f5032 [VFS-733 ]Parent layer of ZipFileSystem set to null through OnCallRefreshFileObject and DecoratedFileObject.refresh(). 83f5032 is described below commit 83f5032263508d446b20a0f6c6cbecd7fe4a8adc Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Oct 7 11:46:36 2019 -0400 [VFS-733 ]Parent layer of ZipFileSystem set to null through OnCallRefreshFileObject and DecoratedFileObject.refresh(). --- .../main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java | 2 -- src/changes/changes.xml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java index 8132328..6f538e5 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileSystem.java @@ -123,8 +123,6 @@ public abstract class AbstractFileSystem extends AbstractVfsComponent implements @Override public void close() { closeCommunicationLink(); - - parentLayer = null; } /** diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4667c07..6ec8a51 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -89,6 +89,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="VFS-737" dev="ggregory" type="add" due-to="Gary Gregory"> Update Hadoop from 3.2.0 to 3.2.1. </action> + <action issue="VFS-733" dev="ggregory" type="fix" due-to="Falco, Gary Gregory, Bruno P. Kinoshita"> + Parent layer of ZipFileSystem set to null through OnCallRefreshFileObject and DecoratedFileObject.refresh(). + </action> </release> <release version="2.4.1" date="2019-08-10" description="Bug fix release."> <action issue="VFS-725" dev="ggregory" type="fix" due-to="Gary Gregory">