Commit Graph

339 Commits (b71902a0d8a156073c5b6a64ec98854f691d67a7)

Author SHA1 Message Date
panzhi 5f923b41e9
fix RocketMQ SecretKey leakage risk (#3092)
fix RocketMQ SecretKey leakage risk.
2 years ago
musi 48638bcd38 fix: Update copyright year 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 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 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
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
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
泊闻 f5f4101abf Change default group constant to "annoymous" 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
chengpu a0e0b532d6 fix: disabled NacosWatch and avoid tests failed 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
Roger3581321 74c7b8972c
Fix a grammar typo in README (#2821) 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
Wu Daifu cda0917a02
remove the redundant log(Fixes gh-2503) (#2790) 2 years ago
Wu Daifu 672a0f412d
Fix issue 2698: resolve errors in generating javadocs by mvn install (#2787)
* resolve errors in generating javadocs by mvn install(Fixes gh-2698)

* modify javadoc
2 years ago
Wu Daifu 9cd3777b01
change logger from parent class to log in current class(Fixes gh-2366) (#2788) 2 years ago
Ceven Cheng fcf8cd48ad
Fix MavenReportException problem (#2776)
* docs:polished the readme docs

perfect the sample documentation for Spring Cloud Alibaba Sidecar

* docs:polished the readme docs

Fix `nacos` password spelling error

* fix: Fix MavenReportException problem
2 years ago
lai hui d464b32af9 refactor:encapsulation ipv6 function 2 years ago
demoManito ec553e7a9f fix: syntax problems from branch 2.2.x 2 years ago
sorie af77081370 ignore unstable a nacos test 2 years ago
sorie 5640ed971a fix rocketmq check style 2 years ago
sorie dfefc030c6 RocketMQ pollable support anonymous group. 2 years ago
sorie a2a006b53b RocketMQ 支持PollMessageSource 2 years ago
sorie b8bcca486f RocketMQ 支持PollMessageSource 2 years ago
sorie 35d5fa6e9a RocketMQ 支持PollMessageSource 2 years ago
Steve Rao 375cbd6c26
Merge appactive module into main branch of 2.2.x. (#2758)
* feature: initial appactive module

* feature:appactive core logic

* feature:add appactive relevant examples

* fix: add appactive module in pom.xml

* fix: Reformat code

* feature: add AppactivePredicate

* refactor: delete duplicate codes and reformat them

* feature: using PredicateBasedRule default filter logic

* feature: deleted useless filed in AppactiveRule

* refactor: polish the code

* feat(appactive):doc init

* refactor: add rules and polish codes

* refactor: modified package name

* refactor: delete useless files

* feature: add readme-zh.md

* refactor: polish readme docs

* fix: fix appactive docs error

* refactor: polish code and docs

* refactor: adjust service type name

* refactor: delete useless files

Co-authored-by: 就砺 <jiuli.qk@alibaba-inc.com>
2 years ago
chengpu.rzh 6a4b30d450 refactor: delete useless module of nacos config server 2 years ago
chengpu.rzh 5a7cfcc3db refactor: reformat the codes 3 years ago
黄sir ad636ef0e3 reorder import statement in seata starter to pass checkstyle 3 years ago
yuhuangbin 8d9790bce1 enhancement NacosServiceManager 3 years ago
lai hui 187fb946f5 Merge branch '2.2.x' into ipv6
# Conflicts:
#	spring-cloud-alibaba-starters/spring-cloud-starter-alibaba-nacos-discovery/src/main/java/com/alibaba/cloud/nacos/NacosDiscoveryProperties.java
#	spring-cloud-alibaba-starters/spring-cloud-starter-alibaba-nacos-discovery/src/main/java/com/alibaba/cloud/nacos/intetuntil/InetIPv6Utils.java
#	spring-cloud-alibaba-starters/spring-cloud-starter-alibaba-nacos-discovery/src/main/java/com/alibaba/cloud/nacos/intetuntil/UtilIPv6AutoConfiguration.java
#	spring-cloud-alibaba-starters/spring-cloud-starter-alibaba-nacos-discovery/src/main/resources/META-INF/spring.factories
3 years ago
lai hui 186e02ea26 Support register IPv6 3 years ago
chengpu.rzh 655b950d4d Deleted missing field 3 years ago
MageekChiu 2ff4745792 feat(nacos): add meta method for instance 3 years ago
chengpu.rzh 58795a679a Fixed wrong registeration bean 3 years ago
zhangzhi 6eccc24ba5 solve #2658 SeataRestTemplateAutoConfiguration Circular dependency in 3 years ago
chengpu.rzh 3628732dad Reformat the codes 3 years ago