Fix typo in message ID generation section - #11014
Conversation
Signed-off-by: Jiandong Ma <jiandong.ma.cn@gmail.com>
|
I have a doubt The idGenerator field in MessageHeaders looks always null, and no static setIdGenerator method provided. but the static getGenerator method will check this null idGenerator first, then the default-idGenerator. I see in spring integration, our IdGeneratorConfigurer will use reflection to set this idGenerator field. is it intentional, what's the harm if we add a static setIdGenerator method. |
That is totally different story from what you have just fixed here. |
|
The question comes back here actually. The |
|
Hi @rstoyanchev ! Sorry for looping you in. We may ask @olegz on the matter if he can recall team discussion on the matter. But mostly the question is: what kind of harm do we see letting the Thanks |
|
Hey, @rstoyanchev ! Had a chat with @olegz and he is OK with changing reflection back to the The general idea behind moving to the reflection way was to hide message ids manipulation as much as possible. Let me know if you are OK making that change in the Thank you! |
|
@artembilan certainly we can consider some sort of improvement. |
No description provided.