commons-vfs
commons-vfs copied to clipboard
Apache Commons VFS
The hadoop-hdfs-client dependency isn't optional (and brings a whole bunch of dependencies in). Since all the other hadoop dependencies (hadoop-common, hadoop-hdfs, etc) are optional I assume this was an oversight,...
Bumps [mina-core](https://github.com/apache/mina) from 2.1.6 to 2.2.1. Commits 023fdeb [maven-release-plugin] prepare release 2.2.1 085b0e6 [maven-release-plugin] rollback the release of 2.2.1 24a7ab2 [maven-release-plugin] prepare for next development iteration 03b8bf5 [maven-release-plugin] prepare release...
Bumps [sshd-core](https://github.com/apache/mina-sshd) from 0.8.0 to 2.9.0. Changelog Sourced from sshd-core's changelog. Version 2.1.0 to 2.2.0 Version 2.2.0 to 2.3.0 Version 2.3.0 to 2.4.0 Version 2.4.0 to 2.5.0 Version 2.5.0 to...
Bumps [ftpserver-core](https://github.com/apache/mina-ftpserver) from 1.1.2 to 1.2.0. Commits 9a5836c [maven-release-plugin] prepare release 1.2.0 7bd7bda Added the source definition in maven-javadoc-plugin to pass with Java 8 312c573 Use 1.8 instead of 1.7...
I think this is a good default. Most providers won't do anything different than this. I guess? @garydgregory thoughts?
To reduce lock contention. doGetType() does not need to be protected, but does synchronous I/O and can run for a long time (if the NFS server is slow to respond)....
Some tests are failed when running with root. This is a fix for them.
If the permission of a file is 000 the user root can read and write, but not execute the file. If the permission of the file is 600 and the...
Closes [VFS-746](https://issues.apache.org/jira/browse/VFS-746): Add Automatic-Module-Name to MANIFEST.MF
This PR is to change the currently using zip dependency from `java.util.zip` to `Commons Compress`. Including these changes : 1. The `JarFIleObject` no longer extends from `ZipFileObject`, and the `JarFileSystem`...