]
Paul Ferraro updated WFLY-10577:
--------------------------------
Issue Type: Enhancement (was: Bug)
Undertow subsystem should not depend on clustering code
-------------------------------------------------------
Key: WFLY-10577
URL:
https://issues.jboss.org/browse/WFLY-10577
Project: WildFly
Issue Type: Enhancement
Components: Clustering, Web (Undertow)
Reporter: Jeff Mesnil
Assignee: Paul Ferraro
Priority: Major
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...
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.