]
Kevin Pollet updated SEAMFORGE-322:
-----------------------------------
Status: Closed (was: Pull Request Sent)
Resolution: Done
add-constraint Pattern erronously adds flags to annotation even when
none are defined
-------------------------------------------------------------------------------------
Key: SEAMFORGE-322
URL:
https://issues.jboss.org/browse/SEAMFORGE-322
Project: Seam Forge
Issue Type: Bug
Components: Builtin Plugins
Reporter: Pete Muir
Assignee: Kevin Pollet
It adds @Pattern(message = "must contain only letters and spaces", regexp =
"[A-Za-z ]*", flags = "{}") even when I didn't specify any flags
and also produces an error in the imports -- import
javax.validation.constraints.Pattern$Flag;
--
This message is automatically generated by JIRA.
For more information on JIRA, see: