1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

178 Commits

Author SHA1 Message Date
theonefx
df2bced6f2 optimize dubbo registry 2021-06-01 11:18:47 +08:00
theonefx
479540c835 optimize dubbo registry 2021-06-01 11:15:14 +08:00
eden-yuan
c3d393b09e 1. try执行后无catch 依然是return null
2. 变量后续没用到可定义到 try 内
3. 添加UP/DOWN 常量值
2021-05-24 15:22:25 +08:00
TheoneFx
55b3336b6c
Merge pull request #1992 from DHBin/master
修复dubbo使用服务分组和分组聚合获取不到url
2021-05-17 15:10:22 +08:00
theonefx
cf71b7aa26 add more log 2021-05-12 22:23:24 +08:00
theonefx
f816114122 re subscribe when failed 2021-05-12 20:27:50 +08:00
theonefx
3d5eaefe1c resolve @order not effect when handle ServiceInstanceChangedEvent 2021-05-12 09:36:33 +08:00
TheoneFx
4bb797407a
Merge pull request #1860 from griswold1991/master
Fix ConcurrentModificationException while EventDispatcher.run after '…
2021-05-08 16:00:00 +08:00
chris
3ad550f211 bugfix invokers metadata tag error 2021-04-14 09:59:49 +08:00
TheoneFx
51a8b32ff3
Merge pull request #1977 from huangdx0726/fix1971
Upgrade Sentinel to 1.8.1
2021-03-25 10:20:17 +08:00
dhb
fd1deaa475 fix dubbo service group and service merger cannot obtain urls 2021-03-11 12:21:02 +08:00
TheoneFx
884399d73b
Merge pull request #1932 from Maijh97/fix_#1931
[ISSUE-#1931] Add a reset Nacos Log Config listener.
2021-03-04 16:51:08 +08:00
huangdx0726
70c7a9c022
Merge branch 'master' into fix1971 2021-02-26 15:26:46 +08:00
黄大相
2701624da2 Upgrade Sentinel to 1.8.1 2021-02-26 13:54:51 +08:00
黄大相
9d164f9a0a Upgrade Sentinel to 1.8.1 2021-02-26 13:40:31 +08:00
黄大相
4817ca53b8 Upgrade Sentinel to 1.8.1 2021-02-26 11:32:15 +08:00
黄大相
15df0bff6b Upgrade Sentinel to 1.8.1 2021-02-26 10:59:39 +08:00
theonefx
ee1e5d36ef Use spring.cloud.version instead of the version number of each component 2021-02-20 14:31:40 +08:00
theonefx
0471b45662 Merge remote-tracking branch 'up/master' into endpoints 2021-01-29 23:32:37 +08:00
theonefx
6924f0c3be add service instance change event listener order 2021-01-28 19:41:55 +08:00
theonefx
8542756d90 dubbo endpoint 2021-01-28 10:08:42 +08:00
theonefx
4a2f90f13e dubbo endpoint 2021-01-28 09:11:33 +08:00
theonefx
dfa7747579 add dubbo and nacos endpoint 2021-01-27 23:52:31 +08:00
zkzlx
62398e1bc2 fixed - Unicode encoding , exclude base latin letter. 2021-01-25 18:13:19 +08:00
zkzlx
a81430a965 fixed chinese garbled for nacos-config 2021-01-22 09:28:53 +08:00
zkzlx
bb7afd9033 fixed chinese garbled for nacos config. 2021-01-21 22:21:46 +08:00
zkzlx
5e5e5db584 fixed chinese garbled for nacos-config 2021-01-21 20:49:33 +08:00
mai.jh
441bcb9124 for: #1931 ,Add a reset Nacos Log Config listener. 2021-01-19 15:45:45 +08:00
theonefx
3249c46dcc fix #1926 2021-01-19 12:09:32 +08:00
theonefx
38de8b0e47 remove all apache.commons 2021-01-19 10:55:18 +08:00
theonefx
a05958865a remove all apache.commons 2021-01-19 10:29:44 +08:00
theonefx
69c25ee412 remove all apache.commons 2021-01-19 10:29:05 +08:00
theonefx
75a5985c3e remove all apache.commons 2021-01-19 10:27:12 +08:00
theonefx
a758b45661 push temporary 2021-01-18 09:46:23 +08:00
theonefx
a20c665497 update nacos client version 2 1.4.1 2021-01-15 17:40:18 +08:00
TheoneFx
fe00047ea6
Merge pull request #1892 from onewe/fix/weblogic_classloader_leak
fix(NacosConfigManager): 修复weblogic中classloader泄漏问题
2021-01-13 16:44:18 +08:00
TheoneFx
dec10f17fe
Merge pull request #1903 from github-ganyu/master
Fix bug: NPE Exception.
2021-01-12 11:38:56 +08:00
theonefx
eea48c73cc refactor method and class name 2021-01-12 09:47:44 +08:00
theonefx
6c0edee13e use starting status in eureka when first registry 2021-01-11 22:54:10 +08:00
theonefx
fd8a6a6f6c #1805 use twice registry of dubbo 2021-01-08 15:42:03 +08:00
chenglu
b264579012 update the Nacos instance by real group name, not use the default group name 2021-01-07 17:48:57 +08:00
ganyu.gy
f64d794017 Fix bug: NPE Exception.
https://github.com/apache/dubbo/issues/7079
2021-01-07 16:00:30 +08:00
余黄彬
0567f0f4e1
Merge pull request #1878 from horizonzy/fix-nacos-heart-param
[ISSUE-#1877] Fix nacos heart beat unit, second to millisecond.
2021-01-06 17:44:38 +08:00
TheoneFx
4dd45a4709
Merge pull request #1531 from zkzlx/config
[fix & enhance issue #1492 #1506 #1257 #1578 ]Improved nacos configuration parsing,
2021-01-06 14:39:25 +08:00
onewe
17b3b7f858 fix(NacosConfigManager): 格式化代码 2021-01-04 14:11:52 +08:00
onewe
0c35595b44 fix(NacosConfigManager): 修复weblogic中classloader泄漏问题
- NacosConfigManager增加销毁方法,关闭nacos相关线程池
2021-01-01 19:36:39 +08:00
horizonzy
076a1648a2 update test heart beat param value 2020-12-23 13:08:49 +08:00
horizonzy
71036479a1 update test heart beat param value 2020-12-23 12:58:09 +08:00
horizonzy
447171de80 modify the heart beat doc unit. second -> millisecond 2020-12-23 10:09:26 +08:00
horizonzy
802958b218 Revert "fix nacos heart beat unit, second to millisecond."
This reverts commit 0e388707
2020-12-23 09:51:42 +08:00