]
George Gastaldi updated FORGE-885:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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.x Future
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.