Fix issue autowiring channelExecutors and taskScheduler in spring messaging & websocket#28719
Fix issue autowiring channelExecutors and taskScheduler in spring messaging & websocket#28719CodeInDreams wants to merge 1 commit into
Conversation
…saging & websocket
|
@CodeInDreams Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
|
@CodeInDreams Thank you for signing the Contributor License Agreement! |
|
Hi @CodeInDreams, Congratulations on submitting your first PR ever on GitHub! Unfortunately, this is a breaking change. Furthermore, it reverts the intentional changes made in conjunction with #26227. In light of that, I am closing this PR. |
Then we should either use |
There are several beans require
TaskExecutororTaskSchedulerwithout@Qualifier, which means inject wrong executors if we declare some executor bean@Primary.I found the problem by changing taskExecutor in
WebSocketMessageBrokerConfigurer#configureClientInboundChannel