[jboss-jira] [JBoss JIRA] (WFLY-10577) Undertow subsystem should not depend on clustering code.
Jeff Mesnil (JIRA)
issues at jboss.org
Thu Jun 14 09:13:01 EDT 2018
Jeff Mesnil created WFLY-10577:
----------------------------------
Summary: Undertow subsystem should not depend on clustering code.
Key: WFLY-10577
URL: https://issues.jboss.org/browse/WFLY-10577
Project: WildFly
Issue Type: Bug
Components: Clustering, Web (Undertow)
Reporter: Jeff Mesnil
Assignee: Paul Ferraro
With WFLY-10352, Undertow subsystem now depends on Clustering code for Clustering's abstraction of the new MSC Service API. For example https://github.com/wildfly/wildfly/blob/master/undertow/src/main/java/org/wildfly/extension/undertow/SingleSignOnSessionFactoryServiceConfigurator.java
As far as I can tell, the org.jboss.as.clustering.common module is bundled in servlet-feature-pack just so Undertow extension can access its API.
This is not correct. Undertow should not have to depend on clustering for this kind of abstraction.
Either these abstractions should be provided by Core or they should not be allowed.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list