Paul Ferraro created WFLY-7882:
----------------------------------
Summary: Refactor JGroups protocol stack creation
Key: WFLY-7882
URL:
https://issues.jboss.org/browse/WFLY-7882
Project: WildFly
Issue Type: Task
Components: Clustering
Affects Versions: 10.1.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Currently, JGroups protocols are represented using a generic resource. This is done so
that the JGroups configurator can create the protocol stack from a generic set of
properties.
This has proven to be very limiting - especially when specific protocols need to reference
specific capabilities. e.g. JDBC-based protocols, security protocols, etc.
These type of protocols should be created programmatically, and have any dependent
capabilities applied directly, instead of via string-based properties.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)