Commit Graph

2166 Commits (f233705dc33adc64090b039c186e896d40f588f6)
 

Author SHA1 Message Date
panxiaojun233 f233705dc3
fix examples relevant readme docs ()
fix examples relevant readme docs
YuLuo 2530f0400a
Updated yml format in 2.2.x branch ()
Updated yml format in 2.2.x branch
panzhi 5f923b41e9
fix RocketMQ SecretKey leakage risk ()
fix RocketMQ SecretKey leakage risk.
Huxing Zhang b68bf725f4
Merge pull request from 123liuziming/2.2.x-copyright
fix: Update copyright year
musi 48638bcd38 fix: Update copyright year
Steve Rao 244bb93776
docs: Polish user document. ()
docs: Polish user document
Steve Rao 4378537a38
feature: update 2.2.10-RC1 relevant docs ()
feature: update 2.2.10-RC1 relevant docs
Liu Ziming 7ca2f15ae3
2.2.x fix npe ()
* fix: fix npe in routing and reverse the flag in observeListeners

* refactor: route -> routing
Steve Rao 4176e8f6df
refactor: rename the module name ()
refactor: rename the module name
Steve Rao 3ab16864f7
Modified version to 2.2.10-RC1 ()
Modified version to 2.2.10-RC1
Steve Rao 85db59ec38
refactor: rename some core classes about routing ()
refactor: rename some core classes about routing
HHoflittlefish777 6b6a804258
update labelRouting to routing ()
* update labelRouting to routing
HHoflittlefish777 dbe8452833
update routing module docs ()
* update routing module docs
HHoflittlefish777 7fec17101e
filter invalid IPv6 ()
* fix: filter invalid IPv6
Steve Rao 92dfe78d4b
feature: update nacos-client to 2.2.0 ()
feature: update nacos-client to 2.2.0
Steve Rao 57558b9723
feature: update seata-client to 1.6.1 ()
feature: update seata-client to 1.6.1
Steve Rao 6d46299916
feature: update sentinel to 1.8.6 ()
feature: update sentinel to 1.8.6
Liu Ziming e9a6add9fb
fix: add future get timeout ()
fix: add future get timeout
HHoflittlefish777 e680fedbc6
support both IPv4 and IPv6 register ()
* support both IPv4 and IPv6 register
Liu Ziming d3c26037e8
Polish code & fix envoy control plane api dependency version ()
Polish code & fix envoy control plane api dependency version
Steve Rao e0636ecfb3
Merge microservices governance to main branch ()
* feature:microservices governance modules
ruansheng 19a477a13a
Fix reactive sentinel circuit breaker tests () ()
* Fix reactive sentinel circuit breaker tests
Steve Rao 91be550a11
Merge pull request from ruansheng8/2.2.x-fix-nacosJsonPropLoader
[2.2.2x] [fix issue ] support comment in nacos json config
ruansheng c2ce0dd410 [fix issue ] support comment in json config
WangLiang/王良 3cb9c96203
optimize: alibaba-seata: Transfer XID using `feign.RequestInterceptor` ()
* optimize: alibaba-seata: Transfer XID using `feign.RequestInterceptor`

* 移除多余的代码

* imports顺序调整。

* Feign.Builder的默认retryer修改为NEVER_RETRY。

* fix style

* fix style

* Update SeataFeignBuilderBeanPostProcessor.java

* add static
Steve Rao ad9715dfec
Merge pull request from MieAh/make_module_names_consistent_for2.2.x
Make module names consistent.
MieAh 08082ec40d Change the external configuration to spring.config.import to import
MieAh 9ee4b81245 Make module names consistent.
Steve Rao 5406b488f0
Merge pull request from LeBW/2.2.x-feature-rocketmq
Change default group name to "anonymous"
泊闻 f5f4101abf Change default group constant to "annoymous"
TheoneFx d8f6d6a4fc
Merge pull request from steverao/2.2.x-fix_invalid_urls
fix some invalid urls in appactive module
chengpu 88945d0a93 fix: modified invalid URLs
Steve Rao 1c07b762e0
Merge pull request from MieAh/fix/typos_for2.2.x
fix misspelled word.
MieAh 3287ea8847 fix typos
WangCanxuan 39db289c17
Refactor/nacos-discovery-example_for2.2.x ()
* Refactor nacos discovery examples.
fszhang 1df238ad25
for 2.2.x : update seata doc && update mysql-connector-java version ()
update seata doc && update mysql-connector-java version
Bowen Li 5e80d7c2c4
refactor RocketMQProduceFactory: reuse producer ()
* 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
ruansheng eb3423862f
Refactor NacosWatch and support zuul in 2.2.x ()
* Refactor NacosWatch ()

* GatewayHeartBeatPublisher support zuul

* Add GatewayHeartBeatPublisher tests

* Update readme doc

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

* Add nacos config namespace properties comment ruansheng Today 17:16
Neptune 10177bc436
Merge pull request from steverao/2.2.x
fix: disabled NacosWatch and avoid tests failed
chengpu a0e0b532d6 fix: disabled NacosWatch and avoid tests failed
Steve Rao 4eb686e68b
Merge pull request from TrevorLink/2.2.x
feat: integrated-example local and kubernetes deployment
黄sir 84854d6d4b feat: integrated-example local and kubernetes deployment
Steve Rao d14142eae1
Merge pull request from TrevorLink/2.2.x-examples
feat: Helm installation for integrated exmaple
黄sir ac79cc8af0 doc: add kubernetes node port & cluster ip config
黄sir a9b9204e57 remove useless declaration in k8s resource for business module
黄sir 390a896dce remove useless declaration in kubernetes resource yaml
黄sir 4da54f53a3 doc: polish doc for some format and capitalization letter problem
黄sir 21bca52138 doc: add node port and cluster ip export docs
黄sir d74634e3e1 modify image prefix to sca-community