Commit Graph

2142 Commits (3cb9c9620322c06643d8e2f9c0aac06c2fdb5bac)
 

Author SHA1 Message Date
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
RovingSea 9a60c85115 style(#2689): Polish code and extract commonalities (#2849)
* style(#2689): Polish code and extract commonalities

- Increase the readability of collect uris
- Extract the same operation of extending ServiceMeta List
- Use generics to indicate types

* style(#2689): Polish code

- Improve documentation
2 years ago
JAY e3f3c33605
fix: replace some character strings to static constant (#2854) 2 years ago
chengpu 39ca49c2ae fix: delete wrong property and dependency 2 years ago
黄sir e936681aa6 doc: polish doc with syntax mistake
doc: polish doc format

doc: polish kubernetes doc

doc: polish local version doc

doc: polish k8s doc
2 years ago
黄sir ddf937037a add public image repo 2 years ago
黄sir 442e8d0481 add dockerfile for each microservice 2 years ago
黄sir 7ed0413726 make local version code same as kubernetes version code 2 years ago
黄sir 9b1f31215b doc: remove useless statements in docs 2 years ago
黄sir 9a2a4141a7 polish yaml for kubernetes resource 2 years ago
黄sir 932594d136 doc: add Helm installation docs for integrated example 2 years ago
黄sir 44547a9af6 feat: Helm installation for integrated example on kubernetes 2 years ago
chengpu 92b713b577 docs: remove redundant content 2 years ago
Roger3581321 84f9a26cfe
Correct a spelling mistake in ans.adoc (#2820) 2 years ago
Roger3581321 74c7b8972c
Fix a grammar typo in README (#2821) 2 years ago
pandaapo e3ad76a508
Fix issue 2799: add some configuration items. (#2811)
* Fix issue 2799: add some configuration items.
2 years ago
windWheel 63708c0fc8
Merge pull request #2633 from complone/seata-doc-fix
add seata doc
2 years ago
windwheel 17e1ce225f adjust yml 2 years ago
pandaapo f112981a0b
When ipType is IPv6 but there's no IPv6 found, find IPv4(Fixes gh-2802) (#2810)
* When ipType is IPv6 but there's no IPv6 found, find IPv4(Fixes gh-2802)

* correct findIPv6Address()

* correct import
2 years ago
o‘Laoxu 3ba918ce09
Fix network interface test issues . (#2774) 2 years ago
Yuyao Huang bb5c6d0e92
feat: integrated example local version initialized (#2711)
* Integrated example local version business and docs initialized

* polish code

* add frontend module and refactor distributed tx scenarios

* resolving front-end cross-origin

* rocketmq frontend

* sentinel frontend

* feat: localized deployment for integrated-example
2 years ago
jesse.tang 11d6cf90bf
fix: spring-cloud-alibaba-examples grammar from branch 2.2.x (#2793)
* fix spring-cloud-alibaba-examples grammar

* fix 地 => 的

* fix 地 => 的 and to => the

* fix
2 years ago
Wu Daifu cda0917a02
remove the redundant log(Fixes gh-2503) (#2790) 2 years ago