eclipse-ee4j / eclipse-ee4j/jersey
Bean validation on variable field is not working if a method with the same name exist
Open
Component: extensions
Priority: Major
Type: Bug
- 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 getter `getEmail()` to `email()`, the @Email validation which exists on the `email` **field** is not working anymore!
#### Affected Versions
[2.22.2]
Contributor guide
Assessment
This issue has not been assessed yet.