RockteMQ-AI commented on issue #1112: URL: https://github.com/apache/rocketmq-clients/issues/1112#issuecomment-5530009036
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** The reported deprecation warning is valid. Logback 1.3+ deprecated the `converterClass` attribute in favor of `class` in `logback.xml`. **Root Cause:** Using deprecated attribute name in logback configuration **Impact:** Deprecation warnings in logs, potential future compatibility issues **Severity:** Low - functional but generates warnings A simple fix to update `converterClass` to `class` in the logback configuration file. --- *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]
