Commit Graph

277 Commits (b5ffeb289b65b78d359b815c07d136a366874b5f)

Author SHA1 Message Date
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
Freeman Lau f7d3c6a371 Fix unit test 3 years ago
Freeman Lau 3b03e95c3e Using ConfigurationPropertiesRebinder when behavior is default 3 years ago
Freeman Lau 7f52ef03c8 Add since tag. 3 years ago
Freeman Lau 9d45b28d52 Support refresh specific ConfigurationPropertiesBean 3 years ago
Freeman Lau 2b6837b8cf Support refresh single ConfigurationPropertiesBean 3 years ago
sorie 89a7287b38 rocketmq multi-broker offset error and blank header support 3 years ago
Xcyq cc6be81bac Fix incorrect field comment
(cherry picked from commit 1d1035bb92)
3 years ago
mcy 1390640692 Update RocketMQProducerMessageHandler.java 3 years ago
jinghao d66fb6b89c Modified the log level of RocketMQProducerMessageHandler. 3 years ago
hnyyghk 7a9227436b fix code style problems on DataSourcePropertiesConfiguration and SentinelDataSourceHandler
(cherry picked from commit ec8dd5c556)
3 years ago
hnyyghk 1fc797e9a7 update comments on DataSourcePropertiesConfigurationTests and SentinelDataSourceHandlerTests
(cherry picked from commit b7a9588ebe)
3 years ago
hnyyghk 03b41a06ab Fix sentinel datasource init error in jacocoagent environment
(cherry picked from commit 5c0fa0a612)
3 years ago
Weizhan Yun 3a02bb15f9 为DCL中使用的变量添加volatile特性。 3 years ago
Steve Rao 0b0018df6a
Merge pull request #2574 from Sorieee/2.2.x.sorie_maven_fix
2.2.x fix maven duplicate declaration
3 years ago
sorie 3872fda22c fix maven duplicate declaration 3 years ago
misselvexu 84a43fe195 Rename HealthIndicatorConfiguration . 3 years ago
misselvexu 6d9fe2d5cb Upgrade rocketmq 4.9.3 . 3 years ago
misselvexu 2f783340bd Restore the wrapper logic of SeataFeignObjectWrapper . 3 years ago
misselvexu c9386aa9a0 Upgrade Seata to 1.4.2. 3 years ago
onewe 18339a8c3e [ISSUES #2537] Support without file extensions in nacos-config
- add fileExtension field in NacosConfigProperties.Config
- add fileExtension judgment at NacosPropertySourceLocator.loadNacosConfiguration

Close #2537
3 years ago
Steve Rao b01e29a989
Merge pull request #2147 from wuwen5/patch-1
Lower log level
3 years ago
余黄彬 e5149643d8
Merge pull request #2346 from helloichen/feature/issue2328_nacos
[Enhancement] Support for obtaining configuration data with delimiters from Nacos
3 years ago
Chenwp 67b98c3a7a use LinkedHashMap to ensure the order of configuration. 3 years ago
Chenwp aeb1dfb2e7 yaml powerMock 3 years ago
Chenwp f2fc814404 nacos configuration file support "---" 3 years ago
HuGuirong 796d18a941 Update documentation and code comment links 3 years ago
李志威 941bdad484
fix the checkstyle plugin error
```shell
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-validation) @ spring-cloud-starter-stream-rocketmq ---
[INFO] 开始检查……
[ERROR] /Users/lizhiwei/Git/github/spring-cloud-alibaba/spring-cloud-alibaba-starters/spring-cloud-starter-stream-rocketmq/src/main/java/com/alibaba/cloud/stream/binder/rocketmq/autoconfigurate/ExtendedBindingHandlerMappingsProviderConfiguration.java:59: 需要一个 Javadoc注释 @return 。 [JavadocMethod]
检查完成。
[INFO] ------------------------------------------------------------------------
```
3 years ago
HuGuirong 6d58917fa6 NacosDataSourceProperties support for contextPath configuration items
Closes gh-2327
3 years ago
余黄彬 ebe258364c
Merge pull request #2325 from Jack9610/master
fix issue#2323
3 years ago
wuchao 162941e880 fix issue#2323 3 years ago
zkzlx 3c3ba1b4a7
Merge pull request #2302 from steverao/rocketmq-2.2.7
Merge branch of rocketmq-2.2.7 to master
3 years ago
x_vivi@yeah.net 000e141404 Change NacosServiceManager injection mode to constructor injection 3 years ago
zkzlx 3e8380740c Optimize the code of producer 3 years ago
zkzlx afdee2807d Merge remote-tracking branch 'upstream/master' into rocketmq
# Conflicts:
#	pom.xml
#	spring-cloud-alibaba-starters/spring-cloud-starter-stream-rocketmq/src/main/java/com/alibaba/cloud/stream/binder/rocketmq/RocketMQBinderUtils.java
#	spring-cloud-alibaba-starters/spring-cloud-starter-stream-rocketmq/src/main/java/com/alibaba/cloud/stream/binder/rocketmq/RocketMQMessageChannelBinder.java
#	spring-cloud-alibaba-starters/spring-cloud-starter-stream-rocketmq/src/main/java/com/alibaba/cloud/stream/binder/rocketmq/config/RocketMQComponent4BinderAutoConfiguration.java
#	spring-cloud-alibaba-starters/spring-cloud-starter-stream-rocketmq/src/main/java/com/alibaba/cloud/stream/binder/rocketmq/consuming/RocketMQListenerBindingContainer.java
#	spring-cloud-alibaba-starters/spring-cloud-starter-stream-rocketmq/src/main/java/com/alibaba/cloud/stream/binder/rocketmq/properties/RocketMQBinderConfigurationProperties.java
#	spring-cloud-alibaba-starters/spring-cloud-starter-stream-rocketmq/src/test/java/com/alibaba/cloud/stream/binder/rocketmq/RocketMQAutoConfigurationTests.java
3 years ago
zkzlx 9cba216bfa Optimize the consumption of Pull 3 years ago
余黄彬 989cf4268a
Merge pull request #2254 from Pengfei-Lu/gh-2253-fix
Fixes #2253: ThreadPoolTaskScheduler instance in NacosWatch can't be shutdown.
3 years ago
panzhi33 bbf4977e7e [rocketmq]fix variable judgment bug 3 years ago
Alex Lu 03e16756cd Fixes #2253: ThreadPoolTaskScheduler instance in NacosWatch can't be shutdown. 3 years ago