1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

14 Commits

Author SHA1 Message Date
Spike
10e9a99d08 issue#2040
转移RocketMQConfigBeanPostProcessor和CompositeMessageConverter从RocketMQBinderAutoConfiguration至ExtendedBindingHandlerMappingsProviderConfiguration

从RocketMQBinderAutoConfiguration中注入会被stream代理生成一个新的上下文层,上层使用者和它会被隔离导致无法使用
原来是通过spirng.binders经过spring-cloud-stream代理
2021-04-30 10:07:51 +08:00
Spike
ba80fcac2f #checkstyle removed unused import 2021-04-15 15:40:39 +08:00
Spike
1f9f10ce90 issue#2040
移除RocketMQConfigBeanPostProcessor在RocketMQBinderAutoConfiguration类中的注入,改为通过spirng.factories注入,原来是通过spirng.binders经过spring-cloud-stream代理
2021-04-15 13:32:13 +08:00
zkzlx
9379d18ace Code style 2021-03-22 14:37:22 +08:00
zkzlx
6d7c47a366 Code refactoring and some new feature support - delete some invalid files. 2021-03-22 11:05:31 +08:00
zkzlx
c1c5597171 Code refactoring and some new feature support - delete some invalid files. 2021-02-01 13:46:28 +08:00
zkzlx
5a763e0ec9 Code refactoring and some new feature support - delete some invalid files. 2021-02-01 11:29:37 +08:00
zkzlx
a6e01c9984 Code refactoring and some new feature support 2021-02-01 11:24:25 +08:00
zkzlx
cbd64061ce Code refactoring and some new feature support 2021-02-01 11:23:10 +08:00
mercyblitz
5cd6c0f1e7 Fix the code style issues 2020-09-03 10:06:57 +08:00
delicious
ec06f97aa0
Update RocketMQMessageChannelBinder.java
use   AbstractMessageChannel.getInterceptors() to replace  ChannelInterceptorAware.getChannelInterceptors()
2020-06-02 20:12:04 +08:00
mercyblitz
a198133852 Update pom.xml 2020-04-03 23:48:57 +08:00
fudali113
a218e6f5ce feat: use ConditionalOnEnabledHealthIndicator condition with NacosConfigHealthIndicator & AcmHealthIndicator & RocketMQBinderHealthIndicator & SidecarHealthIndicator
[fix #1276] https://github.com/alibaba/spring-cloud-alibaba/issues/1276
2020-03-25 10:10:45 +08:00
mercyblitz
d57cbc2e4d Polish alibaba/spring-cloud-alibaba/#1283 : Renaming spring-cloud-starter-alibaba to be spring-cloud-alibaba-starters 2020-03-25 00:12:16 +08:00