]
George Gastaldi updated FORGE-885:
----------------------------------
Status: Closed (was: Pull Request Sent)
Fix Version/s: 2.6.1.Final
(was: 2.x Future)
Resolution: Done
Support Bean Validation 1.1 method constraints in plugins
---------------------------------------------------------
Key: FORGE-885
URL:
https://issues.jboss.org/browse/FORGE-885
Project: Forge
Issue Type: Enhancement
Components: Plugin API
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 2.6.1.Final
It would be nice if we could add support for BV 1.1 in a plugin method, avoiding the need
to manually validate pre-conditions. This should happen after normal @Option validation,
as there is an {{@Option(required=true)}} for example.