Freeman Lau
21e22e0696
ref: Remove ConfigServiceIndexes
...
重构代码
dataId 不可缺省, 通过参数覆盖默认配置
3 years ago
Freeman Lau
8958392914
Refactor configuration
...
重构配置方式, 不需要将 serverAddr 写在 import 里
保留以前版本的拉取配置逻辑, 保证能够平滑升级
3 years ago
Freeman Lau
83873e5fbe
feature: support spring.config.import
...
支持 spring boot >= 2.4.0 通过 spring.config.import
方式引入 nacos 配置
3 years ago
Freeman Lau
2f6e12d0a7
feature: Support dynamic refresh circuit breaker rules
...
支持断路器规则的动态刷新
3 years ago
Freeman Lau
597a2884f8
feature: Add example for Feign with Sentinel circuit breaker
3 years ago
zkzlx
3c3ba1b4a7
Merge pull request #2302 from steverao/rocketmq-2.2.7
...
Merge branch of rocketmq-2.2.7 to master
3 years ago
chengpu.rzh
1a146c726e
Fixed the errors in nacos-config-demo
3 years ago
zkzlx
79f986b4c6
Merge branch 'master' into rocketmq
...
# Conflicts:
# spring-cloud-alibaba-docs/src/main/asciidoc-zh/rocketmq-new.adoc
4 years ago
zkzlx
568c64b1cf
document
4 years ago
XuDaojie
cf13c1cfe8
format code
4 years ago
XuDaojie
35a67497c0
update nacos-discovery-consumer-sclb-example
4 years ago
theonefx
e4f2f4150c
init DubboCloudRegistry when subscribe or unsubscribe
4 years ago
Roger3581321
b78239253b
Merge branch 'alibaba:master' into master
4 years ago
yuhuangbin
a2b2c2f8c1
Nacos Discovery supports registration for quick failed configurations
4 years ago
zkzlx
d55aea9d2b
Merge branch 'rocketmq' of github.com:alibaba/spring-cloud-alibaba into rocketmq
4 years ago
TheoneFx
28d2100f5c
Merge pull request #2015 from tangyuewei/master
...
Some spaces are removed, which is more in line with the specification
4 years ago
Roger3581321
495f2bec2e
Merge branch 'alibaba:master' into master
4 years ago
zkzlx
d17a38d495
Merge branch 'master' of github.com:alibaba/spring-cloud-alibaba into rocketmq
4 years ago
Spike
3ee8d4bf56
事务消息指定方式变更为producerType=Trans
4 years ago
tangyuewei
d653a14476
升级案例注解
4 years ago
tangyuewei
eaab60ebdb
去掉了一些空格,更符合规范
4 years ago
TheoneFx
139b03e652
Merge pull request #1868 from yyaini112/master
...
sentinel示例,添加sentinel配置,实现sentinel示例功能,以及运行说明。
4 years ago
zkzlx
9379d18ace
Code style
4 years ago
zkzlx
6d7c47a366
Code refactoring and some new feature support - delete some invalid files.
4 years ago
theonefx
ed9d659d64
remote all hystrix,zuul,ribbon
4 years ago
TheoneFx
02205e7dea
Merge pull request #1973 from theonefx/master
...
Use spring.cloud.version instead of the version number of each component
4 years ago
theonefx
45fae73e9f
support springboot1 and springboot2
4 years ago
theonefx
f8a6a4f753
add lost dependency of sc 2020
4 years ago
theonefx
e7521c02c9
2020 build done, unit test failed
4 years ago
theonefx
29091948e9
remove zuul example
4 years ago
theonefx
1492ad5693
upgrade spring cloud version to 2020.0.1
4 years ago
theonefx
d9727bb31f
Use spring.cloud.version instead of the version number of each component
4 years ago
theonefx
ee1e5d36ef
Use spring.cloud.version instead of the version number of each component
4 years ago
TheoneFx
41e65294f5
Merge pull request #1919 from ppzzyy11/master
...
修改了两个错误的URL
4 years ago
派哒
ca9048b251
Merge remote-tracking branch 'upstream/master'
4 years ago
theonefx
8542756d90
dubbo endpoint
4 years ago
zkzlx
5db4161acf
updated nacos example
4 years ago
zkzlx
e7fedb9d6f
Merge branch 'master' of github.com:alibaba/spring-cloud-alibaba
4 years ago
theonefx
38de8b0e47
remove all apache.commons
4 years ago
theonefx
a758b45661
push temporary
4 years ago
theonefx
a20c665497
update nacos client version 2 1.4.1
4 years ago
派哒
c3db7fdc91
修改了两个错误的URL
4 years ago
zkzlx
79bab3b269
test
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
yangying
1ecf526b5c
sentinel示例,添加sentinel配置,实现sentinel示例功能,以及运行说明。
4 years ago
eden-yuan
c19bd51584
不应该使用类实例访问静态成员\不应该直接使用不确定的值调用equals容易空指针\final static应该使用大写命名并且使用下划线
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
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
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
roger
3e5d5a98e1
explicitly add nacos service discovery option, handle divide zero error case
4 years ago
Roger3581321
a42bd2e3a9
explicitly use standalone mode in windows
...
explicitly use standalone mode otherwise cluster mode in windows batch environment
4 years ago
jacky
d7edf9f8ee
correct spelling
4 years ago
mercyblitz
5cd6c0f1e7
Fix the code style issues
4 years ago
mercyblitz
f34a8a13c6
Polish alibaba/spring-cloud-alibaba#1665 : [Sample] Upgrading the Dubbo Sample
5 years ago
mercyblitz
c0bcd52381
Polish alibaba/spring-cloud-alibaba#1661 : [Feature] Introducing Dubbo Gateway
5 years ago
孙继峰
ad36fd2e95
修正文档
5 years ago
zkzlx
f2f58b90a0
Merge remote-tracking branch 'upstream/master' into nacos-register
...
# Conflicts:
# spring-cloud-alibaba-starters/spring-cloud-starter-alibaba-nacos-discovery/src/main/java/com/alibaba/cloud/nacos/discovery/NacosServiceDiscovery.java
5 years ago
zkzlx
5135916175
[enhance issue #1492 ]Improved nacos configuration parsing, based on PropertySourceLoader---check
5 years ago
zkzlx
c07701d98e
[enhance issue #1492 ]Improved nacos configuration parsing, based on PropertySourceLoader
5 years ago
J-Cod3r
1e74332a0a
update nacos-discovery-example readme
5 years ago
zkzlx
0a89ad61e1
[enhance issue #1478 ]支持注册非活动节点
5 years ago
yuhuangbin
8a68526da7
fix issue#1456
5 years ago
Mercy Ma
2e934f09e9
Merge pull request #1398 from yuhuangbin/sidecar-enhance
...
sidecar enhance
5 years ago
Mercy Ma
c7ea46301f
Merge pull request #1354 from yuhuangbin/sentinel-nacos
...
Sentinel Nacos Data Source Certification
5 years ago
yuhuangbin
9831e9b69b
upgrade sentinel version to 1.7.2
5 years ago
yuhuangbin
fd58f75e41
sidecar enhance
5 years ago
余黄彬
2600e42f51
Update readme-zh.md
5 years ago
yuhuangbin
8991078055
fix issue#1350
5 years ago
yuhuangbin
cb27412021
fix issue#1350
5 years ago
mercyblitz
a198133852
Update pom.xml
5 years ago
mercyblitz
46b64a96fa
Update Samples
5 years ago
TheoneFx
75f98be294
Merge pull request #1306 from theonefx/master
...
fix link error in document
5 years ago
theonefx
a0fc48628c
fix document link error
...
ref: https://github.com/alibaba/spring-cloud-alibaba/issues/1214
5 years ago
yuhuangbin
a99b8f845f
sidecar enhance
5 years ago
theonefx
2ed48c5506
fix issue: https://github.com/alibaba/spring-cloud-alibaba/issues/1288
5 years ago
mercyblitz
2282d39df6
Polish alibaba/spring-cloud-alibaba/#1261 : Removing the commercial examples and adding starters into spring-cloud-alibaba-coverage module
5 years ago
yuhuangbin
e8e49ff39b
upgrade Seata and Spring Cloud Version
5 years ago
yuhuangbin
756c82ba1e
upgrade nacos client version
5 years ago
mercyblitz
1b749d47c1
Polish alibaba/spring-cloud-alibaba/#1222 : Resolve the examples issues
5 years ago
mercyblitz
93d5ce1054
Polish alibaba/spring-cloud-alibaba/#1222 : Resolve the relative path of pom.xml
5 years ago
mercyblitz
155ea9418f
Polish alibaba/spring-cloud-alibaba/#1222 : Combining the code-based and starter modules
5 years ago
fangjian0423
88b8319eda
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
5 years ago
fangjian0423
c5e27237fb
Closes #1126 , closes #1153 , closes #1123 , closes #1143 ; Update SNAPSHOT to 2.2.0.RELEASE.
5 years ago
fangjian0423
b1af3e2b87
update example configurations
5 years ago
fangjian0423
86640fc353
update example configurations
5 years ago
fangjian0423
49d0ebdabe
just update to match code style
5 years ago
mercyblitz
4402ee0bbe
Polish alibaba/spring-cloud-alibaba/#1192 : [Infrastructure] Upgrade the Dubbo 2.7.4.1 dependencies
5 years ago
fangjian0423
57e3059d8d
update examples
5 years ago
yuhuangbin
ab06f3232c
seata feignloadbalancer enhance
5 years ago
Jim Fang
5f8d8cc043
Merge pull request #1154 from slievrly/springboot
...
adapter: use seata-spring-boot-starter's autoConfiguration instead of spring-cloud-alibaba-seata-starter's autoConfiguration
5 years ago
fangjian0423
9a5518d302
update nacos config example
5 years ago
Jim Fang
f789803cac
Merge pull request #1171 from yuhuangbin/sentinel-enhance
...
[Upgrade] Upgrade Sentinel and Enhance
5 years ago
fangjian0423
00d449ba23
pass code check
5 years ago
slievrly
d040d6a3b7
throw exception
...
Signed-off-by: slievrly <slievrly@163.com>
5 years ago
fangjian0423
ddceb5f312
add spring cloud sentinel circuitbreaker demo
5 years ago
yuhuangbin
b0273fb1c8
upgrade sentinel version and enhance
5 years ago
fangjian0423
b70129c17f
add reactive discovery example
5 years ago
fangjian0423
a9e519265a
add s-c-loadbalancer example
5 years ago
Jim Fang
2a18ddb0be
Merge pull request #1136 from zkzlx/config-eh
...
[issue #982 & issue #978 ]enhance nacos config
5 years ago
slievrly
f36c94d3ed
fix checkstyle
...
Signed-off-by: slievrly <slievrly@163.com>
5 years ago
slievrly
fbd72a6000
fix checkstyle
...
Signed-off-by: slievrly <slievrly@163.com>
5 years ago
slievrly
4ac2622753
fix checkstyle
...
Signed-off-by: slievrly <slievrly@163.com>
5 years ago
slievrly
c644a2c1ec
fix ci
...
Signed-off-by: slievrly <slievrly@163.com>
5 years ago
slievrly
c216cad31c
fix properties
...
Signed-off-by: slievrly <slievrly@163.com>
5 years ago
slievrly
7b79b6a11b
Merge remote-tracking branch 'upstream/master' into springboot
...
Signed-off-by: slievrly <slievrly@163.com>
# Conflicts:
# spring-cloud-alibaba-seata/src/main/java/com/alibaba/cloud/seata/GlobalTransactionAutoConfiguration.java
5 years ago
slievrly
34d8267068
adapter: use seata-spring-boot-starter's autoConfiguration instead of spring-cloud-alibaba-seata-starter's autoConfiguration
...
Signed-off-by: slievrly <slievrly@163.com>
5 years ago
format
aba89ed5ba
Merge pull request #1100 from pigxcloud/master
...
replace code properties that have expired
5 years ago
fangjian0423
a27d0e2c71
optimize dubbo dependency and code style
5 years ago
zkzlx
85ddda03ff
[issue #982 & issue #978 ]enhance nacos config
5 years ago
冷冷
ffb246829f
replace code properties that have expired
5 years ago
qixiaobo
cfa1b20799
Merge remote-tracking branch 'upstream/master' into patch-1
5 years ago
fangjian0423
e4a4e7f288
update pom to adapt Hoxton version
5 years ago
祁晓波
460daaf1d8
Update readme.md
5 years ago
祁晓波
ed598ba427
add some warnings for classpath file datasource
...
You could use absolute path when you use File datasource & fat jar.
5 years ago
chuntaojun
935f50f9ab
fix(nacos): Repair to create a large number of Nacos*Service problems
5 years ago
chuntaojun
492b8d3b20
refactor(nacos): Roll back to the original solution to solve the problem of compatibility
5 years ago
zkzlx
217296ba02
Dependency error
5 years ago
fangjian0423
de9b1be4be
pass checkstyle plugin
5 years ago
format
9b32b41d05
Merge pull request #1001 from echooymxq/master
...
Optimize example module name
5 years ago
echooymxq
1bc20774c5
Optimize example module name
5 years ago
slievrly
6a90e643e6
update seata version and sample
...
Signed-off-by: slievrly <slievrly@163.com>
5 years ago
fangjian0423
576de3a218
update dubbo version on examples
5 years ago
fangjian0423
2435167e1e
format code with maven plugins
5 years ago
format
df3d9ce0e8
Merge pull request #941 from eacdy/master
...
Add module Spring Cloud Alibaba Sidecar
5 years ago
itmuch
670967a41c
add module Spring Cloud Alibaba Sidecar
5 years ago
format
7c452f6f7f
Merge pull request #920 from chuntaojun/fix_issue_859
...
fix(nacos): fix issue #859
5 years ago
format
179eab2b7e
Merge pull request #900 from lichen782/master
...
Support OssStorage Resource as WritableResource and add related unittest cases
5 years ago
chuntaojun
f0f86868b2
fix(nacos): fix issue #859
5 years ago
chuntaojun
5162d02b4e
fix(nacos): fix issue #859
5 years ago
fangjian0423
75f02aa2c5
some compatibility modifications about Hoxton
5 years ago
lichen782
572b13a0b3
Refactor the OssController upload2 to use try with clause
5 years ago
fangjian0423
0890e02db9
upgrade to Spring Cloud Hoxton
5 years ago
fangjian0423
e8ee68998e
upgrade to Spring Cloud Hoxton, close #917
5 years ago
chuntaojun
d2684c2882
fix(nacos): fix issue #859
5 years ago
chuntaojun
e4d85b6c7e
style(nacos): Standard code style.
5 years ago
chuntaojun
d1b64df9d2
refactor(nacos): Modify nacos service caching mechanism
5 years ago
format
8e1468d97c
Merge pull request #884 from zhaoyuguang/zhaoyuguang/dev4
...
remove unused import statement
5 years ago
format
5b07a560be
Merge pull request #876 from zhaoyuguang/zhaoyuguang/dev_3
...
Use Spring advanced API make design more clearer
5 years ago
lichen782
9edab1215b
Support OssStorage Resource as WritableResource and add related
...
unittest cases
5 years ago
赵禹光
34acf7034e
remove unused import statement
6 years ago
赵禹光
189837ed12
remain annotations clearer
6 years ago
赵禹光
3eb75988e3
example annotations clearer
6 years ago
Rivers-Shall
57ec776c7b
Modify `nacos-discovery-example` to test UrlCleaner of
...
`SentinelResttemplate`
6 years ago
panda
9dc03faa41
some doc no error correction
6 years ago
fangjian0423
c747d1f5e6
close #816
6 years ago
sundong
ab819291e7
fescar -> seata
6 years ago
冷冷
45dd5ca4c9
⬆️ Upgrading Version.2.1.1.BUILD-SNAPSHOT
6 years ago
冷冷
ac06210597
Merge https://github.com/alibaba/spring-cloud-alibaba
6 years ago
fangjian0423
9cf5624a86
Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
6 years ago
冷冷
e9d6f2b5bd
📝 Writing docs. add sentinel feign example doc
6 years ago
fangjian0423
c8f9465fdc
Update SNAPSHOT to 2.1.0.RELEASE
6 years ago
冷冷
5a1c2b5fef
✅ Adding tests. add sentinel feign example
6 years ago
mercyblitz
be18803104
Update The sample
6 years ago
mercyblitz
9e0a5185d1
Polish spring-cloud-incubator/spring-cloud-alibaba#623 : Bugfix
6 years ago
mercyblitz
ad9ce6267c
Polish spring-cloud-incubator/spring-cloud-alibaba#600 : [Enhancement] Dubbo Spring Cloud Changes the dependency of spring-boot-actuator to be optional
6 years ago
fangjian0423
368487931f
close #741
6 years ago
fangjian0423
8ed7e8b7c8
sentinel upgrade to 1.6.2, close #787
6 years ago
fangjian0423
04434bf977
update docs
6 years ago
fangjian0423
a593f774e0
optimize pom
6 years ago
fangjian0423
3427a7345d
update sentinel demo
6 years ago
fangjian0423
9557879f44
update sentinel demo
6 years ago
format
9937bcf1a1
Merge pull request #778 from pigxcloud/master
...
✨ Introducing new features. Sentinel Support RedisDataSource…
6 years ago
fangjian0423
145c14058b
update sentinel examples
6 years ago
fangjian0423
4003350d09
fix fescar typo & other typo
6 years ago
Xin Wang
7bd0adc99e
update circleci url
6 years ago
冷冷
0e79b0ed31
✨ Introducing new features. Sentinel Support RedisDataSource Dynamic Rule Configuration
6 years ago
slievrly
471a1228ff
upgrade seata to 0.7.1 and update seata sample
...
Signed-off-by: slievrly <slievrly@163.com>
6 years ago
format
0f55fcc696
Merge pull request #775 from 734184341/master
...
View acm's health interface through the URL
6 years ago
zhh
8369b0de0f
暴露acm的health接口
6 years ago
Rivers-Shall
bbc06485db
Fix acm-local-example
...
Make the example app automatically refresh value from acm config server
by adding `@RefreshScope` annotation.
6 years ago
fangjian0423
883c66f251
polish #761 update pkg name & maven coordinate for Greenwich
6 years ago
fangjian0423
108a62a65c
Updates to spring cloud Greenwich.SR2
6 years ago
format
334cc9e7fd
Merge pull request #714 from JevonYang/master
...
Configuration for looking up config-server URL via nacos discovery
6 years ago
fangjian0423
e812061a75
update sentinel add hot param flow rule case
6 years ago
Jevon Yang
f4f407b84c
example for issue #714 to validate the pr
6 years ago
caotc
4271669096
把过时的rocketmq的nameServer的地址配置名称修正为当前使用的配置名称
6 years ago
lujian
3a15c7ea15
Dubbo graduated from Apache, remove the incubating word in README.
6 years ago
format
24c8ddee8b
Merge pull request #671 from cdfive/SentinelHealthIndicator
...
Add HealthIndicator in Sentinel Starter
6 years ago
cdfive
584d5f4107
Check the health status of Sentinel DataSource using AbstractDataSource#loadConfig.
6 years ago
cdfive
3e2fa1b903
Fix typo in md files, acutator-> actuator,implmentation->implementation
6 years ago
cdfive
9c638b8d3f
Add SentinelHealthIndicator to do some health check for Sentinel #265
6 years ago
fangjian0423
c4c8b4927e
modify properties
6 years ago
fangjian0423
e840fd0b59
refactor sentinel gateway module
6 years ago
format
8206a7714e
Merge pull request #641 from slievrly/p3c_style
...
optimize code to match p3c check rules
6 years ago
jimin.jm
4dcd68f6e1
optimize code to match p3c check rules
...
Signed-off-by: jimin.jm <jimin.jm@alibaba-inc.com>
6 years ago
jimin.jm
d2e9ad453c
upgrade Seata version to 0.5.1
...
Signed-off-by: jimin.jm <jimin.jm@alibaba-inc.com>
6 years ago
fangjian0423
530a36fc06
modify name of ruleType and update example
6 years ago
fangjian0423
ef415f87ad
Polish #615 , rename spring-cloud-alibaba-sentinel-zuul to spring-cloud-alibaba-sentinel-gateway
6 years ago
fangjian0423
1b0485402c
Polish #615 , add gateway example
6 years ago
format
7f9781bde4
Merge pull request #616 from fangjian0423/master
...
[Sentinel] Support Webflux
6 years ago
format
38880a363c
Merge pull request #611 from fangjian0423/binder-dev
...
[RocketMQ Binder] Support PolledConsumer
6 years ago
fangjian0423
2047418d8b
modify sentinel dependency
6 years ago
fangjian0423
566753aba7
add sentinel webflux example and modify sentinel web example
6 years ago
mercyblitz
1c98a232bf
Remove the Chinese comments
6 years ago
mercyblitz
46cb0b41e4
Duplicate the dependencies for samples
6 years ago
mercyblitz
9d37e7aec6
Update the dependencies for bugfix
6 years ago
mercyblitz
6ccc3e25d6
Update Samples and Documents
6 years ago
jimin.jm
2de993b219
upgrade Seata version to 0.5.0
...
Signed-off-by: jimin.jm <jimin.jm@alibaba-inc.com>
6 years ago
buildmaster
632fb10ebe
Bumping versions to 0.9.1.BUILD-SNAPSHOT after release
6 years ago
buildmaster
9c7f866c77
Going back to snapshots
6 years ago
buildmaster
3ea4843681
Update SNAPSHOT to 0.9.0.RELEASE
6 years ago
fangjian0423
d6f8a7801d
change version from 2.1.0.BUILD-SNAPSHOT to 0.9.0.BUILD-SNAPSHOT
6 years ago
fangjian0423
0e6565b461
updata dubbo versions of all components to 2.7.1
6 years ago
jimin.jm
6e02fc4ca8
upgrade seata dependency and config
...
Signed-off-by: jimin.jm <jimin.jm@alibaba-inc.com>
6 years ago
flystar32
67bbfc1ed6
rename fescar to seata
6 years ago
fangjian0423
52da6f43c4
Merge remote-tracking branch 'upstream/master' into binder-dev
6 years ago
mercyblitz
2b5f7dc724
Polish spring-cloud-incubator/spring-cloud-alibaba#553 : Dubbo Spring Cloud service invocations failed without REST protocol
6 years ago
mercyblitz
0c73d6e6af
Polish spring-cloud-incubator/spring-cloud-alibaba#549 : Update samples
6 years ago
mercyblitz
da86149ffb
Merge remote-tracking branch 'upstream/master'
6 years ago
mercyblitz
ffcd829a99
Polish spring-cloud-incubator/spring-cloud-alibaba#549 : LoadBalancerInterceptor bean may be missing
6 years ago
fangjian0423
6b3f5cbd4c
Updates to spring cloud Greenwich.SR1
6 years ago
Mercy Ma
e7a1dfd46c
Merge pull request #546 from mercyblitz/master
...
Dubbo Spring Cloud Updates
6 years ago
fangjian0423
5671851d08
Polish #541 , update rocketmq-examples with poll consumer
6 years ago
flystar32
04613951be
update nacos watch pull duration to 30 seconds
6 years ago
fangjian0423
ebaf38fda7
update nacos config examples
6 years ago
mercyblitz
f2fa0addf8
Polish spring-cloud-incubator/spring-cloud-alibaba#538 : Add Production-Ready features for Dubbo Spring Cloud
6 years ago
mercyblitz
d5bdfbf127
Update Dubbo samples' plugins
6 years ago
mercyblitz
e78b6dbaac
Merge remote-tracking branch 'upstream/master'
6 years ago
mercyblitz
c12252566a
Update Dubbo Spring Boot Starter 2.7.1
6 years ago
xiaojing
017044e123
update readme
6 years ago
xiaojing
0c1e6e13cf
update readme
6 years ago
Mercy Ma
3230a61a23
Merge pull request #525 from mercyblitz/master
...
Polish spring-cloud-incubator/spring-cloud-alibaba#524 : Add @Configu…
6 years ago
mercyblitz
fd410ccf38
Polish spring-cloud-incubator/spring-cloud-alibaba#524 : Add @ConfigurationProperties for Dubbo Spring Cloud
6 years ago
Mercy Ma
c262c5a8a4
Merge pull request #522 from mercyblitz/master
...
Polish spring-cloud-incubator/spring-cloud-alibaba#500 : dubbo failed…
6 years ago
mercyblitz
026046fb15
Polish spring-cloud-incubator/spring-cloud-alibaba#500 : dubbo failed to transfer object using Fegin mode
6 years ago
fangjian0423
34d7f56158
update pom to fix build error
6 years ago
format
eb7f63f53d
Merge pull request #513 from MaoJianwei/master
...
Add an usage for config listener. We can react to the change of config data.
6 years ago
Mercy Ma
02e2892f13
Merge pull request #515 from mercyblitz/master
...
Polish spring-cloud-incubator/spring-cloud-alibaba#510 : Reactor code
6 years ago
mercyblitz
e32b020198
Polish spring-cloud-incubator/spring-cloud-alibaba#510 : Reactor code
6 years ago
Mercy Ma
5df1d76945
Merge pull request #514 from mercyblitz/master
...
Refactor Dubbo Service registration
6 years ago
mercyblitz
4b111e4e46
Polish spring-cloud-incubator/spring-cloud-alibaba#510 : Dubbo Spring Cloud Non-Web Provider Registration issue
6 years ago
Jianwei Mao
961d87d9e0
Add an usage for config listener
...
1. add an example that reacting to the change of config data using Listener.
2. update string format of output.
6 years ago
mercyblitz
cda6d4ac6a
Polish spring-cloud-incubator/spring-cloud-alibaba#509 : Random port Dubbo Spring Cloud Provider registration issue
6 years ago
小马哥
5073b10ad1
Merge branch 'master' of https://github.com/mercyblitz/spring-cloud-alibaba
6 years ago
小马哥
a50324c43a
To add Gateway demo
6 years ago
mercyblitz
8218c9d38b
Optimize
6 years ago
mercyblitz
3407cd36de
Refactor Dubbo Service registration logic:
...
1. Simplify registration implementation
2. Add Event-Driven
6 years ago
fangjian0423
1cd4efdd1f
Merge remote-tracking branch 'upstream/master'
6 years ago
flystar32
97a77d5c2b
change version from 0.2.2.BUILD-SNAPSHOT to 2.1.0.BUILD-SNAPSHOT
6 years ago
flystar32
655f752e12
format code
6 years ago
fangjian0423
080ad2df1e
fix bug about feign and update examples
6 years ago
fangjian0423
ec98a2db01
code format
6 years ago
fangjian0423
5995687dd5
update sentinel examples
6 years ago
fangjian0423
48dc322407
add spring-cloud-alibaba-dubbo to bom and remove useless example
6 years ago
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
6 years ago
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
6 years ago