Skip to content
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

1 #405

Open
wants to merge 46 commits into
base: master
Choose a base branch
from
Open

1 #405

Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
cfd611d
update spring to 4.x and add log4j2 support
Feb 24, 2016
5dd65e3
update FST to lastest version
Feb 25, 2016
3a61a8b
recover dubbo-admin to spring 3.x
Feb 29, 2016
be9b679
change zkclient version to 0.8.1
Feb 29, 2016
688436d
add primitive thrift and hadoop avro support
Mar 6, 2016
5c1a977
add primitive thrift and hadoop avro support
Mar 6, 2016
fa615fb
add primitive thrift and hadoop avro support
Mar 6, 2016
711c6fa
add primitive thrift and hadoop avro support
Mar 6, 2016
d436cab
fix dubbo-admin compile error
Mar 6, 2016
d43e86b
update comment
Mar 6, 2016
67b84c5
update cxf to 3.0.5 (warning: maybe exists bug!)
Mar 24, 2016
8dd6c42
fix dubbo-admin cannot run in spring lastest version
Apr 3, 2016
e049153
bugfix fix hibernate-validator and make zkclient-0.8.1 to zkclient-0.…
xydonne Jun 15, 2016
1bf93b8
Merge pull request #1 from xydonne/yjmyzz-dubbox
yjmyzz Jun 17, 2016
b4f10ab
thrift balance
Aug 25, 2016
00c39d5
fix avro load balance bug
Sep 5, 2016
8404249
fix avro-protocal load balance bug
Sep 5, 2016
53ff79d
add upload-to-nexus config sample
yjmyzz Sep 5, 2016
8535e8d
update zkclient to 0.9
Sep 18, 2016
d0c8a93
update zkclient to 0.9
Sep 18, 2016
9cafeda
grpc
Oct 6, 2016
878b8af
增加grpc的支持
Oct 8, 2016
f2752cc
modify readme
Oct 8, 2016
02bbf68
change readme
Oct 8, 2016
d1a8f0b
change readme
Oct 8, 2016
6f7a94d
grpc
Nov 2, 2016
9238a83
add rpc-grpc protocal
Nov 15, 2016
d8ae6e0
增加grpc 1.0的支持,重写dubbo-demo模块,提供了rest/dubbo/avro/thrift/grpc五种协议的基本示例
Dec 25, 2016
6883598
增加了google-gRPC-1.0.1的支持,重写了dubbo-demo模块,提供了rest/dubbo/avro/thrift/grp…
Dec 25, 2016
31867f4
小修改
Dec 25, 2016
488a1c4
small change
Dec 25, 2016
df60318
版本调整
Dec 25, 2016
07d356e
upload
Dec 25, 2016
93196b0
解决thrift server端并发连接数默认上限50的问题
Mar 11, 2017
8cae323
增加thrift连接超时
Mar 12, 2017
e3ceeab
modify backlog
Mar 12, 2017
83b36bb
路由规则匹配
raoshaoquan Mar 16, 2017
d64e855
thrift TThreadedSelectorServer 服务器
raoshaoquan Mar 16, 2017
2e9f0e4
thrift调整成TThreadedSelectorServer模式
Mar 17, 2017
cf7b207
Merge branch 'master' of https://github.com/yjmyzz/dubbox
Mar 17, 2017
241dcf2
thrift调整成TThreadedSelectorServer模式
Mar 17, 2017
b9e9256
微调
Mar 18, 2017
ab2fc4d
1、升级spring到最新的4.3.7-RELEASE
Mar 18, 2017
e6cad3b
删除默认 MonitorFilter
raoshaoquan Mar 21, 2017
5e58c1c
rest rpc 增加fastjson-provider的支持
Apr 24, 2017
b38180d
ContentType增加GBK编码常量
May 10, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upload
  • Loading branch information
yangjunming committed Dec 25, 2016
commit 07d356e67afc6f01d6d43754f61a10745196b305
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -707,12 +707,6 @@
</developer>
</developers>

<!--mvn deploy -Dmaven.test.skip=true-->
<distributionManagement>
<repository>
<id>9now</id>
<url>http://114.80.88.52:9001/nexus/content/repositories/jichu-snapshots/</url>
</repository>
</distributionManagement>


</project>