You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple class that can be used in applications for common SFTP configuration options.
It depends on several Dropwizard classes (Duration and the PortRange validation annotation) but otherwise is generic. Only reason to mention this is that any users would need to include several Dropwizard dependencies (dropwizard-util and dropwizard-validation) if we make no changes. And, since we mainly use it in Dropwizard applications, having the Drowizard Duration is very useful for de-serialization from the YAML config files.
The text was updated successfully, but these errors were encountered:
* Add SftpConfig and test
* Add package-private AppConfiguration, used by the test
* Add YAML and JSON external configuration files, used by the test
Fixes#420
* Add SftpConfig and test
* Add package-private AppConfiguration, used by the test
* Add YAML and JSON external configuration files, used by the test
Fixes#420
A simple class that can be used in applications for common SFTP configuration options.
It depends on several Dropwizard classes (
Duration
and thePortRange
validation annotation) but otherwise is generic. Only reason to mention this is that any users would need to include several Dropwizard dependencies (dropwizard-util
anddropwizard-validation
) if we make no changes. And, since we mainly use it in Dropwizard applications, having the DrowizardDuration
is very useful for de-serialization from the YAML config files.The text was updated successfully, but these errors were encountered: