]
Richard Achmatowicz commented on AS7-2883:
------------------------------------------
Pull request:
Replace <alias> elements in infinispan subsystem with single
<aliases> element
------------------------------------------------------------------------------
Key: AS7-2883
URL:
https://issues.jboss.org/browse/AS7-2883
Project: Application Server 7
Issue Type: Enhancement
Components: Clustering
Affects Versions: 7.1.0.Beta1
Reporter: Paul Ferraro
Assignee: Richard Achmatowicz
Priority: Minor
Fix For: 7.1.0.Final
To be consistent with domain configuration conventions, replace the sequence of string
elements:
<cache-container ...>
<alias>alias1</alias>
<alias>alias2</alias>
</cache-container>
with a list element:
<cache-container ...>
<aliases>alias1 alias2</aliases>
</cache-container>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: