-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add validation annotations to CleanupConfig (#303)
* Update the version in the POM to 2.1.0-SNAPSHOT * Add dropwizard-validation and jakarta.validation-api as explicit dependencies, since we're using both standard Jakarta annotations and a Dropwizard one * Make all references types @NotNull in CleanupConfig * Make all Duration types @MinDuration of 1 minute * Add a bunch of tests, and enhance the existing test of default values Closes #302
- Loading branch information
1 parent
618fa31
commit 7493b84
Showing
3 changed files
with
101 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters