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 31cc52b1 Bump commons-codec:commons-codec: from 1.15 to 1.16.0
new 7ab04ec2 [impl] Throw a specialized RuntimeException instead of
RuntimeException
new da7c04b9 [ftp] Throw a specialized RuntimeException instead of
RuntimeException
new 18add712 [hdfs] Throw a specialized RuntimeException instead of
RuntimeException
new dc7019b5 [http4] Throw a specialized RuntimeException instead of
RuntimeException
new 974fabbe [http5] Throw a specialized RuntimeException instead of
RuntimeException
new f0ab7c1e [local] Throw a specialized RuntimeException instead of
RuntimeException
new 15441ed0 [zip] Throw a specialized RuntimeException instead of
RuntimeException
new dda67644 [zip] Throw a specialized RuntimeException instead of
RuntimeException
new 14426c16 [provider] Throw a specialized RuntimeException instead of
RuntimeException
new 31f5fa5e [util] Throw a specialized RuntimeException instead of
RuntimeException
new 2228fd51 [filter] Throw a specialized RuntimeException instead of
RuntimeException
new f40b1c7e [impl] Throw a specialized RuntimeException instead of
RuntimeException
new 49fc64ed [hdfs] Throw a specialized RuntimeException instead of
RuntimeException
new 1562bc94 [test] Throw a specialized RuntimeException instead of
RuntimeException
new 3bfae6ab Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-vfs.git
The 15 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:
.../org/apache/commons/vfs2/impl/URLStreamHandlerProxy.java | 4 ++--
.../org/apache/commons/vfs2/provider/AbstractFileObject.java | 3 ++-
.../org/apache/commons/vfs2/provider/AbstractFileSystem.java | 7 ++-----
.../org/apache/commons/vfs2/provider/DefaultURLConnection.java | 7 ++++---
.../apache/commons/vfs2/provider/DefaultURLStreamHandler.java | 3 ++-
.../org/apache/commons/vfs2/provider/ftp/FtpFileObject.java | 3 ++-
.../org/apache/commons/vfs2/provider/hdfs/HdfsFileSystem.java | 3 ++-
.../apache/commons/vfs2/provider/http4/Http4FileSystem.java | 3 ++-
.../apache/commons/vfs2/provider/http5/Http5FileSystem.java | 3 ++-
.../java/org/apache/commons/vfs2/provider/local/LocalFile.java | 10 +++-------
.../org/apache/commons/vfs2/provider/tar/TarFileObject.java | 3 ++-
.../org/apache/commons/vfs2/provider/zip/ZipFileObject.java | 3 ++-
.../main/java/org/apache/commons/vfs2/util/CryptorFactory.java | 2 +-
.../src/test/java/org/apache/commons/vfs2/RunTest.java | 4 ++--
.../java/org/apache/commons/vfs2/filter/BaseFilterTest.java | 5 +++--
.../java/org/apache/commons/vfs2/impl/VfsClassLoaderTests.java | 4 ++--
.../commons/vfs2/provider/hdfs/HdfsFileProviderTest.java | 2 +-
.../commons/vfs2/provider/hdfs/HdfsFileProviderTestCase.java | 3 ++-
18 files changed, 38 insertions(+), 34 deletions(-)