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 40f1a94 Refactor and add tests to support main side of PR https://github.com/apache/commons-vfs/pull/82 new 4e35c2b Sort members. new a310850 Simplify. new d890162 Better internal name. new 14d8996 Normalize to US English spelling. new c430213 Normalize to US English spelling. new eed3944 Better internal name. The 6 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: .../vfs2/impl/DefaultFileSystemManager.java | 2 +- .../vfs2/impl/PrivilegedFileReplicator.java | 2 +- .../vfs2/provider/AbstractFileProvider.java | 2 +- .../provider/AbstractOriginatingFileProvider.java | 2 +- .../vfs2/provider/AbstractVfsContainer.java | 2 +- .../vfs2/provider/ftp/FtpClientFactory.java | 148 ++++++++++---------- .../vfs2/provider/ftp/FtpFileNameParser.java | 8 +- .../commons/vfs2/provider/ftp/FtpFileObject.java | 39 +++--- .../commons/vfs2/provider/ftp/FtpFileProvider.java | 8 +- .../commons/vfs2/provider/ftp/FtpFileSystem.java | 56 ++++---- .../provider/ftp/FtpFileSystemConfigBuilder.java | 150 ++++++++++----------- .../vfs2/provider/ftp/FtpRandomAccessContent.java | 64 ++++----- 12 files changed, 239 insertions(+), 244 deletions(-)