Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5
-
Component/s: None
-
Labels:None
Description
The indexes aren't being stripped from property names in some cases when looking up ValidationMetadata.
ValidationMetadataProvider.getValidationMetadata(Class, String) has been changed to getValidationMetadata(Class, ParameterName). This way the implementation can be sure it is obtaining a stripped parameter name, or it can have access to all the indexes if it needs it for some reason.