Commit Graph

2214 Commits (2.2.x)
 

Author SHA1 Message Date
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
Steve Rao 1c07b762e0
Merge pull request #2943 from MieAh/fix/typos_for2.2.x
fix misspelled word.
2 years ago
MieAh 3287ea8847 fix typos 2 years ago
WangCanxuan 39db289c17
Refactor/nacos-discovery-example_for2.2.x (#2940)
* Refactor nacos discovery examples.
2 years ago
fszhang 1df238ad25
for 2.2.x : update seata doc && update mysql-connector-java version (#2927)
update seata doc && update mysql-connector-java version
2 years ago
Bowen Li 5e80d7c2c4
refactor RocketMQProduceFactory: reuse producer (#2699)
* refactor RocketMQProduceFactory: Reuse producer

* 1. Change HashMap to ConcurrentHashMap
2. Don't reuse TransactionMQProducer
3. Add `sendCallBack` to key

* add some comments

* fix checkstyle

* add final to PRODUCER_REUSABLE_MAP

* add default group name for producer
2 years ago
ruansheng eb3423862f
Refactor NacosWatch and support zuul in 2.2.x (#2904)
* Refactor NacosWatch (#2868)

* GatewayHeartBeatPublisher support zuul

* Add GatewayHeartBeatPublisher tests

* Update readme doc

* Fix nacosWatch property hint
2 years ago
ruansheng 2675284aae
Sync from branch of 2021.x (#2876)
* Fix nacos config namespace

* Add nacos config namespace properties comment ruansheng Today 17:16
2 years ago
Neptune 10177bc436
Merge pull request #2871 from steverao/2.2.x
fix: disabled NacosWatch and avoid tests failed
2 years ago
chengpu a0e0b532d6 fix: disabled NacosWatch and avoid tests failed 2 years ago
Steve Rao 4eb686e68b
Merge pull request #2870 from TrevorLink/2.2.x
feat: integrated-example local and kubernetes deployment
2 years ago
黄sir 84854d6d4b feat: integrated-example local and kubernetes deployment 2 years ago
Steve Rao d14142eae1
Merge pull request #2828 from TrevorLink/2.2.x-examples
feat: Helm installation for integrated exmaple
2 years ago
黄sir ac79cc8af0 doc: add kubernetes node port & cluster ip config 2 years ago
黄sir a9b9204e57 remove useless declaration in k8s resource for business module 2 years ago
黄sir 390a896dce remove useless declaration in kubernetes resource yaml 2 years ago
黄sir 4da54f53a3 doc: polish doc for some format and capitalization letter problem 2 years ago
黄sir 21bca52138 doc: add node port and cluster ip export docs 2 years ago
黄sir d74634e3e1 modify image prefix to sca-community 2 years ago
黄sir 082b79398f keep config and register group all the same as 'integrated-example' 2 years ago
chengpu a9ce725ef3 Merge branch '2.2.x' of https://github.com/alibaba/spring-cloud-alibaba into 2.2.x 2 years ago