ken.lj
e3e5460e4e
FutureAdapter depends on AsyncRpcResult ( #4471 )
...
#4471
2019-07-05 17:30:53 +08:00
ken.lj
f456745423
Fix url generated from ConfigCenterConfig missed 'config.' prefix ( #4411 )
...
* fix url generated from ConfigCenterConfig missed 'config.' prefix
* remove useKeyAsParameter=false
* fix ut
* remove unused imports
2019-07-05 09:27:20 +08:00
cvictory
2497dcf192
make metadata key contain : when version and group is empty ( #4465 )
2019-07-04 17:23:26 +08:00
ken.lj
6667a6f7ff
automatically append env parameters. ( #4407 )
2019-07-04 17:23:11 +08:00
ken.lj
c4e94958fd
unify config-center model ( #4388 )
...
* unify config-center model
* change ut to meet the new model
* add back the wrongly deleted line
2019-07-04 17:20:38 +08:00
ken.lj
1c626787bb
remove unused imports
2019-07-04 11:11:12 +08:00
Mercy Ma
1bf5fceb13
Nacos registry enhancement & register reference bean ( #4454 )
...
fixes #4439 , #4455
2019-07-04 09:39:58 +08:00
ken.lj
b30b0158e9
fixes #4345 , change zookeeper notification log level from info to debug
2019-07-03 12:57:01 +08:00
Huxing Zhang
8baf92966e
Add nacos dependencies to dubbo-demo ( #4447 )
2019-07-02 18:31:46 +08:00
Shoukai Huang
3d01797afd
Fix MulticastSocket setInterface choose an unreachable address ( #4426 )
2019-07-02 17:39:11 +08:00
ken.lj
a229d87b9d
Remove unused imports ( #4443 )
2019-07-02 13:06:43 +08:00
Haiyang
cfba520104
support method sync timeout ( #4436 )
...
fixes #4435
2019-07-02 11:02:52 +08:00
Mercy Ma
60ca9f4826
DubboComponentScan cannot backward support for alibaba @Service and @Reference. ( #4415 )
...
fixes #4330 , #4409
2019-07-02 10:17:12 +08:00
cvictory
d66a2fa832
disable oraclejdk 11 task & fix ProtobufTypeBuilderTest ( #4434 )
2019-07-01 19:23:22 +08:00
ken.lj
69a0483c94
check complete status of async-result before try to update ( #4394 )
...
#4394
2019-07-01 10:54:11 +08:00
ouyangxi
9b7c6975a4
spi配置多个tag解析错误问题 ( #4346 )
...
fixes #4344
2019-06-28 16:44:55 +08:00
ken.lj
b5408b7526
support handle of exception from onResponse or onError ( #4401 )
...
fix #4401
2019-06-28 15:39:56 +08:00
cvictory
e0d3de335d
add bom dependency for new module 'metadata-definition-protobuf' ( #4417 )
...
commit following #4408
2019-06-28 14:02:08 +08:00
cvictory
792b487125
fix #4406 ( #4408 )
...
fixes #4406
2019-06-27 11:47:04 +08:00
ken.lj
27789cef6b
duplicate decrease for ExecuteLimitFilter onError ( #4380 )
2019-06-27 11:14:13 +08:00
Mercy Ma
acae8d99e0
Spring package scan compatibility, support both alibaba Service and apache Service. ( #4375 )
...
fixes #4330
2019-06-26 15:19:18 +08:00
ken.lj
e1ce4bc64d
AsyncRpcResult should handle exception when registering callback ( #4379 )
2019-06-26 14:26:35 +08:00
cvictory
64aea16c0e
zipkin 2.6.x package compatible. ( #4368 )
...
fixes #3728
2019-06-26 14:00:09 +08:00
ken.lj
8534f48f61
Observation of performance degradation when running under JDK 8 ( #4381 )
2019-06-26 11:37:58 +08:00
cvictory
6b7d11837a
fix empty protocol in consul registry ( #4354 )
...
fixes #4294
2019-06-26 10:25:02 +08:00
violin
e3c35f23c2
Add TypeDefinitionBuilderName to TypeDefinition ( #4372 )
2019-06-26 10:23:52 +08:00
cvictory
a1e4757f36
Use empty protocol for nacos registry when address list is empty. ( #4349 )
...
fixes #4294 .
2019-06-25 16:39:08 +08:00
cvictory
a2f0d9a20d
fix qos configuration cannot work after added 'qos-enable' style support ( #4378 )
...
fixes #4377
2019-06-25 15:56:06 +08:00
Huang YunKun
bfa52b2462
[Dubbo-4355] Fix dubbo.jar do not contain "serialization-protobuf-json" module issue ( #4356 ) ( #4364 )
...
* include protobuf-json jar to dubbo
2019-06-24 14:48:05 +08:00
jimin
041a6addc1
[Dubbo-4323]fix use AtomicInteger instead of volatile to inc ( #4324 )
...
Signed-off-by: slievrly <slievrly@163.com>
2019-06-18 11:04:29 +08:00
andyqian
6f3a05ca82
1. 将URL中的默认值使用三目运算符表示。 ( #4301 )
2019-06-14 00:42:11 +08:00
zhangjianwei
3acf5b8af1
fix org.apache.dubbo.common.URL#toMap change password key, from USERNAME_KEY to PASSWORD_KEY ( #4267 )
...
LGTM
2019-06-08 09:36:40 +08:00
Huang YunKun
76d65620f1
[CI] Add jenkinsfile for dubbo snapshot deployment ( #4205 )
2019-06-06 22:57:24 +08:00
Huang YunKun
78aea48cd7
[Dubbo-4183] Fix unstable tests in ConditionRouterTest ( #4226 )
2019-06-06 22:52:44 +08:00
cvictory
5d32b86f2a
Merge changes from 2.7.2-release ( #4259 )
2019-06-06 17:14:40 +08:00
Taosheng Wei
d3a5166436
Delete useless code ( #4242 )
2019-06-04 15:53:34 +08:00
web
0b275651aa
[Dubbo-4218] Fix NPE when the TagRouterRule addresses config is null ( #4218 ) ( #4236 )
...
* Fix NPE when the TagRouterRule addresses config is null (#4218 )
* fix import
* add more test
2019-06-03 16:24:58 +08:00
Peter Pan
346630e413
Disclaimer removed ( #4231 )
2019-06-02 09:04:23 +08:00
jimin
e2965c2e13
[Test] add test for common-config ( #4208 )
2019-06-02 01:18:08 +08:00
jimin
8f783fad91
optimize junit Assert usage ( #4214 )
2019-06-02 01:16:53 +08:00
tao.zhang
847990662d
Improve java doc for dubbo-remoting-netty4 ( #4180 )
...
* add some comments for dubbo-remoting-netty4
* update from upstream/master
* adjust format
2019-06-01 09:32:03 +08:00
Xin Wang
492f7601ce
Reverse url of python ( #4162 )
...
reverse url of python
2019-05-31 21:51:13 +08:00
wanghbxxxx
85dd59cd73
Remove duplicate @Override ( #4228 )
2019-05-31 19:28:40 +08:00
Kyle
7f7a289878
Standardized code ( #4211 )
2019-05-31 12:57:50 +08:00
jimin
177f71b9f5
optimize code style ( #4188 )
2019-05-31 12:56:51 +08:00
uglycow
4b97a0ba8b
fix for #4175 : ServiceConfigurationListener should override ProviderConfigurationListener ( #4179 )
2019-05-29 10:27:03 +08:00
Huxing Zhang
21cfe1163d
Create security.md ( #4165 )
...
Add security.md
2019-05-29 10:20:42 +08:00
Taosheng Wei
61ab3209b2
Delete dead code ( #4189 )
2019-05-29 10:05:30 +08:00
Ian Luo
28bea9c187
[DUBBO-3137]: get rid of ConfigConstants, RpcConstatns, RemotingConstants ( #4138 )
...
* [DUBBO-3137]: get rid of ConfigConstants, RpcConstatns, RemotingConstants
* fix compilation error
* fix compilation issue
* let compatible constants to reference all constants
* use static imports
2019-05-28 13:48:50 +08:00
Huxing Zhang
3dd261a436
[Dubbo-4147] restore the metadata store key change ( #4170 )
2019-05-27 17:32:36 +08:00