]
Jeff Mesnil commented on WFCORE-4357:
-------------------------------------
[~ropalka][~jstourac] I've renamed the issue and move it to WFCORE as the change would
have to be done in the codebase.
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.