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

Validate date and id fields #15

Open
jarlehansen opened this issue Nov 5, 2017 · 0 comments
Open

Validate date and id fields #15

jarlehansen opened this issue Nov 5, 2017 · 0 comments
Assignees

Comments

@jarlehansen
Copy link

jarlehansen commented Nov 5, 2017

Fields containing a date should contain information so we can validate the format (for example using bean validation.
Also fields that are ids should contain annotation for null checks (@NotNull).

This will make it possible to do validations in consumer and log informative error messages. Possible to give better exception messages when returning response from cache operations

@jarlehansen jarlehansen self-assigned this Nov 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant