krashouk opened a new pull request, #1899: URL: https://github.com/apache/rocketmq-dashboard/pull/1899
## 变更目的 Spring Boot 3 使用 Jakarta 生命周期注解,但用户 MQAdmin 池仍引用旧的 javax PreDestroy,销毁回调可能无法正确注册。 ## 简要变更 - 将销毁注解切换为 `jakarta.annotation.PreDestroy`。 - 验证销毁方法使用 Jakarta 注解,并关闭、清空全部用户池。 ## 本地验证 - `UserMQAdminPoolManagerTest`:2/2 通过(Temurin 17) - `git diff --check`:通过 - 400 行范围门禁:通过 ## 未执行 未运行容器、RocketMQ 集群、完整 E2E、压力测试或镜像构建;这些重量级验证交由 PR 自动触发的上游检查。 ## 提交清单 - [x] 已创建唯一对应 Issue - [x] 一个 PR 只解决一个问题 - [x] 已增加必要回归测试 - [x] 已完成受影响范围的本地轻量验证 Fixes #1889 -- 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]
