Closed tadlakha9 closed 1 year ago
any update
The current implementation of getting regexp
from the annotation has a simple bug, which is not correctly retrieve regexp
from the Constraint configuration. I could fix this issue.
This fix is not working and i have seen that another ticket is opened for the same issue https://github.com/ePages-de/restdocs-api-spec/issues/257
we have a pattern definition in JSON schema file, but we do not have it in generated contract file.
In the code we have support for
javax.validation.constraints.Pattern
but not forjakarta.validation.constraints.Pattern
because of which pattern is not visible in the generated contract file.related story for
javax.validation.constraints.Pattern