Infinispan 8.2.11 and Jgroups 3.6.x compatibility

105 Views Asked by At

I'm currently using infinispan 8.2.11.Final which depends on jgroups-3.6.7.Final. Is this version of infinispan compatible with the latest release of jgroups 3.6.x (3.6.19.Final)?

I would like to bring fixes for MERGE3 and CENTRAL_LOCK protocols into my project.

1

There are 1 best solutions below

2
On

I think there is a non-binary-compatible change in JGroups 3.6.9.Final, changing the return type of Request.setListener(), which means you need to recompile Infinispan.

But that's just what I noticed after a quick look, running the test suite may reveal other compatibility problems.