Issue Type: Bug Bug
Affects Versions: 5.0.0.CR3
Assignee: Unassigned
Components: integration
Created: 17/Mar/13 7:48 AM
Description:

The spec says on ExecutableType.IMPLICIT:

IMPLICIT: if @ValidateOnExecution is on a type (class or interface), then it is equivalent to @ValidateOnExecution not being present;

I'd understand this as that the default executable type (CONSTRUCTORS, NON_GETTER_METHODS) should be validated. But the RI also validates getters if @ValidateOnExecution(type=IMPLICIT) is given on the type declaring a getter.

See: * ExecutableTypesTest.testValidationOfConstrainedGetterWithExecutableTypeIMPLICITOnTypeLevel()

Fix Versions: 5.0.0.CR4
Project: Hibernate Validator
Priority: Major Major
Reporter: Gunnar Morling
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira