dangdangdotcom / dubbox

Dubbox now means Dubbo eXtensions, and it adds features like RESTful remoting, Kyro/FST serialization, etc to the Dubbo service framework.
http://dangdangdotcom.github.io/dubbox
Apache License 2.0
4.9k stars 2.06k forks source link

升级基础的jar包 #321

Open WallenHan opened 7 years ago

WallenHan commented 7 years ago

有没有考虑升级依赖中的jar包的可能呢,如果不升级,打个比方,在自己的项目中用的Spring是4.x的 会有影响么?

chengdedeng commented 7 years ago

试试不就知道了吗?spring4已经用了1年多了

在 2017年5月12日,上午10:52,Wallen Han notifications@github.com 写道:

有没有考虑升级依赖中的jar包的可能呢,如果不升级,打个比方,在自己的项目中用的Spring是4.x的 会有影响么?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dangdangdotcom/dubbox/issues/321, or mute the thread https://github.com/notifications/unsubscribe-auth/ACDsDzAoBAgvsebjJnzuiCTb9imlHOhtks5r48l6gaJpZM4NYyG_.

Xiaobaxi commented 7 years ago

@WallenHan Spring4升级了,cxf升级到了3.1.6,都没有什么问题

WallenHan commented 7 years ago

@Xiaobaxi 你是怎么解决 dubbo-admin 在更新了 spring版本的编译问题的,我试了好久一直没解决,希望能得到你的解答。