This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git.
from 61f5ad7 Formatting. new b3a55d4 Sort members. new fcfc067 Reduce thread leaks in tests from 76 to 29. new f527ef0 Remove unused imports. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../src/main/java/org/apache/commons/vfs2/VFS.java | 14 +- .../commons/vfs2/cache/SoftRefFilesCache.java | 208 +++++++++++---------- .../vfs2/impl/DefaultFileSystemManager.java | 14 +- .../provider/local/DefaultLocalFileProvider.java | 1 - .../vfs2/provider/sftp/SftpClientFactory.java | 1 - .../org/apache/commons/AbstractVfsTestCase.java | 161 ++++++++-------- .../commons/vfs2/AbstractProviderTestConfig.java | 29 ++- .../org/apache/commons/vfs2/AbstractTestSuite.java | 89 +++++---- .../org/apache/commons/vfs2/ProviderTestSuite.java | 1 + .../vfs2/cache/DefaultFilesCacheTestCase.java | 2 +- .../commons/vfs2/cache/LRUFilesCacheTestCase.java | 2 +- .../commons/vfs2/cache/NullFilesCacheTestCase.java | 2 +- .../vfs2/cache/SoftRefFilesCacheTestCase.java | 2 +- .../commons/vfs2/cache/SoftRefFilesCacheTests.java | 2 +- .../vfs2/cache/WeakRefFilesCacheTestCase.java | 2 +- .../vfs2/provider/hdfs/HdfsFileProviderTest.java | 1 - .../vfs2/provider/local/LocalProviderTestCase.java | 1 - .../vfs2/provider/url/UrlProviderHttpTestCase.java | 4 +- .../vfs2/provider/zip/FileLockTestCase.java | 1 - 19 files changed, 277 insertions(+), 260 deletions(-)