eclipse-ee4j / eclipse-ee4j/jersey
Bean validation on non getter method is not working
Open
Component: extensions
Priority: Major
Type: Bug
validation
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
On the bean-validation-webapp example, if we rename the phone getter from `getPhone()` to `phone()`, validation is not run anymore on that field. Settings @ValidateOnExecution on that method has no effect.
Am I missing something?
#### Affected Versions
[2.22.2]
Contributor guide
Assessment
This issue has not been assessed yet.