-
Notifications
You must be signed in to change notification settings - Fork 862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hessian dependency conflict #338
Comments
4.0.63
4.0.3
|
没理解为啥会有依赖冲突,hession版本可以在你的项目指定版本的 |
sofa-bolt不支持高版本,我需要特地为他降级 |
项目是开源社区共同维护,针对依赖版本问题无法由我个人决定,所以最好是可以互相兼容,不过这个pr合并了后应该没有问题了,我们自行扩展了jackson的实现,请问下有大概的发版日期吗? |
1.6.7 已经发布了,可以用这个版本 |
谢谢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your question
seata 2.0使用了sofa-jraft做raft的集群部署,sofa-jraft使用了bolt做通信,当使用间接使用bolt进行rpc集群间通信时,由于seata所依赖的hessian版本为4.0.63,而sofa-bolt使用的是4.0.3
由于依赖冲突导致了无法正常使用相关功能,并且seata社区后续将会移除不再维护且漏洞较多的hessian,请问bolt社区这方面是否有相关替代产品计划,比如改用kryo,或者fury?
目前seata侧通过实现了个自定义的序列化器来处理该问题,但由于hessian是默认序列化器,在staic方法块中被加载,导致一定会触发异常,请问目前有什么好的办法能解决该问题吗?
Your scenes
describe your use scenes (why need this feature)
Your advice
describe the advice or solution you'd like
Environment
java -version
):uname -a
):The text was updated successfully, but these errors were encountered: