[jboss-jira] [JBoss JIRA] (WFLY-11179) Messaging http-acceptor should expose a capability and use it to control dependencies
Brian Stansberry (Jira)
issues at jboss.org
Mon Oct 15 09:40:01 EDT 2018
Brian Stansberry created WFLY-11179:
---------------------------------------
Summary: Messaging http-acceptor should expose a capability and use it to control dependencies
Key: WFLY-11179
URL: https://issues.jboss.org/browse/WFLY-11179
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Brian Stansberry
Assignee: Jeff Mesnil
An HTTPAcceptor brings some config and classloading deps that can probably be better controlled if a capability were used.
1) Once WFCORE-4166 is done a capability requirement can be used for the required HttpListenerRegistryService, which will help ensure config consistency by making the config links clear.
2) If there are any module dependencies the messaging subsystem module has that are only needed to support an HTTPAcceptor, then those can be made optional, and then the RuntimeCapability.Builder.addAdditionalRequiredPackages method can be used to record the requirement for those optional packages if the new capability is present. (Actually, at a glance it looks like the relevant module deps are already optional, so this bit is about telling Galleon when they are required.)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list