Commit Graph

1794 Commits (c5949a58632174ac08d9023b2614b29b560d2327)
 

Author SHA1 Message Date
zkzlx 79bab3b269 test 4 years ago
theonefx fd8a6a6f6c #1805 use twice registry of dubbo 4 years ago
余黄彬 344fc8be51
Merge pull request #1904 from brothelul/fix-#1893
[Fix] Spring cloud alibaba 2.2.3版本使用端点/actuator/service-registry注销服务注册问题
4 years ago
chenglu b264579012 update the Nacos instance by real group name, not use the default group name 4 years ago
ganyu.gy f64d794017 Fix bug: NPE Exception.
https://github.com/apache/dubbo/issues/7079
4 years ago
TheoneFx 573e8ed6c5
Merge pull request #1876 from horizonzy/upgrade-nacos-client
[ISSUE-#1875] Upgrade nacos-client version to 1.4.0
4 years ago
余黄彬 0567f0f4e1
Merge pull request #1878 from horizonzy/fix-nacos-heart-param
[ISSUE-#1877] Fix nacos heart beat unit, second to millisecond.
4 years ago
TheoneFx 4dd45a4709
Merge pull request #1531 from zkzlx/config
[fix & enhance issue #1492 #1506 #1257 #1578 ]Improved nacos configuration parsing,
4 years ago
onewe 17b3b7f858 fix(NacosConfigManager): 格式化代码 4 years ago
onewe 0c35595b44 fix(NacosConfigManager): 修复weblogic中classloader泄漏问题
- NacosConfigManager增加销毁方法,关闭nacos相关线程池
4 years ago
horizonzy 076a1648a2 update test heart beat param value 4 years ago
horizonzy 71036479a1 update test heart beat param value 4 years ago
horizonzy 447171de80 modify the heart beat doc unit. second -> millisecond 4 years ago
horizonzy 802958b218 Revert "fix nacos heart beat unit, second to millisecond."
This reverts commit 0e388707
4 years ago
horizonzy 0e38870735 fix nacos heart beat unit, second to millisecond. 4 years ago
horizonzy abdd0d29cb upgrade nacos-client version 4 years ago
yangying 1ecf526b5c sentinel示例,添加sentinel配置,实现sentinel示例功能,以及运行说明。 4 years ago
wangmin 770382b36a Fix ConcurrentModificationException while EventDispatcher.run after 'received push data' from Nacos 4 years ago
TheoneFx 625b44e185
Merge pull request #1856 from eden-yuan/master
不应该使用类实例访问静态成员\不应该直接使用不确定的值调用equals容易空指针\final static应该使用大写命名并且使用下划线
4 years ago
eden-yuan c19bd51584 不应该使用类实例访问静态成员\不应该直接使用不确定的值调用equals容易空指针\final static应该使用大写命名并且使用下划线 4 years ago
TheoneFx 569f3f02c1
Merge pull request #1845 from yuhuangbin/master
Fix Issue #1791
4 years ago
yuhuangbin ac0712d330 enhance 4 years ago
余黄彬 62b289f3ff
Merge pull request #1831 from zongyl/master
update docs
4 years ago
余黄彬 2f3460f3f5
Merge pull request #3 from alibaba/master
update
4 years ago
theonefx.chenx 43a79105e0 update 2 SNAPSHOT version 4 years ago
zongyl bcc262db15 update docs 4 years ago
余黄彬 e8de5cc8aa
Merge pull request #1823 from yuhuangbin/nacos
Optimize the way to get NacosWatch#ThreadPoolTaskScheduler
4 years ago
yuhuangbin 8f008191ad Optimize the way to get NacosWatch ThreadPoolTaskScheduler 4 years ago
zkzlx e26ef50af4 [pr #1531]build 4 years ago
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
4 years ago
余黄彬 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'
4 years ago
王良 fa49d5f03c bugfix: fix compatibility issues with 'seata-all-1.4.0' 4 years ago
Jim Fang 9abfee6737
Merge pull request #1780 from lltx/master
fix EndpointId logWarning
4 years ago
Jim Fang 956acad43e
Merge pull request #1772 from Roger3581321/patch-1
Add one missing configuration item
4 years ago
Jim Fang 7316db75be
Merge pull request #1771 from Flyfoxs/patch-1
update Seata example
4 years ago
Jim Fang b5b26481bd
Merge pull request #1775 from qq32933432/master
modify Seata example
4 years ago
冷冷 6540555920 fix EndpointId logWarning 4 years ago
zhongguangxi 1934c4760d maven project name change 4 years ago
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.
4 years ago
Flyfoxs 11f8f02de6
Timeout exception in feign first time calling
第一次Feign调用时, 由于初始化懒加载, 可能会有timeout异常. 之前会被mock异常掩盖了.
4 years ago
余黄彬 9fb88da84c
Merge pull request #1 from alibaba/master
update
4 years ago
余黄彬 29b955fffb
Update README-zh.md 4 years ago
余黄彬 6617c9aef8
Update README.md 4 years ago
Mercy Ma 96a3807721
Merge pull request #1749 from alibaba/2.2.3.RELEASE
[CodeBase] Merge branch 2.2.3.release to master
4 years ago
Mercy Ma 2835024113
Merge pull request #1747 from mercyblitz/master
2.2.3.RELEASE
4 years ago
mercyblitz b4abf6db15 Update the version to be 2.2.3.RELEASE 4 years ago
Mercy Ma de9f5a97c0
Merge pull request #1743 from mercyblitz/master
[Infrastructure] Upgrading the dependencies
4 years ago
mercyblitz ea3f76c77f Remove the useless properties 4 years ago
mercyblitz 24de18a00c Polish alibaba/spring-cloud-alibaba#1727 : rollback rocketmq-spring-boot-starter 4 years ago
mercyblitz 9842296af5 Merge remote-tracking branch 'upstream/master' 4 years ago