cvictory
|
501e4dbdf9
|
Merge branch '2.7.2-release' of github.com:apache/dubbo into 2.7.2-release
|
2019-05-31 11:13:33 +08:00 |
Huxing Zhang
|
0ab26b170b
|
[Dubbo-4200] Nacos group should be not resolved from key. (#4203)
|
2019-05-31 11:12:57 +08:00 |
uglycow
|
25102686bc
|
use category in url in org.apache.dubbo.registry.nacos.NacosRegistry#getCategories (#4204)
fixes #4201
|
2019-05-30 14:07:05 +08:00 |
cvictory
|
09845297af
|
2.7.2 tag
|
2019-05-29 14:39:38 +08:00 |
cvictory
|
355d1fe887
|
2.7.2 tag
|
2019-05-29 14:34:38 +08:00 |
cvictory
|
d2ba946160
|
2.7.2 release note (#4187)
|
2019-05-29 10:49:39 +08:00 |
ken.lj
|
bfc6202e0d
|
performance tuning: avoid reflection on the critical path (#4190)
|
2019-05-29 10:38:25 +08:00 |
cvictory
|
321afae3ea
|
Remove licence from dependency (#4186)
|
2019-05-29 09:42:44 +08:00 |
Ian Luo
|
ae1e3bd6a9
|
sync pull request 4138 (#4181)
|
2019-05-28 19:01:15 +08:00 |
Huxing Zhang
|
3dd261a436
|
[Dubbo-4147] restore the metadata store key change (#4170)
|
2019-05-27 17:32:36 +08:00 |
ken.lj
|
18eb69e964
|
Solve compile problem in java11 (#4172)
|
2019-05-27 16:42:10 +08:00 |
Mercy Ma
|
9559c4ef8a
|
Unify the bean name convention of ServiceBean and ReferenceBean (#4135)
fixes #4071, #3709
|
2019-05-27 10:31:43 +08:00 |
wavesZh
|
9168543d85
|
change logger name (#4150)
|
2019-05-26 20:29:31 +08:00 |
Huang YunKun
|
cf1a09d3c3
|
[CI] add snapshot deploy check (#4157)
|
2019-05-25 15:22:57 +08:00 |
Xin Wang
|
a8ca64c8aa
|
Remove incubator (#4161)
|
2019-05-25 00:06:55 +08:00 |
cvictory
|
c14605e156
|
bugfix follow #4127 (#4155)
|
2019-05-24 23:50:47 +08:00 |
ken.lj
|
4c01c5ee1a
|
delete useless SPI declare (#4148)
|
2019-05-24 15:06:33 +08:00 |
cvictory
|
543a52abc0
|
Multiple registry (#4066)
fixes #3932, #3599, #3084
|
2019-05-24 14:54:37 +08:00 |
ken.lj
|
92cafe962d
|
register callback once for the full filter chain. (#4127)
|
2019-05-24 14:49:25 +08:00 |
ken.lj
|
5ba55c0360
|
unify config config items: qos.enable to qos-enable. (#4095)
unify config config items: qos.enable to qos-enable. (#4095)
|
2019-05-24 14:44:11 +08:00 |
ken.lj
|
ccb990f542
|
add miss-deleted snippet from #2956 (#4137)
|
2019-05-24 10:57:32 +08:00 |
uglycow
|
8321c8f8a3
|
fix for #4111 do not ignore empty value when we construct servicename (#4112)
|
2019-05-23 18:36:53 +08:00 |
yì jí
|
779fc27255
|
[Dubbo-4115] When the network is reconnected, the listener should not to be empty. (#4116)
|
2019-05-23 17:40:30 +08:00 |
violin
|
13e876e40c
|
fix client retry create proxy lead to OOM (#4109)
|
2019-05-23 16:09:04 +08:00 |
ken.lj
|
1a66206e5e
|
Performance tuning for TimeoutTask in DefaultFuture (#4129)
Performance tuning for TimeoutTask in DefaultFuture, manually merge #4085 and #4087
|
2019-05-23 15:30:45 +08:00 |
cvictory
|
5285952a2a
|
check curator event with empty data value (#4126)
fixes #3866
|
2019-05-23 11:20:11 +08:00 |
ken.lj
|
ebafc18c4d
|
merge async changes in 3.x to 2.7 (#3997)
|
2019-05-23 10:19:04 +08:00 |
cvictory
|
df084addc8
|
Support Redis cluster in Metadata Report (#3863)
fixes #3817
|
2019-05-22 15:31:37 +08:00 |
violin
|
a7f56a36be
|
[DUBBO-4010] TypeDefinitonBuilder support google protobuf entity build # (#4011)
* add protobuf typeDefinitionBuilder
* fix pull request comment
add test case to test NestPbType
|
2019-05-22 14:45:37 +08:00 |
huaifeng
|
52cbfc9a67
|
rm incubating word (#4110)
* rm incubating word
* dubbo.incubator.apache.org to dubbo.apache.org
|
2019-05-22 13:27:28 +08:00 |
Huang YunKun
|
3fc69095cf
|
Add dependencies check script (#3941)
* add plugin to do dependencies check
* remove third-party properties file
* polish config
* polish config
* use missing info in bash
|
2019-05-22 10:57:19 +08:00 |
Ian Luo
|
956d28b11e
|
[DUBBO-3137]: move constants from RegistryConstants back to dubbo-registry-api (#4101)
* [DUBBO-3137]: move constants from RegistryConstants back to dubbo-registry-api
* fix imports
|
2019-05-21 16:18:25 +08:00 |
uglycow
|
fcef1a1841
|
update erlang link (#4100)
|
2019-05-20 16:40:15 +08:00 |
Ian Luo
|
d0d1a65e16
|
[DUBBO-3137]: move more constants out of ConfigConstants (#4092)
|
2019-05-20 13:49:33 +08:00 |
ken.lj
|
23903ba32a
|
[Dubbo-3266] Change DynamicConfiguration definition to better adapt to Apollo's namespace storage model. (#3271)
|
2019-05-20 09:59:30 +08:00 |
myPrecious
|
13f32380f8
|
Add comment for disabled Nacos test, fix this later (#4088)
|
2019-05-18 09:05:41 +08:00 |
cvictory
|
bfb60773d8
|
[compatible] Registry compatibility #3882 (#4015)
Fixes #3882
|
2019-05-17 15:58:26 +08:00 |
Haiyang
|
8646277828
|
reference config initialized. (#4067)
|
2019-05-17 15:54:34 +08:00 |
cvictory
|
8456a11a49
|
Merge pull request #4014, Zipkin compatible.
fixes #3728.
|
2019-05-17 15:43:13 +08:00 |
时无两丶
|
086fdcb9c4
|
Shorten the life cycle of TimeoutTask to avoid frequent gc. (#4040)
|
2019-05-17 11:04:49 +08:00 |
huazhongming
|
8b780cc810
|
constant step4 config (#4079)
|
2019-05-16 22:37:40 +08:00 |
Ian Luo
|
228cad5ef4
|
[DUBBO-3137]: step4 - move more constants from RemotingConstants into dubbo-remoting-api (#4077)
* [DUBBO-3137]: step4 - move more constants from RemotingConstants into dubbo-remoting-api
* optimize imports
|
2019-05-16 17:25:14 +08:00 |
ken.lj
|
4ef74fa9c6
|
[Dubbo-3669] Only parse rules on init, does not override. (#3685)
|
2019-05-16 16:59:28 +08:00 |
huazhongming
|
1798fed5c2
|
constants step4 rpc (#4072)
|
2019-05-16 14:14:21 +08:00 |
Ian Luo
|
85e595e29a
|
[DUBBO-3137]: step4 - remove MonitorConstants (#4069)
* [DUBBO-3137]: step4 - remove MonitorConstants
* remove unused import
|
2019-05-16 10:39:02 +08:00 |
Ian Luo
|
310bf91b38
|
[DUBBO-3137]: step4 - remove ClusterConstants (#4065)
|
2019-05-15 18:19:12 +08:00 |
min
|
effc2ef9f2
|
remove compatible key when merging (#4064)
fixes #4059
|
2019-05-15 17:03:44 +08:00 |
Ian Luo
|
cdce2b2783
|
[DUBBO-3778]: Annotation mode cannot set service parameters in 2.7.0 (#4060)
|
2019-05-15 14:35:25 +08:00 |
huazhongming
|
4f9d896066
|
constants step4 remoting (#4057)
|
2019-05-15 12:42:51 +08:00 |
Ian Luo
|
ae669ead2e
|
Dubbo 2.7.0的provider无法指定客户端默认async (#4058)
Fixes #3650
|
2019-05-15 12:30:51 +08:00 |