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
I have a field annotated with @Length and I can't find a working example of how to make it work with the 8.0 Release.
Does anyone have a working reference for this?
WARN uk.co.jemos.podam.typeManufacturers.TypeManufacturerUtil -- Please, register AttributeStrategy for custom constraint interface org.hibernate.validator.constraints.Length, in DataProviderStrategy! Value will be left to null
The text was updated successfully, but these errors were encountered:
Sorry for a delay with a reply. We have quite a few tests with @Length annotations. But of course also the field definition is important.
Do you have a sample snippet?
I have a field annotated with
@Length
and I can't find a working example of how to make it work with the 8.0 Release.Does anyone have a working reference for this?
WARN uk.co.jemos.podam.typeManufacturers.TypeManufacturerUtil -- Please, register AttributeStrategy for custom constraint interface org.hibernate.validator.constraints.Length, in DataProviderStrategy! Value will be left to null
The text was updated successfully, but these errors were encountered: