You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: