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 validator for forms and validation annotations to model objects #20

Closed
Eimh opened this issue Mar 10, 2021 · 0 comments · Fixed by #57
Closed

Add validator for forms and validation annotations to model objects #20

Eimh opened this issue Mar 10, 2021 · 0 comments · Fixed by #57
Assignees
Labels
enhancement New feature or request
Projects

Comments

@Eimh
Copy link
Collaborator

Eimh commented Mar 10, 2021

It might be useful to add validators so that we can organize and deliver feedback when constructing invalid objects.

We will need to add the following dependency:

<dependency>
    <groupId>org.hibernate.validator</groupId>
    <artifactId>hibernate-validator</artifactId>
    <version>7.0.0.Final</version>
</dependency>
@Eimh Eimh added the enhancement New feature or request label Mar 10, 2021
@BMelone BMelone self-assigned this Mar 24, 2021
This was referenced Mar 25, 2021
@BMelone BMelone added this to in progress in Project Mar 25, 2021
@BMelone BMelone moved this from in progress to completed in Project Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Project
completed
Development

Successfully merging a pull request may close this issue.

2 participants