[jboss-jira] [JBoss JIRA] (WFLY-11179) Messaging http-acceptor should expose a capability and use it to control dependencies
James Perkins (Jira)
issues at jboss.org
Tue Dec 11 12:41:01 EST 2018
[ https://issues.jboss.org/browse/WFLY-11179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated WFLY-11179:
---------------------------------
Fix Version/s: 15.0.0.Final
> 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: ehsavoie Hugonnet
> Priority: Major
> Fix For: 15.0.0.Beta1, 15.0.0.Final
>
>
> 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