RockteMQ-AI commented on issue #763: URL: https://github.com/apache/rocketmq-spring/issues/763#issuecomment-5364755160
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid build configuration issue. Having `spring-boot-autoconfigure-processor` defined in multiple `pom.xml` files can cause: - Duplicate annotation processing during compilation - Potential classpath conflicts - Unnecessary build overhead The dependency should be declared only once in the appropriate module (typically the autoconfigure module) and inherited by child modules through Maven's dependency mechanism. **Fix:** Remove the duplicate declaration and keep it only in the module that actually provides the auto-configuration. --- *Automated evaluation by RockteMQ-AI* -- 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]
