Commit Graph

2184 Commits (04893e22d7f757daf12fed6d68021488ba127196)
 

Author SHA1 Message Date
Steve Rao 04893e22d7
fix: modified docs grammar error (#3201) 2 years ago
panxiaojun233 57a0dabb4d
Optimize the bug report document (#3187) 2 years ago
YuLuo 99f6c23237
add maven spring-boot plugin (#3182) 2 years ago
RuanSheng 6c805e634c
Fix nacos discovery/config log (#3133) (#3160) 2 years ago
min1854 62bcfa9670
fallback support factoryBean 2.2.x branch (#3163)
feign fallback support factoryBean
2 years ago
RuanSheng 31d9c81fe0
Merge pull request #3156 from steverao/2.2.x-0217-fix_IPv6_problem
fix: remove useless suffix of IPv6 address.
2 years ago
chengpu 0b057820db fix: remove useless suffix of IPv6 address. 2 years ago
YuLuo e477cbc874
update copyright years in 2.2.x branch (#3146) 2 years ago
YuLuo a5e53dccaa
add WebClient example (#3140) 2 years ago
YuLuo a2d91e56c5
Optimize the Appactive module (#3107) 2 years ago
RuanSheng 5593d67039
Merge pull request #3129 from steverao/2.2.x-0131-delete_invalid_comments
[Sync 2022.x to 2.2.x]: deleted invalid contents
2 years ago
chengpu bf7a5a5c0e [Sync 2022.x to 2.2.x]: deleted invalid contents 2 years ago
RuanSheng 69fd697501
[Sync 2022.x to 2.2.x] Remove sentinel @Validated annotation (#3121)
* remove @Validated annotation (#3103)

* remove sentinel @Validated annotation
2 years ago
Steve Rao 1b2cbe44b7
governance: fixed governance examples problem. (#3113)
governance: fixed governance examples problem
2 years ago
Steve Rao c1034a020a
governance: fixed comments problem. (#3112)
governance: fixed comments problem
2 years ago
Liu Ziming 4d98800ea1
fix: fix the bug that the eds protocol is never observed (#3109)
fix: fix the bug that the eds protocol is never observed
2 years ago
RuanSheng b71902a0d8
Merge pull request #3104 from steverao/2.2.x-docs
docs: polish governance user document.
2 years ago
chengpu 26a77ec25f docs: polish governance user document. 2 years ago
panxiaojun233 f233705dc3
fix examples relevant readme docs (#3102)
fix examples relevant readme docs
2 years ago
YuLuo 2530f0400a
Updated yml format in 2.2.x branch (#3100)
Updated yml format in 2.2.x branch
2 years ago
panzhi 5f923b41e9
fix RocketMQ SecretKey leakage risk (#3092)
fix RocketMQ SecretKey leakage risk.
2 years ago
Huxing Zhang b68bf725f4
Merge pull request #3096 from 123liuziming/2.2.x-copyright
fix: Update copyright year
2 years ago
musi 48638bcd38 fix: Update copyright year 2 years ago
Steve Rao 244bb93776
docs: Polish user document. (#3089)
docs: Polish user document
2 years ago
Steve Rao 4378537a38
feature: update 2.2.10-RC1 relevant docs (#3086)
feature: update 2.2.10-RC1 relevant docs
2 years ago
Liu Ziming 7ca2f15ae3
2.2.x fix npe (#3085)
* fix: fix npe in routing and reverse the flag in observeListeners

* refactor: route -> routing
2 years ago
Steve Rao 4176e8f6df
refactor: rename the module name (#3084)
refactor: rename the module name
2 years ago
Steve Rao 3ab16864f7
Modified version to 2.2.10-RC1 (#3083)
Modified version to 2.2.10-RC1
2 years ago
Steve Rao 85db59ec38
refactor: rename some core classes about routing (#3082)
refactor: rename some core classes about routing
2 years ago
HHoflittlefish777 6b6a804258
update labelRouting to routing (#3077)
* update labelRouting to routing
2 years ago
HHoflittlefish777 dbe8452833
update routing module docs (#3076)
* update routing module docs
2 years ago
HHoflittlefish777 7fec17101e
filter invalid IPv6 (#3026)
* fix: filter invalid IPv6
2 years ago
Steve Rao 92dfe78d4b
feature: update nacos-client to 2.2.0 (#3081)
feature: update nacos-client to 2.2.0
2 years ago
Steve Rao 57558b9723
feature: update seata-client to 1.6.1 (#3080)
feature: update seata-client to 1.6.1
2 years ago
Steve Rao 6d46299916
feature: update sentinel to 1.8.6 (#3079)
feature: update sentinel to 1.8.6
2 years ago
Liu Ziming e9a6add9fb
fix: add future get timeout (#3078)
fix: add future get timeout
2 years ago
HHoflittlefish777 e680fedbc6
support both IPv4 and IPv6 register (#3029)
* support both IPv4 and IPv6 register
2 years ago
Liu Ziming d3c26037e8
Polish code & fix envoy control plane api dependency version (#3073)
Polish code & fix envoy control plane api dependency version
2 years ago
Steve Rao e0636ecfb3
Merge microservices governance to main branch (#3066)
* feature:microservices governance modules
2 years ago
ruansheng 19a477a13a
Fix reactive sentinel circuit breaker tests (#3054) (#3067)
* Fix reactive sentinel circuit breaker tests
2 years ago
Steve Rao 91be550a11
Merge pull request #3051 from ruansheng8/2.2.x-fix-nacosJsonPropLoader
[2.2.2x] [fix issue #3043] support comment in nacos json config
2 years ago
ruansheng c2ce0dd410 [fix issue #3043] support comment in json config 2 years ago
WangLiang/王良 3cb9c96203
optimize: alibaba-seata: Transfer XID using `feign.RequestInterceptor` (#1946)
* 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
Steve Rao ad9715dfec
Merge pull request #2959 from MieAh/make_module_names_consistent_for2.2.x
Make module names consistent.
2 years ago
MieAh 08082ec40d Change the external configuration to spring.config.import to import 2 years ago
MieAh 9ee4b81245 Make module names consistent. 2 years ago
Steve Rao 5406b488f0
Merge pull request #2950 from LeBW/2.2.x-feature-rocketmq
Change default group name to "anonymous"
2 years ago
泊闻 f5f4101abf Change default group constant to "annoymous" 2 years ago
TheoneFx d8f6d6a4fc
Merge pull request #2945 from steverao/2.2.x-fix_invalid_urls
fix some invalid urls in appactive module
2 years ago
chengpu 88945d0a93 fix: modified invalid URLs 2 years ago