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 0f69e9a [VFS-444] ResourceFileProvider "res://" failed to obtain FileObject from resolved FileName. 0f69e9a is described below commit 0f69e9aef069cc816a6e4f8b012224e264bdb0ce Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Aug 29 15:23:46 2019 -0400 [VFS-444] ResourceFileProvider "res://" failed to obtain FileObject from resolved FileName. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 603ad78..53e87ff 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,6 +59,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="VFS-727" dev="ggregory" type="fix" due-to="Michiel Hendriks, Gary Gregory"> Prevented creation of singleton file system manager from providers. </action> + <action issue="VFS-444" dev="ggregory" type="update" due-to="Walter Eaves, Xavier Dury, Michiel Hendriks, Gary Gregory"> + ResourceFileProvider "res://" failed to obtain FileObject from resolved FileName. + </action> <action issue="VFS-728" dev="ggregory" type="update" due-to="Gary Gregory"> Update Apache Commons Compress from 1.18 to 1.19. </action>