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 f3e4835 Javadoc.
new f9dc10c Simpler backward compatibility.
new 643eb50 - [HTTP] Add
HttpFileSystemConfigBuilder.setConnectionTimeout(FileSystemOptions, Duration)
and deprecate Integer version. - [HTTP] Add
HttpFileSystemConfigBuilder.setSoTimeout(FileSystemOptions, Duration) and
deprecate Integer version. - [HTTP] Add
HttpFileSystemConfigBuilder.getConnectionTimeout(FileSystemOptions) and
deprecate Integer version. - [HTTP] Add
HttpFileSystemConfigBuilder.getSoTimeoutDuration(FileSystemOptions) and
deprecate Integer version.
new d0f047a Checkstyle: Let properties files have as long lines.
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:
checkstyle-suppressions.xml | 2 +
.../commons/vfs2/FileSystemConfigBuilder.java | 33 +++++++++-
.../vfs2/provider/ftp/FtpClientFactory.java | 11 ++--
.../provider/ftp/FtpFileSystemConfigBuilder.java | 14 ++--
.../vfs2/provider/http/HttpClientFactory.java | 30 +++++----
.../provider/http/HttpFileSystemConfigBuilder.java | 74 +++++++++++++++++++---
.../util/{ArrayUtils.java => DurationUtils.java} | 20 +++---
.../vfs2/provider/http/HttpProviderTestCase.java | 37 ++++++++---
src/changes/changes.xml | 31 ++++++---
9 files changed, 186 insertions(+), 66 deletions(-)
copy commons-vfs2/src/main/java/org/apache/commons/vfs2/util/{ArrayUtils.java
=> DurationUtils.java} (69%)