RockteMQ-AI commented on issue #776: URL: https://github.com/apache/rocketmq-spring/issues/776#issuecomment-5655093640
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** The `AnnotationEnhancer` chain in `RocketMQMessageListenerBeanPostProcessor.buildEnhancer()` accumulates modifications correctly through the lambda, but the final composed result is discarded — the original unmodified attributes are used instead. This means all registered enhancers have no effect. This is a clear bug in the annotation processing pipeline. The fix should ensure the composed enhancer's output is actually applied to the annotation attributes. --- *Automated evaluation by github-manager* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
