You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 for jakarta.validation.constraints.Pattern because of which pattern is not visible in the generated contract file.
related story for javax.validation.constraints.Pattern
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: