[
https://issues.jboss.org/browse/WFLY-366?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry updated WFLY-366:
----------------------------------
Fix Version/s: 10.0.0.Beta1
(was: 9.0.0.CR2)
I'm moving this to 10.0.0.Beta1 as it's too late for 9.0.0 and 10 Beta1 is the
last 10.0 release for new features. If you don't expect this to be done by early
August, please unschedule or move to 11. If you expect it earlier and one of the
10.0.0.Alpha versions is appropriate, please schedule it for one of those.
Add support for grouping to Infinispan subsystem
------------------------------------------------
Key: WFLY-366
URL:
https://issues.jboss.org/browse/WFLY-366
Project: WildFly
Issue Type: Feature Request
Components: Clustering
Reporter: Martin Gencur
Assignee: Tristan Tarrant
Fix For: 10.0.0.Beta1
Enable setting of groups in Infinispan subsystem. More information about grouping can be
found at
https://docs.jboss.org/author/display/ISPN/The+Grouping+API.
It should be possible to enable it as well as set a grouper class. The following is
respective configuration for standalone Infinispan.
{code:xml}
<clustering>
<hash>
<groups enabled="true">
<grouper class="com.acme.KXGrouper" />
</groups>
</hash>
</clustering>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)