]
Tristan Tarrant updated ISPN-9897:
----------------------------------
Fix Version/s: 10.0.0.Beta1
(was: 10.0.0.Alpha3)
ClusterExecutor shouldn't rely on JGroupsTransport
--------------------------------------------------
Key: ISPN-9897
URL:
https://issues.jboss.org/browse/ISPN-9897
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: William Burns
Assignee: William Burns
Priority: Major
Fix For: 10.0.0.Beta1
Cluster Executor currently uses transport to send messages. However the initial
implementation used JGroupsTransport. Either this was a mistake at the time or enough
classes have been refactored that this is no longer needed and just the Transport class
can be used instead.