ruansheng
|
f425478f89
|
Fixed: server pulling old config in Nacos cluster mode (#3600) (#3609)
* Fix nacos config update in Nacos cluster
* add capacity limit for nacos config snapshots
* add capacity limit for nacos config snapshots
* optimized the nacos config snapshot
|
1 year ago |
Ken Liu
|
35f83e394c
|
Fix #3314, set default nacos server address when `spring.config.import` enabled. (#3508)
* fix #3314, set default nacos server address when config.import enabled.
|
1 year ago |
RuanSheng
|
2cbfcebe86
|
Fix: Add jakarta annotation api (#3342) (#3347)
* Fix: Add jakarta annotation api (#3342)
|
2 years ago |
RuanSheng
|
9b121fa92d
|
[2021.x] Fix: SentinelRestTemplate support custom RestTemplate (#3329) (#3345)
* Fix: SentinelRestTemplate support custom RestTemplate (#3329)
* Add fix comment (#3329)
|
2 years ago |
ZhangBin
|
0602974b60
|
fix: Nacos integration with SpringBootAdmin.(2021.x) (#3307)
|
2 years ago |
liuwei
|
40f033340d
|
fix(loadbalancer): NacosLoadBalancer cannot be used with HintBasedServiceInstanceListSupplier
close #3269
|
2 years ago |
Bowen Li
|
f83c7290f7
|
Fix: pollable consumer doesn't ack the message correctly (#3239)
|
2 years ago |
Steve Rao
|
d50b995a7a
|
feature: support dual stack address registry and discovery in SCL (#3207)
Support dual stack address registry and discovery in SCL (#3207)
|
2 years ago |
Steve Rao
|
1ffd329f4b
|
fix: remove useless suffix of IPv6 address (#3188)
|
2 years ago |
RuanSheng
|
4e1b06826b
|
Fix nacos discovery/config log (#3133) (#3160) (#3165)
|
2 years ago |
min1854
|
9d356d4c1e
|
fallback support factoryBean 2021.x branch (#3162)
feign fallback support factoryBean
|
2 years ago |
YuLuo
|
78e789bc35
|
update copyright in 2021.x (#3126)
|
2 years ago |
RuanSheng
|
8f1885f5e5
|
[Sync 2022.x to 2021.x] Remove sentinel @Validated annotation (#3120)
* remove @Validated annotation (#3103)
* remove sentinel @Validated annotation
|
2 years ago |
panzhi
|
1f5b0e6a2f
|
fix SecretKey leakage risk (#2883)
fix SecretKey leakage risk
|
2 years ago |
YuLuo
|
8d476f137e
|
update nacos version in 2021.x (#3069)
* update nacos client to 2.2.0
|
2 years ago |
ruansheng
|
450efab50f
|
Fix reactive sentinel circuit breaker tests (#3054) (#3063)
* Fix reactive sentinel circuit breaker tests
|
2 years ago |
ruansheng
|
66f2448f17
|
[fix issue #3043] support comment in json config
|
2 years ago |
WangLiang/王良
|
f614c6edae
|
optimize: alibaba-seata: Transfer XID using `feign.RequestInterceptor` (#1946) (#2993)
* optimize: alibaba-seata: Transfer XID using `feign.RequestInterceptor`
* 移除多余的代码
* imports顺序调整。
* Feign.Builder的默认retryer修改为NEVER_RETRY。
* fix style
* fix style
* Update SeataFeignBuilderBeanPostProcessor.java
* add static
|
2 years ago |
Bowen Li
|
b871b74718
|
Reuse rocketmq producer in 2021.x (#2949)
*Reuse rocketmq producer
|
2 years ago |
Steve Rao
|
2fe103cb00
|
Merge pull request #2934 from ruansheng8/fix-configDataId
[ISSUE #2906] Fix same dataId with different group and namespace can'…
|
2 years ago |
Jack Xu
|
8576e90af1
|
fix: the sidecar's ip not registe to nacos discovery
|
2 years ago |
ruansheng
|
e5a1590760
|
[ISSUE #2906] Fix same dataId with different group and namespace can't override in local
|
2 years ago |
ruansheng
|
6f55171371
|
Rename HeartBeat bean name
|
2 years ago |
ruansheng
|
de8d2c8cbf
|
Rename NacosGatewayLocatorHeartBeat
|
2 years ago |
ruansheng
|
191a267ac8
|
Add nacosWatch tests
|
2 years ago |
ruansheng
|
b80b34ca91
|
Fix nacos discovery client config test
|
2 years ago |
ruansheng
|
4a51c2072b
|
correct spring configuration metadata of nacosWatch
|
2 years ago |
ruansheng
|
f57fea67ba
|
[ISSUE#2868] Refactor nacos watch
|
2 years ago |
ruansheng
|
ab7264c769
|
Add nacos config namespace properties comment ruansheng Today 17:16
|
2 years ago |
ruansheng
|
1103ac3959
|
Fix nacos config namespace
|
2 years ago |
zhoujia
|
c3492cf69f
|
add support for consul ack-token
|
2 years ago |
JAY
|
c5c4fed524
|
fix: replace some character strings to static constant (#2851)
|
2 years ago |
Sorie
|
8c0f1a26fb
|
Fix rocketmq bus. (#2794)
* Fix rocketmq bus.
* Fix nacos test and add boostrap dependency in spring-cloud-bus-rocketmq-example
|
2 years ago |
Roger3581321
|
bfdc475091
|
Fix a grammar typo in README (#2819)
|
2 years ago |
chengpu
|
993c1633b9
|
fix: fix declaration and log level error
|
2 years ago |
pandaapo
|
32e75e2d9a
|
When ipType is IPv6 but there's no IPv6 found, find IPv4(Fixes gh-2802) (#2806)
* When ipType is IPv6 but there's no IPv6 found, find IPv4(Fixes gh-2802)
* modify the logic of findFirstNonLoopbackIPv6Address()
|
2 years ago |
chengpu.rzh
|
7ba72d022a
|
fix: fix NetworkInterfaceTests using IPv6 address error.
|
2 years ago |
Wu Daifu
|
4266809b63
|
change logger from parent class to log in current class(Fixes gh-2366) (#2791)
|
3 years ago |
Wu Daifu
|
ed26351e93
|
Fix issue 2698: resolve errors in generating javadocs by mvn install (#2781)
|
3 years ago |
demoManito
|
1ef9650b42
|
fix syntax problems
|
3 years ago |
chengpu.rzh
|
ff08867190
|
feature: update Nacos to 2.0.4, #2747
|
3 years ago |
chengpu.rzh
|
8a4cdf26d9
|
Merge remote-tracking branch 'origin/2021.x' into 2021.x
|
3 years ago |
chengpu.rzh
|
6882d2cd62
|
refactor: delete useless module of nacos config server
|
3 years ago |
windwheel
|
b53de81b7a
|
remove code
|
3 years ago |
sorie
|
6d21378420
|
Fix rocketmq test
|
3 years ago |
windwheel
|
851cd68984
|
fix message channel transfer
|
3 years ago |
windwheel
|
10deb9cbcd
|
add register channel
|
3 years ago |
windwheel
|
68bb568ee4
|
add channel outout collector
|
3 years ago |
Freeman Liu
|
21999856b6
|
Merge pull request #2646 from Sorieee/2021.x_sorie_pollableMessageSource
2021.x sorie pollable message source
|
3 years ago |
lai hui
|
b565a62418
|
fix checkstyle error
|
3 years ago |