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

1704 Commits

Author SHA1 Message Date
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
余黄彬
4190fbba61
Merge pull request #1920 from theonefx/master
version update to 2.2.4
2.2.4.RELEASE
2021-01-15 18:34:33 +08:00
theonefx
248cd7696b upgrade version to 2.2.4.RELEASE 2021-01-15 17:52:05 +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
Mercy Ma
0c3e7294d8
Merge pull request #1907 from theonefx/dubbonacos
use double register to resolve "No provider available" issue
2021-01-12 10:10:40 +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
余黄彬
344fc8be51
Merge pull request #1904 from brothelul/fix-#1893
[Fix] Spring cloud alibaba 2.2.3版本使用端点/actuator/service-registry注销服务注册问题
2021-01-07 21:19:38 +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
TheoneFx
573e8ed6c5
Merge pull request #1876 from horizonzy/upgrade-nacos-client
[ISSUE-#1875] Upgrade nacos-client version to 1.4.0
2021-01-07 09:53:37 +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
horizonzy
0e38870735 fix nacos heart beat unit, second to millisecond. 2020-12-21 22:06:17 +08:00
horizonzy
abdd0d29cb upgrade nacos-client version 2020-12-18 11:02:10 +08:00
TheoneFx
625b44e185
Merge pull request #1856 from eden-yuan/master
不应该使用类实例访问静态成员\不应该直接使用不确定的值调用equals容易空指针\final static应该使用大写命名并且使用下划线
2020-12-08 10:06:54 +08:00
eden-yuan
c19bd51584 不应该使用类实例访问静态成员\不应该直接使用不确定的值调用equals容易空指针\final static应该使用大写命名并且使用下划线 2020-12-07 17:17:41 +08:00
TheoneFx
569f3f02c1
Merge pull request #1845 from yuhuangbin/master
Fix Issue #1791
2020-12-01 17:53:10 +08:00
yuhuangbin
ac0712d330 enhance 2020-12-01 17:46:25 +08:00
余黄彬
62b289f3ff
Merge pull request #1831 from zongyl/master
update docs
2020-11-26 13:59:57 +08:00
余黄彬
2f3460f3f5
Merge pull request #3 from alibaba/master
update
2020-11-25 17:41:21 +08:00
theonefx.chenx
43a79105e0 update 2 SNAPSHOT version 2020-11-25 16:32:42 +08:00
zongyl
bcc262db15 update docs 2020-11-24 10:59:19 +08:00
余黄彬
e8de5cc8aa
Merge pull request #1823 from yuhuangbin/nacos
Optimize the way to get NacosWatch#ThreadPoolTaskScheduler
2020-11-20 14:54:12 +08:00
yuhuangbin
8f008191ad Optimize the way to get NacosWatch ThreadPoolTaskScheduler 2020-11-19 17:12:40 +08:00
zkzlx
e26ef50af4 [pr #1531]build 2020-11-16 13:42:31 +08:00
zkzlx
359b3ea522 Merge remote-tracking branch 'origin/master' into config
# Conflicts:
#	spring-cloud-alibaba-starters/spring-cloud-starter-alibaba-seata/src/main/java/com/alibaba/cloud/seata/feign/hystrix/SeataHystrixConcurrencyStrategy.java
2020-11-16 12:44:09 +08:00
余黄彬
336476b15d
Merge pull request #1799 from wangliang181230/bugfix-hystrix-RootContext.bind-throw-xid-must-be-not-null
bugfix: fix compatibility issue with 'seata-all-1.4.0'
2020-11-03 13:30:19 +08:00
王良
fa49d5f03c bugfix: fix compatibility issues with 'seata-all-1.4.0' 2020-11-03 11:42:27 +08:00
Jim Fang
9abfee6737
Merge pull request #1780 from lltx/master
fix EndpointId logWarning
2020-10-26 17:10:25 +08:00
Jim Fang
956acad43e
Merge pull request #1772 from Roger3581321/patch-1
Add one missing configuration item
2020-10-26 16:50:47 +08:00
Jim Fang
7316db75be
Merge pull request #1771 from Flyfoxs/patch-1
update Seata example
2020-10-26 16:50:12 +08:00
Jim Fang
b5b26481bd
Merge pull request #1775 from qq32933432/master
modify Seata example
2020-10-26 16:47:41 +08:00
冷冷
6540555920 fix EndpointId logWarning 2020-10-15 13:33:48 +08:00
zhongguangxi
1934c4760d maven project name change 2020-10-11 23:31:37 +08:00
Roger3581321
25689b800e
Add one missing configuration item
Since there is an important, yet missing option spring.cloud.nacos.discovery.enabled, I have added its description by following  the "More configuration items" format.
2020-10-09 14:54:30 +08:00
Flyfoxs
11f8f02de6
Timeout exception in feign first time calling
第一次Feign调用时, 由于初始化懒加载, 可能会有timeout异常. 之前会被mock异常掩盖了.
2020-10-09 11:12:54 +08:00