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

87 Commits

Author SHA1 Message Date
zkzlx
e549ca49cd resolve review 2019-08-21 09:16:15 +08:00
zkzlx
7f5c67b4ed resolve conflicts 2019-08-20 17:59:13 +08:00
zkzlx
9f9b5b30ed nacos config starter supports both XML and json file formats 2019-08-20 17:35:25 +08:00
echooymxq
a9a7c99f6e update description 2019-08-19 16:14:39 +08:00
echooymxq
dd1d556ad3 Optimize code and spell check 2019-08-17 11:17:38 +08:00
yidadi
e2024a441d Optimizing and reusing code 2019-08-15 09:30:45 +08:00
format
7ce2f7a27e
Merge pull request #836 from lyuzb/master
fix #831
2019-08-13 15:00:31 +08:00
lyuzb
02deb87ad3 add ide metadata json for #831 . 2019-08-13 14:42:57 +08:00
lyuzb
369e4f4685 add test for #831 2019-08-13 13:30:09 +08:00
lyuzb
1525b2855f fix #831 2019-08-12 22:54:15 +08:00
Purgeyao
88caa1fe6c Modify NacosConfigProperties enableRemoteSyncConfig field annotation 2019-08-06 17:41:40 +08:00
Purgeyao
6495f4ca42
Add after the comment. 2019-08-06 16:23:14 +08:00
Purgeyao
a859bf44ee
Update NacosConfigProperties.java 2019-08-06 16:01:44 +08:00
Purgeyao
845469122c Support for long polling timeout parameters, add maximum retry custom Settin, and add listener switches at configuration time 2019-08-06 15:37:17 +08:00
fangjian0423
9cf5624a86 Bumping versions to 2.1.1.BUILD-SNAPSHOT after release 2019-08-02 10:59:09 +08:00
fangjian0423
c8f9465fdc Update SNAPSHOT to 2.1.0.RELEASE 2019-08-01 15:57:56 +08:00
fangjian0423
04434bf977 update docs 2019-07-29 14:45:52 +08:00
fangjian0423
883c66f251 polish #761 update pkg name & maven coordinate for Greenwich 2019-07-23 11:03:08 +08:00
pyh_uestc
ccaae6aad7 fix thread-unsafe about SimpleDateFormat 2019-05-27 19:27:18 +08:00
pyh_uestc
6fbb0fb1f4 fix thread-unsafe about SimpleDateFormat 2019-05-24 17:11:55 +08:00
pyh_uestc
c3e5e4cafa fix thread-unsafe in NacosRefreshHistory 2019-05-24 15:19:07 +08:00
jimin.jm
4dcd68f6e1 optimize code to match p3c check rules
Signed-off-by: jimin.jm <jimin.jm@alibaba-inc.com>
2019-05-08 20:27:23 +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
16742f70c1 fix nacos config test case 2019-04-16 22:33:57 +08:00
fangjian0423
2a3ff1725a ignore test case 2019-04-16 20:07:32 +08:00
fangjian0423
72349fa63e ignore test case 2019-04-16 20:03:27 +08:00
fangjian0423
10da0cc19f update nacos-config test case 2019-04-16 17:38:55 +08:00
fangjian0423
7ca6123fb0 update nacos-config test case 2019-04-16 17:07:15 +08:00
fangjian0423
2d2ffd3560 update nacos-config test case 2019-04-16 16:57:33 +08:00
fangjian0423
ca23643cd3 update nacos-config test case 2019-04-16 16:19:30 +08:00
fangjian0423
4d5d14cece update nacos-config test case 2019-04-16 16:08:53 +08:00
flystar32
7cc5a13260 merge endpoint and endpoint configuration 2019-03-28 19:53:09 +08:00
flystar32
c932e03e36 Fixes #496 and #497 2019-03-27 17:00:30 +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
flystar32
5923f41fac delete useless field and add additional configuration metadata 2019-03-11 16:38:57 +08:00
flystar32
4d2de76e4b support spring cloud nacos config enabled , Polish #411 2019-03-11 11:32:57 +08:00
flystar32
fa0b5a8664 Fixes #404 2019-03-07 20:58:07 +08:00
flystar32
b50cd9266f update nacos and fescar version and format some testcase 2019-03-07 10:17:30 +08:00
flystar32
bc0127751e add nacos config test case 2019-03-01 15:34:33 +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
mercyblitz
2fdeeec3ff Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	spring-cloud-alibaba-docs/src/main/asciidoc-zh/sentinel.adoc
#	spring-cloud-alibaba-docs/src/main/asciidoc/sentinel.adoc
2019-02-21 14:49:26 +08:00
format
9b84df9015
Merge pull request #358 from pbting/master
nacos discovery starter support connect to aliyun with master branch
2019-02-19 16:41:44 +08:00
flystar32
49cfaff25a change log from apache common to slf4j 2019-02-19 16:29:06 +08:00
flystar32
27d5e01bac change log to slf4j 2019-02-19 16:12:46 +08:00
flystar32
c1b7a3756a set default value of nacos config enabled to true 2019-02-19 15:58:33 +08:00