]
George Gastaldi closed FORGE-2440.
----------------------------------
Resolution: Done
AbstractJavaSourceCommand should not depend on CDI
--------------------------------------------------
Key: FORGE-2440
URL:
https://issues.jboss.org/browse/FORGE-2440
Project: Forge
Issue Type: Enhancement
Components: Parsers / File Manipulation
Affects Versions: 2.17.0.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 2.17.1.Final
AbstractJavaSourceCommand uses @Inject for their inputs and ProjectFactory. Should be
refactor to not implement the getProjectFactory() (that's up to the container the
addon implementing a command uses) and use {{UIBuilder.getInputComponentFactory()}}