[
https://issues.jboss.org/browse/FORGE-1447?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-1447.
----------------------------------
Fix Version/s: (was: 2.x Future)
Resolution: Duplicate Issue
Duplicate of FORGE-1393
Rename bean-validation-add-constraint
-------------------------------------
Key: FORGE-1447
URL:
https://issues.jboss.org/browse/FORGE-1447
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.0.0.Beta4
Reporter: Antonio Goncalves
In [FORGE-1394] there is a proposition of renaming {{bean-validation}} commands into
{{constraint}}. It might be clear (e.g. {{NotEmpty}} is not part of Bean Validation but a
proprietary Hibernate Validator) and shorter commands. So instead of :
{code}
bean-validation-setup
bean-validation-add-constraint --property room --constraint NotNull
{code}
We should have
{code}
constraint-setup
constraint-add --property room --constraint NotNull
{code}
And to reflect [FORGE-1446] and [FORGE-944] we should have
{code}
constraint-add --named NotNull --onProperty room
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira