Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SftpConfig #420

Closed
sleberknight opened this issue Nov 6, 2020 · 0 comments · Fixed by #427
Closed

Add SftpConfig #420

sleberknight opened this issue Nov 6, 2020 · 0 comments · Fixed by #427
Assignees
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Milestone

Comments

@sleberknight
Copy link
Member

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.

@sleberknight sleberknight added the new feature A new feature such as a new class, method, package, group of classes, etc. label Nov 6, 2020
@sleberknight sleberknight added this to the 0.15.0 milestone Nov 6, 2020
sleberknight added a commit that referenced this issue Nov 11, 2020
* 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
@sleberknight sleberknight self-assigned this Nov 11, 2020
sleberknight added a commit that referenced this issue Nov 11, 2020
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature such as a new class, method, package, group of classes, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant