Commit Graph

315 Commits (63708c0fc8a7feaf05f0721f21350853cefdf8aa)

Author SHA1 Message Date
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 3 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
余黄彬 9a21f3d08e
Merge pull request #2647 from misselvexu/rmq/gh-2627
Add maxReconsumeTimes support .
3 years ago
poo0054 869daaa1c3
Update SentinelAutoConfiguration.java
Update sentinelbeanprocess creation,
Sentinelautoconfiguration is not created in the post processor
3 years ago
余黄彬 c3f10307e7
Merge pull request #2628 from HHoflittlefish777/adpateIPV6
support IPV6
3 years ago
misselvexu cfbf11fd8b Add maxReconsumeTimes support . 3 years ago
lai hui 2735e0329c add info 3 years ago
lai hui b51607fcc2 fix import 3 years ago
lai hui ee36dfe18f fix some question 3 years ago
lai hui 0c554d5e72 fix name 3 years ago
lai hui 0e42329551 fix some question 3 years ago
lai hui 205fe2bbdd fix some error 3 years ago
lai hui 9960b2521c fix some error 3 years ago
lai hui cf0cff7cad support IPV6 3 years ago
likeyoukang b0b95c9368 Fix wrong word in code log.
eg.
loadbalacer -> loadbalancer
Excute -> Execute
recommoned -> recommend
3 years ago
chengpu.rzh 290dfa7211 Reformat the codes 3 years ago
黄sir 2b2776bb76 update import package statement position and doc comment details to pass checkstyle plugin 3 years ago
chengpu.rzh 618015e184 Updated describtion info 3 years ago
sorie 28919b7bba Fix rocketmq example and style 3 years ago
chengpu.rzh ac31eacf25 Deleted spring cloud dubbo module 3 years ago
ruansheng 36bbc3b6c1 Remove sentinel-dubbo adapter
(cherry picked from commit dcfe35dbba)
3 years ago
chengpu.rzh 61c9dbcf9c Adjusted initialization time 3 years ago
余黄彬 a4268ad014
Merge pull request #2538 from onewe/issues/2537
[ISSUES #2537] Support without file extensions in nacos-config
3 years ago
sorie d4efc222da rocketmq anonymous group test: use AssertJ instead of Junit5
(cherry picked from commit 38b963ede0)
3 years ago
sorie e0b22c68d1 rocketmq anonymous group test: use AssertJ instead of Junit5
(cherry picked from commit 63ade07329)
3 years ago
sorie be11c5054c rocketmq anonymous group supports. 3 years ago