XuqmGroup-Server/xuqm-bugcollect-service
XuqmGroup e0e8dcb092 fix(bugcollect): 修复 queryEvents 中 IssueEventResponse 构造参数不匹配
commit 8770f50 重构 IssueEventResponse 为 ExceptionInfo 嵌套结构(20→16字段),
但 queryEvents 方法的内联构造调用未同步更新,导致 Jenkins 构建失败:
  constructor IssueEventResponse cannot be applied to given types

修复:将内联构造改为匹配新 record 的 16 参数调用,device 字段使用 parseJsonField 处理。

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-18 11:23:24 +08:00
..
docs feat(bugcollect): 更新 API 端点并改进数据结构 2026-06-17 18:02:10 +08:00
src/main fix(bugcollect): 修复 queryEvents 中 IssueEventResponse 构造参数不匹配 2026-06-18 11:23:24 +08:00
pom.xml refactor: xuqm-log-service → xuqm-bugcollect-service 2026-06-16 17:39:13 +08:00