]
Jeff Mesnil moved WFLY-11810 to WFCORE-4357:
--------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-4357 (was: WFLY-11810)
Component/s: Management
(was: MSC)
Affects Version/s: (was: 16.0.0.Final)
Support new MSC Service API for deployment dependency
-----------------------------------------------------
Key: WFCORE-4357
URL:
https://issues.jboss.org/browse/WFCORE-4357
Project: WildFly Core
Issue Type: Bug
Components: Management
Reporter: Jan Stourac
Assignee: Jeff Mesnil
Priority: Major
When org.jboss.as.server.deployment.DeploymentPhaseContextImpl#addDeploymentDependency is
used, it is expecting the service to be old-API org.jboss.msc.service.Service and use its
getValue() method.
This needs to be fixed so that using new MSC Service API works too.