简体   繁体   English

Infinispan 8.2.11 和 Jgroups 3.6.x 兼容性

[英]Infinispan 8.2.11 and Jgroups 3.6.x compatibility

I'm currently using infinispan 8.2.11.Final which depends on jgroups-3.6.7.Final.我目前正在使用依赖于 jgroups-3.6.7.Final 的 infinispan 8.2.11.Final。 Is this version of infinispan compatible with the latest release of jgroups 3.6.x (3.6.19.Final)?这个版本的 infinispan 是否与最新版本的 jgroups 3.6.x (3.6.19.Final) 兼容?

I would like to bring fixes for MERGE3 and CENTRAL_LOCK protocols into my project.我想将 MERGE3 和 CENTRAL_LOCK 协议的修复程序带入我的项目。

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.我认为 JGroups 3.6.9.Final 中有一个非二进制兼容的变化,改变了Request.setListener()的返回类型,这意味着你需要重新编译 Infinispan。

But that's just what I noticed after a quick look, running the test suite may reveal other compatibility problems.但这正是我在快速浏览后注意到的,运行测试套件可能会发现其他兼容性问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM