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

1445 Commits

Author SHA1 Message Date
mercyblitz
a198133852 Update pom.xml 2020-04-03 23:48:57 +08:00
mercyblitz
0d8e1c4b41 Add <distributionManagement> into pom.xml 2020-04-03 18:43:36 +08:00
mercyblitz
6a25ae046d Polish alibaba/spring-cloud-alibaba#1198 2020-04-03 16:50:45 +08:00
Mercy Ma
7fb277e06a
Merge pull request #1311 from lcg72/master
Fix #1310 Compatible with Dubbo 2.7.5
2020-04-02 21:47:24 +08:00
Mercy Ma
0d19b1f0a4
Merge pull request #1316 from mercyblitz/master
Update Samples
2020-04-02 21:46:53 +08:00
mercyblitz
ad7f546d0f Update Samples 2020-04-02 17:38:38 +08:00
mercyblitz
46b64a96fa Update Samples 2020-04-02 17:36:00 +08:00
liuchunguang
f0f8ee1787 checkStyle 2020-04-02 15:05:15 +08:00
liuchunguang
859d0ff6d3 Fix #1310 Compatible with Dubbo 2.7.5 2020-04-02 14:23:51 +08:00
Mercy Ma
a3c8f2a037
Merge pull request #1286 from lcg72/master
Fixes #1259 #1260 #753 #1253 Solve the problem of meta data update
2020-04-01 11:37:49 +08:00
TheoneFx
75f98be294
Merge pull request #1306 from theonefx/master
fix link error in document
2020-04-01 11:29:05 +08:00
Mercy Ma
bd3d1681cb
Merge pull request #1295 from yuhuangbin/sidecar-enhance
[Bugfix] sidecar registers port and group to nacos
2020-03-31 21:54:06 +08:00
theonefx
a0fc48628c fix document link error
ref: https://github.com/alibaba/spring-cloud-alibaba/issues/1214
2020-03-31 19:00:53 +08:00
yuhuangbin
a99b8f845f sidecar enhance 2020-03-30 11:19:25 +08:00
yuhuangbin
146b150abc
Merge pull request #14 from alibaba/master
update
2020-03-30 10:34:35 +08:00
Mercy Ma
f468c3540e
Merge pull request #1289 from theonefx/master
fix issue
2020-03-30 10:23:11 +08:00
theonefx
a0a6759eb6 update nacos-client version to 1.2.1 2020-03-27 16:08:05 +08:00
theonefx
a6a6b623a3 update spring cloud build version to 2.2.3.RELEASE 2020-03-27 10:59:02 +08:00
liuchunguang
264e208da7 initSubscribedDubboMetadataService Exception return false 2020-03-26 20:06:12 +08:00
theonefx
56ac7f1a3a fix compatibility problem between spring-boot-starter-webflux:2.2.4.RELEASE and spring-cloud-gateway-core:2.2.2.RELEASE 2020-03-26 17:26:56 +08:00
theonefx
2ed48c5506 fix issue: https://github.com/alibaba/spring-cloud-alibaba/issues/1288 2020-03-26 16:18:03 +08:00
liuchunguang
0747557330 fix #1259 #1260 #753 checkStyle 2020-03-26 10:07:46 +08:00
liuchunguang
0485c6d06d fix #1259 #1260 #753 checkStyle 2020-03-26 09:33:28 +08:00
liuchunguang
b56464c5c7 fix #1259 #1260 #753 2020-03-25 18:16:13 +08:00
liuchunguang
e5188e63d9 Merge remote-tracking branch 'origin/master' 2020-03-25 17:52:16 +08:00
yuhuangbin
3e8f977a7e
Merge pull request #13 from alibaba/master
update
2020-03-25 13:28:16 +08:00
yuhuangbin
1b7ae80e1c
Merge pull request #1280 from fudali113/f-condition-with-config-health-indicator
[Optimize] Use @ConditionalOnEnabledHealthIndicator to conditional assembly
2020-03-25 10:22:57 +08:00
fudali113
a218e6f5ce feat: use ConditionalOnEnabledHealthIndicator condition with NacosConfigHealthIndicator & AcmHealthIndicator & RocketMQBinderHealthIndicator & SidecarHealthIndicator
[fix #1276] https://github.com/alibaba/spring-cloud-alibaba/issues/1276
2020-03-25 10:10:45 +08:00
Jim Fang
fd77b6f019
Merge pull request #1284 from mercyblitz/master
[Refactor] Renaming spring-cloud-starter-alibaba to be spring-cloud-alibaba-starters
2020-03-25 00:39:55 +08:00
mercyblitz
d57cbc2e4d Polish alibaba/spring-cloud-alibaba/#1283 : Renaming spring-cloud-starter-alibaba to be spring-cloud-alibaba-starters 2020-03-25 00:12:16 +08:00
yuhuangbin
1dad713074
Merge pull request #12 from alibaba/master
update
2020-03-24 16:36:58 +08:00
Jim Fang
f5c713e65e
update dingtalk qrcode 2020-03-24 16:28:24 +08:00
Jim Fang
4476995fe9
Merge pull request #1281 from mercyblitz/master
[Migration] Removing the commercial components from the code base
2020-03-24 15:46:44 +08:00
mercyblitz
2282d39df6 Polish alibaba/spring-cloud-alibaba/#1261 : Removing the commercial examples and adding starters into spring-cloud-alibaba-coverage module 2020-03-24 14:51:44 +08:00
mercyblitz
c3697145e3 Merge remote-tracking branch 'upstream/master' 2020-03-24 14:20:24 +08:00
yuhuangbin
a636666a20
Merge pull request #11 from alibaba/master
update
2020-03-20 15:38:03 +08:00
liuchunguang
2545e11c06 fix #1259 2020-03-20 15:01:28 +08:00
lcg72
6ccdfab3cc
Merge pull request #1 from alibaba/master
update
2020-03-19 09:56:33 -05:00
Mercy Ma
3c6a54c889
Merge pull request #1274 from wangzihaogithub/fix#753
[fix #753] https://github.com/alibaba/spring-cloud-alibaba/issues/753
2020-03-18 14:46:37 +08:00
Mercy Ma
e695fd5f37
Merge pull request #1237 from illlight/master
healthcheck switch config property
2020-03-18 12:24:35 +08:00
wangzihaogithub
a32d4f9767 [fix #753] https://github.com/alibaba/spring-cloud-alibaba/issues/753 2020-03-18 12:17:58 +08:00
wangzihaogithub
8c13863fb8 [fix #753] https://github.com/alibaba/spring-cloud-alibaba/issues/753 2020-03-18 12:11:21 +08:00
mercyblitz
45260742ba Polish alibaba/spring-cloud-alibaba/#1261 : Removing the commercial components from the code base 2020-03-17 10:32:45 +08:00
yuhuangbin
6095930326
Merge pull request #10 from alibaba/master
update
2020-03-16 11:24:14 +08:00
Mercy Ma
269d541c30
Merge pull request #1252 from yuhuangbin/based-on-Hoxton.SR3
[Feature] Upgrade some components based on Spring Cloud Hoxton.SR3
2020-03-16 10:56:34 +08:00
yuhuangbin
e8e49ff39b upgrade Seata and Spring Cloud Version 2020-03-12 22:49:58 +08:00
illlight
9c839c97af conditional healthcheck 2020-03-12 20:29:35 +08:00
yuhuangbin
1f11c09e98
Merge pull request #9 from alibaba/master
update
2020-03-12 11:25:11 +08:00
Mercy Ma
aec251469f
Merge pull request #1240 from theonefx/fix/temp01
remove force dependency code of spring-cloud in AliCloudContextAutoCo…
2020-03-11 15:39:02 +08:00
theonefx
23f7a60d0a rename inner config class 2020-03-11 15:22:49 +08:00