-
Notifications
You must be signed in to change notification settings - Fork 490
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
8531 refactor validators #8534
Merged
Merged
8531 refactor validators #8534
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b1d702c - Browse repository at this point
Copy the full SHA b1d702cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b77b7a3 - Browse repository at this point
Copy the full SHA b77b7a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a0364 - Browse repository at this point
Copy the full SHA c1a0364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d82f84 - Browse repository at this point
Copy the full SHA 2d82f84View commit details -
fix(validation): integrate refactored EMailValidator with DatasetFiel…
…dValueValidator IQSS#8503 The context parameter has been removed, need to add the violation message ourselfs. Also adding a true test for email validation.
Configuration menu - View commit details
-
Copy full SHA for 237d5ba - Browse repository at this point
Copy the full SHA 237d5baView commit details -
refactor(validation): simplify ValidateURL IQSS#8531
- Simplify the code for URLValidator - Make it nullsafe - Make allowed schemes configurable from annotation - Rewrite tests to JUnit5, more examples and test with real subject classes - Move message string to validation bundle
Configuration menu - View commit details
-
Copy full SHA for 223d5a2 - Browse repository at this point
Copy the full SHA 223d5a2View commit details -
refactor(validation): cleanup UserNameValidator IQSS#8531
- Reuse existing constraints instead of creating our own validator - Provide programmatic method to use the same from code like OAuth2 etc - Add much more tests, also for actual bean validation
Configuration menu - View commit details
-
Copy full SHA for 85dcbbf - Browse repository at this point
Copy the full SHA 85dcbbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9589d3f - Browse repository at this point
Copy the full SHA 9589d3fView commit details
Commits on Mar 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 43126e1 - Browse repository at this point
Copy the full SHA 43126e1View commit details
Commits on Apr 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f9c326f - Browse repository at this point
Copy the full SHA f9c326fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.