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.89k stars 2.06k forks source link

Dubbox 升级 jedis 2.9 common pool2 jar包 源码修改 #266

Open Johnson-Jia opened 7 years ago

Johnson-Jia commented 7 years ago

在Dubbox 主目录下的 pom.xml 中增加 commons-pool2 jar包,在和dubbo\dubbo-rpc\dubbo-rpc-redis 目录下的pom.xml 中commons-pool修改成commons-pool2 .然后修改RedisProtocol.Java 看附件源码。 RedisProtocol.java.txt 之后修改 dubbo\dubbo-registry\dubbo-registry-redis 目录下的pom.xml 中commons-pool修改成commons-pool2 .然后修改RedisRegistry.Java 看附件源码。 RedisRegistry.java.txt

有问题 请联系johnson_jia@163.com