You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/01/06 16:08:26 UTC

[commons-vfs] branch release updated (388f029 -> 10155cc)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git.


    from 388f029  Bump to next development version
     add 47ef10f  Tweaks.
     add df4bf1c  Add placeholder for next release.
     add fb5a6da  Add missing package level documentation (brief.)
     add 70bf32b  Add download link.
     add f76930e  Clean up tests and simplify assertions #76.
     add 6e15054  [commons-vfs] clean up tests and simplify assertions (#76)
     add 051ab32  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs
     add 86100c7  Add download link.
     add 6e1b4ff  [VFS-750] Fix backwards incompatibility in AbstractFileObject.getInputStream().
     add be7aee3  Update JUnit from 4.12 to 4.13.
     add 1a177aa  Remove trailing white spaces on all lines.
     add fa7133e  [VFS-751] Deprecate org.apache.commons.vfs2.FileUtil for org.apache.commons.vfs2.util.FileObjectUtils.
     add e2aa255  Next release will be 2.6.0.
     add 2c56d10  Next release will be 2.6.0.
     add 8f46712  Prepare for 2.6.0.
     add 10155cc  Update POM version numbers for Apache Commons VFS release 2.6.0

No new revisions were added by this update.

Summary of changes:
 NOTICE.txt                                         |  2 +-
 README.md                                          |  4 +-
 RELEASE-NOTES.txt                                  | 74 +++++++++++++++------
 commons-vfs2-distribution/pom.xml                  |  4 +-
 commons-vfs2-examples/pom.xml                      |  4 +-
 .../org/apache/commons/vfs2/example/Shell.java     |  4 +-
 commons-vfs2-jackrabbit1/pom.xml                   |  2 +-
 .../webdav/test/WebdavVersioningTests.java         | 12 ++--
 commons-vfs2-jackrabbit2/pom.xml                   |  2 +-
 .../webdav4/test/Webdav4VersioningTests.java       | 12 ++--
 commons-vfs2-sandbox/pom.xml                       |  4 +-
 commons-vfs2/pom.xml                               |  4 +-
 .../java/org/apache/commons/vfs2/FileUtil.java     | 27 ++++++--
 .../commons/vfs2/cache/FileSystemAndNameKey.java   |  2 +
 .../org/apache/commons/vfs2/filter}/package.html   |  2 +-
 .../org/apache/commons/vfs2/function}/package.html |  2 +-
 .../org/apache/commons/vfs2/impl/Resource.java     |  4 +-
 .../commons/vfs2/provider/AbstractFileObject.java  | 18 ++++-
 .../commons/vfs2/provider/HostFileNameParser.java  |  8 +--
 .../apache/commons/vfs2/util/FileObjectUtils.java  | 65 +++++++++++++++---
 .../org/apache/commons/AbstractVfsTestCase.java    | 60 +----------------
 .../commons/vfs2/PatternFileSelectorTest.java      | 16 ++---
 .../vfs2/cache/AbstractFilesCacheTestsBase.java    |  2 +-
 .../commons/vfs2/cache/LRUFilesCacheTests.java     |  4 +-
 .../commons/vfs2/cache/NullFilesCacheTests.java    |  2 +-
 .../vfs2/impl/test/DefaultFileMonitorTest.java     | 24 +++----
 .../vfs2/impl/test/VfsClassLoaderTests.java        |  6 +-
 .../vfs2/provider/DefaultFileContentTest.java      |  8 ++-
 .../commons/vfs2/provider/UriParserTestCase.java   |  6 +-
 .../provider/hdfs/test/HdfsFileProviderTest.java   | 10 +--
 .../provider/ram/test/CustomRamProviderTest.java   | 10 +--
 .../vfs2/provider/tar/test/LargeTarTestCase.java   |  3 +-
 .../vfs2/provider/test/FileObjectSortTestCase.java |  6 +-
 .../zip/ZipProviderWithCharsetNullTestCase.java    |  2 +-
 .../vfs2/test/AbstractProviderTestCase.java        | 22 +++----
 .../commons/vfs2/test/AbstractTestSuite.java       |  2 +-
 .../org/apache/commons/vfs2/test/ContentTests.java | 34 +++++-----
 .../org/apache/commons/vfs2/test/NamingTests.java  |  6 +-
 .../apache/commons/vfs2/test/PermissionsTests.java |  2 +-
 .../commons/vfs2/test/ProviderDeleteTests.java     |  6 +-
 .../commons/vfs2/test/ProviderRandomReadTests.java | 28 ++++----
 .../vfs2/test/ProviderRandomSetLengthTests.java    |  2 +-
 .../commons/vfs2/test/ProviderRenameTests.java     | 14 ++--
 .../vfs2/test/ProviderWriteAppendTests.java        |  4 +-
 .../commons/vfs2/test/ProviderWriteTests.java      | 76 +++++++++++-----------
 .../DelegatingFileSystemOptionsBuilderTest.java    |  7 +-
 pom.xml                                            |  8 +--
 src/changes/changes.xml                            | 16 ++++-
 src/changes/release-notes.vm                       | 12 +++-
 src/site/xdoc/download_vfs.xml                     | 26 ++++----
 50 files changed, 380 insertions(+), 300 deletions(-)
 copy {commons-vfs2-jackrabbit1/src/main/java/org/apache/commons/vfs2/provider/webdav => commons-vfs2/src/main/java/org/apache/commons/vfs2/filter}/package.html (91%)
 copy {commons-vfs2-jackrabbit1/src/main/java/org/apache/commons/vfs2/provider/webdav => commons-vfs2/src/main/java/org/apache/commons/vfs2/function}/package.html (93%)