RockteMQ-AI commented on issue #1111: URL: https://github.com/apache/rocketmq-clients/issues/1111#issuecomment-5530013277
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** The reported issue is valid. The `logback.xml` file should not be packaged in the noshade jar as it can interfere with the consuming application logging configuration. **Root Cause:** Build configuration includes logback.xml in the noshade artifact **Impact:** Unexpected logging behavior in applications using the client library **Severity:** Medium - affects logging configuration The fix should exclude `logback.xml` from the noshade jar packaging. --- *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]
