]
George Gastaldi updated FORGE-2065:
-----------------------------------
Status: Closed (was: Pull Request Sent)
Fix Version/s: 2.12.2.Final
(was: 2.x Future)
Resolution: Done
CDI commands should have implicit setup
---------------------------------------
Key: FORGE-2065
URL:
https://issues.jboss.org/browse/FORGE-2065
Project: Forge
Issue Type: Sub-task
Components: Java EE
Affects Versions: 2.12.0.Final
Reporter: Antonio Goncalves
Assignee: Antonio Goncalves
Fix For: 2.12.2.Final
The following CDI commands still need an explicit {{cdi-setup}}, otherwise they won't
work :
{code}
cdi-new-bean
cdi-new-qualifier
cdi-new-scope
cdi-new-stereotype
{code}
They need to implement {{PrerequisiteCommandsProvider}}