We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
升级 Spring Cloud Stream 版本至 4.0.0-RC2 后 , RocketMQMessageChannelBinder 注入失效
Spring Cloud Stream
4.0.0-RC2
RocketMQMessageChannelBinder
参考并修复该代码文件 : RocketMQMessageChannelBinderTest.java
After upgrading Spring Cloud Stream version to 4.0.0-RC2, RocketMQMessageChannelBinder injection fails
Refer to and fix this code file : RocketMQMessageChannelBinderTest.java
The text was updated successfully, but these errors were encountered:
Fix alibaba#2963 RocketMQ binder test NPE
e2afe3e
2210917
Merge pull request #2965 from ruansheng8/fix-2963
cb74bc3
Fix #2963 RocketMQ binder test NPE
No branches or pull requests
背景说明
升级
Spring Cloud Stream
版本至4.0.0-RC2
后 ,RocketMQMessageChannelBinder
注入失效如何做
参考并修复该代码文件 : RocketMQMessageChannelBinderTest.java
Background
After upgrading
Spring Cloud Stream
version to4.0.0-RC2
,RocketMQMessageChannelBinder
injection failsHow to do
Refer to and fix this code file : RocketMQMessageChannelBinderTest.java
The text was updated successfully, but these errors were encountered: