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 5fd06a5 Prepare for 2.5.0.
5fd06a5 is described below
commit 5fd06a597b8dfe4da2fec8890221365ab934e887
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 24 22:07:09 2019 -0500
Prepare for 2.5.0.
---
RELEASE-NOTES.txt | 4 ++--
src/changes/changes.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index b79de2d..66b264e 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -14,11 +14,11 @@ New features:
o VFS-734: Add functional interface
org.apache.commons.vfs2.function.VfsConsumer. Thanks to Gary Gregory.
o VFS-735: Add org.apache.commons.vfs2.FileSystemManager.close() via
AutoCloseable. Thanks to Gary Gregory.
o VFS-736: Add org.apache.commons.vfs2.VFS.reset(). Thanks to Gary Gregory.
-o VFS-738: Deprecate org.apache.commons.vfs2.FileChangeEvent.getFile() in
favor of getFileObject(). Thanks to Gary Gregory.
o VFS-742: Add org.apache.commons.vfs2.FileContent.isEmpty(). Thanks to Gary
Gregory.
o VFS-743: Add
org.apache.commons.vfs2.provider.compressed.CompressedFileFileObject.SIZE_UNDEFINED.
Thanks to Gary Gregory.
o VFS-687: Add http5 and http5s providers (#74) Thanks to Woonsan Ko, Gary
Gregory.
o VFS-686: Add webdav4 provider based on the latest Jackrabbit 2.x #52.
Thanks to Woonsan Ko, Gary Gregory.
+o VFS-738: Deprecate org.apache.commons.vfs2.FileChangeEvent.getFile() in
favor of getFileObject(). Thanks to Gary Gregory.
Fixed Bugs:
o VFS-741: FileObject#getChildren allows listing of files with known scheme
prefix (generalizes VFS-398).
@@ -30,10 +30,10 @@ o VFS-739: Changes to parseUri breaks backward
compatibility by throwing NullPo
o VFS-744: org.apache.commons.vfs2.FileContent.getByteArray() can throw
NegativeArraySizeException for BZip2 files. Thanks to Gary Gregory.
o VFS-590: SFTP moveTo operation might fail on permission checks even if the
operation itself might succeed. #75. Thanks to L, Alex Pearce, Gary Gregory.
o VFS-617: SFTP isReadable fails if unable to determine group identity. #75.
Thanks to Tim Nickels, Joshua Woods, David Johansson, Bernd Eckenfels, Len, Nim
Lhûg, Vineet Tyagi, Gopal Warawate, Alex Pearce, Gary Gregory.
+o VFS-444: ResourceFileProvider "res://" failed to obtain FileObject from
resolved FileName. Thanks to Walter Eaves, Xavier Dury, Michiel Hendriks, Gary
Gregory.
Changes:
o VFS-737: Update Hadoop from 3.2.0 to 3.2.1. Thanks to Gary Gregory.
-o VFS-444: ResourceFileProvider "res://" failed to obtain FileObject from
resolved FileName. Thanks to Walter Eaves, Xavier Dury, Michiel Hendriks, Gary
Gregory.
o VFS-728: Update Apache Commons Compress from 1.18 to 1.19. Thanks to Gary
Gregory.
o VFS-729: Upgrade Hadoop to 2.7.4 or later; will use current 3.2.0. Thanks
to Michiel Hendriks, Gary Gregory.
o VFS-731: Update org.apache.httpcomponents:httpclient from 4.5.9 to 4.5.10.
Thanks to Gary Gregory.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a4d862d..4539824 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@ 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">
+ <action issue="VFS-444" dev="ggregory" type="fix" 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">