]
Brian Stansberry reassigned WFCORE-3435:
----------------------------------------
Assignee: (was: Jason Greene)
Expose capability/requirements to deployments
---------------------------------------------
Key: WFCORE-3435
URL:
https://issues.jboss.org/browse/WFCORE-3435
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Affects Versions: 3.0.9.Final
Reporter: Bob McWhirter
For WildFly Swarm, we use a fair amount of ServiceActivators in deployments.
Moving to WF11, we have seen some of our dependencies on Service<T>, such as
NamingService.SERVICE_NAME result in deprecation warnings suggesting we move to using
CAPABILITY_NAME. From within a ServiceActivator, within a deployment, this appears to not
be a possibility.
Filed per [~ctomc]