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

71 Commits

Author SHA1 Message Date
fangjian0423
e8ee68998e upgrade to Spring Cloud Hoxton, close #917 2019-09-06 16:33:11 +08:00
fangjian0423
99a7f1b69f Polish #911 2019-09-04 17:38:15 +08:00
fangjian0423
9cf5624a86 Bumping versions to 2.1.1.BUILD-SNAPSHOT after release 2019-08-02 10:59:09 +08:00
fangjian0423
a21c55cbdb update maven profile 2019-08-01 16:09:52 +08:00
fangjian0423
c8f9465fdc Update SNAPSHOT to 2.1.0.RELEASE 2019-08-01 15:57:56 +08:00
fangjian0423
883c66f251 polish #761 update pkg name & maven coordinate for Greenwich 2019-07-23 11:03:08 +08:00
fangjian0423
108a62a65c Updates to spring cloud Greenwich.SR2 2019-06-26 20:53:15 +08:00
fangjian0423
ef415f87ad Polish #615, rename spring-cloud-alibaba-sentinel-zuul to spring-cloud-alibaba-sentinel-gateway 2019-05-06 16:24:52 +08:00
buildmaster
632fb10ebe Bumping versions to 0.9.1.BUILD-SNAPSHOT after release 2019-04-19 16:51:08 +00:00
buildmaster
9c7f866c77 Going back to snapshots 2019-04-19 16:51:07 +00:00
buildmaster
3ea4843681 Update SNAPSHOT to 0.9.0.RELEASE 2019-04-19 16:46:40 +00:00
fangjian0423
d6f8a7801d change version from 2.1.0.BUILD-SNAPSHOT to 0.9.0.BUILD-SNAPSHOT 2019-04-19 14:09:14 +08:00
flystar32
67bbfc1ed6 rename fescar to seata 2019-04-16 21:17:23 +08:00
fangjian0423
6b3f5cbd4c Updates to spring cloud Greenwich.SR1 2019-04-12 14:10:25 +08:00
flystar32
97a77d5c2b change version from 0.2.2.BUILD-SNAPSHOT to 2.1.0.BUILD-SNAPSHOT 2019-03-27 14:34:35 +08:00
Spring Operator
5efcf5adf1 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 69 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 138 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 69 occurrences
2019-03-19 20:21:49 -05:00
Spring Operator
7e85508eb7 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-11 22:01:17 -05:00
fangjian0423
501d08d1e5 add spring cloud gateway bom 2019-03-06 10:59:04 +08:00
xiaojing
dbfc363c02
Merge pull request #394 from yunzheng1228/master
format code and fixed example's bug
2019-02-28 16:20:35 +08:00
format
03f8defb09
Merge pull request #367 from zhendong590/master
aggregate multi report
2019-02-25 16:28:06 +08:00
gaoyunpeng
9dac4efd37 aggregate multi report 2019-02-21 16:03:57 +08:00
tiger
356f07a509 remove version and format code 2019-02-21 15:34:21 +08:00
tiger
3afd0177e5 Merge branch 'master' into feature-spring-cloud-alibaba-sentinel-zuul
# Conflicts:
#	pom.xml
2019-02-21 15:26:27 +08:00
tiger
1c759ec8d5 add spring-cloud-alibaba-sentinel-zuul module 2019-02-21 15:18:34 +08:00
yunzheng1228
33e7cd6930 Adding yunzheng to developers 2019-02-20 20:39:59 +08:00
fangjian0423
1dc80d7a6f Updates to spring cloud greenwich 2019-02-19 17:01:09 +08:00
gaoyunpeng
394485a12d replace cobertura to jacoco 2019-02-18 20:05:08 +08:00
mercyblitz
a5e950186f Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	spring-cloud-alibaba-nacos-discovery/src/main/java/org/springframework/cloud/alibaba/nacos/NacosDiscoveryAutoConfiguration.java
#	spring-cloud-alibaba-nacos-discovery/src/main/java/org/springframework/cloud/alibaba/nacos/NacosDiscoveryProperties.java
#	spring-cloud-alibaba-sentinel-datasource/src/main/java/org/springframework/cloud/alibaba/sentinel/datasource/config/NacosDataSourceProperties.java
#	spring-cloud-alibaba-sentinel/src/main/java/org/springframework/cloud/alibaba/sentinel/custom/SentinelDataSourceHandler.java
2019-02-01 22:08:21 +08:00
flystar32
a6a894a110 add module Fescar, Polish #303 2019-01-30 13:40:26 +08:00
mercyblitz
744e33229a Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	pom.xml
#	spring-cloud-alibaba-dependencies/pom.xml
#	spring-cloud-alibaba-examples/nacos-example/nacos-discovery-example/pom.xml
2019-01-22 15:16:21 +08:00
mercyblitz
59a969049d Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	pom.xml
#	spring-cloud-alibaba-dependencies/pom.xml
#	spring-cloud-alibaba-examples/nacos-example/nacos-discovery-example/pom.xml
2019-01-22 14:51:54 +08:00
gaoyunpeng
a1902d9cf0 1.update cobertura settings
2.fix endpoint's degradeRules return value
2019-01-17 17:28:21 +08:00
gaoyunpeng
20eb325e59 update cobertura settings for reduce build time 2019-01-15 15:50:23 +08:00
mercyblitz
571d0eca15 Polish spring-cloud-incubator/spring-cloud-alibaba#262 2019-01-10 17:31:12 +08:00
pbting
d74e0af32c
Merge branch 'master' into master 2019-01-10 14:51:27 +08:00
得少
2952101e1f pom add sms module 2019-01-10 14:43:08 +08:00
gaoyunpeng
851faf2bdb update cobertura settings 2019-01-09 18:54:23 +08:00
gaoyunpeng
7b69461361 update build command 2019-01-09 14:59:46 +08:00
gaoyunpeng
e28d24ba4a update cobertura settings 2019-01-08 14:10:54 +08:00
gaoyunpeng
33b947df6e add cobertura 2019-01-04 17:17:24 +08:00
Spencer Gibb
612e6913e6
Update to 0.2.2.BUILD-SNAPSHOT 2018-12-21 11:09:29 -05:00
Spencer Gibb
b28e82dc3c
Update SNAPSHOT to 0.2.1.RELEASE 2018-12-21 10:48:36 -05:00
chenzhu.zxl
f1bd3fd2c2 Add SchedulerX modules. 2018-12-13 15:04:00 +08:00
chenzhu.zxl
9708503b8e Delete SchedulerX modules. 2018-12-13 14:52:27 +08:00
xiaolongzuo
1fc98ebe7c closes #162, fixes #138. Add spring-cloud-alicloud-schedulerX module, and fix ACM starter rely on actuator. 2018-12-12 17:56:16 +08:00
fangjian0423
7d039f4742 make metrics-core as provided dependency and refactor 2018-11-28 17:13:59 +08:00
mercyblitz
b75b19b58c Polish Spring Cloud Bus 2018-11-23 14:52:45 +08:00
mercybltz
0ad0014cbf Polish spring-cloud-starter-bus-rocketmq 2018-11-22 13:02:33 +08:00
fangjian0423
d88e27e45c fix conflict 2018-11-20 12:00:36 +08:00
mercyblitz
b4b8fa0d19 Polish Config Server 2018-11-19 16:18:33 +08:00