]
Antonio Goncalves reassigned FORGE-2065:
----------------------------------------
Assignee: Antonio Goncalves
CDI commands should have implicit setup
---------------------------------------
Key: FORGE-2065
URL:
https://issues.jboss.org/browse/FORGE-2065
Project: Forge
Issue Type: Enhancement
Components: Java EE
Affects Versions: 2.12.0.Final
Reporter: Antonio Goncalves
Assignee: Antonio Goncalves
Fix For: 2.x Future
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}}