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

750 Commits

Author SHA1 Message Date
codewaltz1994
ba1e4ac895 Bug: Fix a bug. issue#471 fescar-example Demo DatabaseConfiguration.java file need to be impoved, or the error will occur .
(Address:https://github.com/spring-cloud-incubator/spring-cloud-alibaba/issues/471)

Root Cause: When using a newer version of MySQL dataase and jdbc jars , the jdbc url need add serverTimezone parameter to jdbc url.

Solution:
	Under the guidance of the thought, change "druidDataSource.setUrl("jdbc:mysql://" + ip + ":" + port + "/" + dbName);"
	into "druidDataSource.setUrl("jdbc:mysql://" + ip + ":" + port + "/" + dbName + "?serverTimezone=UTC");” in every databaseConfuguration.java
	file under this fescar-example directory.then re-run the example, bug is free
Project:
	spring-cloud-alibaba/spring-cloud-alibaba-examples/fescar-example
2019-03-25 12:32:11 +08:00
xiaojing
af601ca269
update fescar version to 0.4.0 2019-03-20 17:31:20 +08:00
format
4d5f714dc5
Merge pull request #461 from spring-operator/polish-urls-xml-master
URL Cleanup
2019-03-20 10:35:19 +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
fangjian0423
1ef64a79d4 add spring cloud dubbo dependency in bom 2019-03-19 20:05:51 +08:00
format
a1b24a6b40
Merge pull request #455 from mercyblitz/master
Dubbo Spring Cloud Update
2019-03-19 17:26:38 +08:00
format
92554ad67e
Merge pull request #454 from slievrly/master
fix #453 remove Fescar redundant dependency
2019-03-19 17:13:56 +08:00
mercyblitz
b6c49c1e52 Merge remote-tracking branch 'upstream/master' 2019-03-19 17:11:38 +08:00
flystar32
c1e8ad0b10 update nacos client version to 1.0.0-RC2 2019-03-19 16:32:01 +08:00
jimin.jm
dd13db3d6d fix #453 remove Fescar redundant dependency
Signed-off-by: jimin.jm <jimin.jm@alibaba-inc.com>
2019-03-19 14:30:29 +08:00
mercyblitz
068398ded1 Merge branch 'master' of github.com:mercyblitz/spring-cloud-alibaba 2019-03-19 09:48:06 +08:00
fangjian0423
3f15f7388b fix duplicate sentinel interceptor registration 2019-03-18 22:53:39 +08:00
flystar32
fc724a5056 update nacos-client version to 2019-03-18 15:54:59 +08:00
Xiaolong Zuo
7e5e61e121
Merge pull request #444 from zhendong590/master
Disable a status for codecov
2019-03-18 14:18:55 +08:00
Xiaolong Zuo
b8910ac908
Merge pull request #447 from fangjian0423/master
add 'HTTPMethod:' prefix for the resource of using @SentinelRestTemplate
2019-03-18 14:17:37 +08:00
fangjian0423
8c59d6b51e update sentinel test case 2019-03-18 13:59:55 +08:00
format
61c4635e2a
Merge pull request #443 from caojiele/patch-1
Wrong character changes
2019-03-18 13:03:35 +08:00
fangjian0423
1eef8f688f add 'HTTPMethod:' prefix for the resource of using @SentinelRestTemplate 2019-03-18 12:59:14 +08:00
gaoyunpeng
4fe8660cf4 Disable a status for codecov 2019-03-18 10:53:43 +08:00
Jlcao
cef321c4fb
Wrong character changes
Wrong character changes. ‘流量器’==> '浏览器‘
2019-03-17 21:03:09 +08:00
小马哥
8a8097ce00 Bugfix 2019-03-16 00:38:06 +08:00
Xiaolong Zuo
e4c71071ff
Merge pull request #438 from zhendong590/master
disable codecov/patch coverage
2019-03-15 18:04:57 +08:00
gaoyunpeng
7516d2bcb2 disable codecov/patch coverage 2019-03-15 17:29:05 +08:00
Xiaolong Zuo
09e90a1e67
Merge pull request #431 from fangjian0423/master
Fix bug 4 spring-cloud-starter-bus-rocketmq
2019-03-15 17:26:46 +08:00
fangjian0423
69f6ad9128 update bus example 2019-03-15 17:09:47 +08:00
format
1fa8e19496
Merge pull request #433 from slievrly/master
fix #432 update Fescar-Sample readme,unique index instead of normal index
2019-03-15 16:24:57 +08:00
jimin.jm
668f99cd56 fix #432 update Fescar-Sample readme,unique index instead of normal index 2019-03-15 12:02:54 +08:00
fangjian0423
1b9cbf7396 update bus example 2019-03-14 20:40:56 +08:00
fangjian0423
585a649463 add default broadcasting in spring-cloud-starter-bus-rocketmq 2019-03-14 20:25:23 +08:00
fangjian0423
768feaa3ec set default producer group 2019-03-14 15:23:05 +08:00
format
16ff3a4331
Merge pull request #427 from fangjian0423/master
Add "resttemplate.sentinel.enabled" property to enable/disable @SentinelRestTemplate
2019-03-13 16:28:12 +08:00
fangjian0423
e4b29f3269 update sentinel additional-spring-configuration-metadata 2019-03-13 15:59:43 +08:00
fangjian0423
7481c31aa3 fix #426 2019-03-13 15:38:00 +08:00
fangjian0423
cddf874560 update rocketmq docs 2019-03-13 11:12:00 +08:00
flystar32
03788b58f9 ans add management.endpoints.web.base-path metadata 2019-03-12 17:58:32 +08:00
flystar32
4e357de08f format code 2019-03-12 17:16:30 +08:00
flystar32
d0fa69058b add conditional on nacos discovery enabled to Ribbon 2019-03-12 16:26:45 +08:00
Xiaolong Zuo
a8630adc00
Merge pull request #421 from flystar32/master
add management.endpoints.web.base-path to metadata
2019-03-12 16:08:44 +08:00
flystar32
6e846f662f fix condition with 2019-03-12 15:59:45 +08:00
flystar32
482e4a101b add management.endpoints.web.base-path to metadata 2019-03-12 15:32:39 +08:00
Xiaolong Zuo
49baeff6e9
Merge pull request #420 from fangjian0423/binder-dev
RocketMQ Binder integrates RocketMQ Spring
2019-03-12 15:24:39 +08:00
format
43f23a604e
Merge pull request #418 from slievrly/master
fix #417 when fescar upgrade 0.2.0+ configuration file changed
2019-03-12 15:07:09 +08:00
fangjian0423
03309b8481 binder remove metrics 2019-03-12 15:02:09 +08:00
fangjian0423
53c4a6adf6 refactor & upgrade rocketmq-client version 2019-03-12 13:59:57 +08:00
fangjian0423
0b8c2ad5a3 Merge remote-tracking branch 'upstream/master' into binder-dev 2019-03-12 11:23:25 +08:00
format
0b0f6a3a90
Merge pull request #419 from spring-operator/polish-urls-build-master
URL Cleanup
2019-03-12 11:23:04 +08:00
fangjian0423
474132db42 Merge remote-tracking branch 'upstream/master' into binder-dev 2019-03-12 11:14:26 +08: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
jimin.jm
b2e4ba2620 fix #417 when fescar upgrade 0.2.0+ configuration file changed 2019-03-12 00:38:02 +08:00
Xiaolong Zuo
f66587fb32
Merge pull request #416 from flystar32/master
support switch Nacos  Discovery/Config enabled
2019-03-11 17:36:34 +08:00