Files
mq-starter/mq-starter-core
hongawen 8c39399d09 feat(mq-starter-core): @MqListener batchSize 与首参 List 错配时打 WARN 软校验
走不走批量始终只由首参是否 List 决定,错配不阻断启动:
- batchSize>1 但首参非 List → WARN 提示 batchSize 不生效、按单条逐一回调
- 首参 List 但 batchSize<=1 → WARN 提示将按 1 条一批回调

测试:ListAppender 捕获日志,覆盖两个错配方向 + 匹配时无 WARN。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 04:19:17 +01:00
..